Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ryelang 0.0.22 #181656

Merged
merged 2 commits into from
Aug 19, 2024
Merged

ryelang 0.0.22 #181656

merged 2 commits into from
Aug 19, 2024

Conversation

BrewTestBot
Copy link
Member

Created by brew bump


Created with brew bump-formula-pr.

release notes
## What's new
  • New unified (native and web - microliner based) console got more complete
  • Eyr (stack based dialect) got almost useful (https://asciinema.org/a/672613)
  • General improvements

Thanks

Thanks to the contributors!

Changelog

Others

  • 0dd24555111d6873b3c288973ff32a6211c9328f: Add cpath support, re-add to-eyr and supporting functions (@yumaikas)
  • 6f28cc41425b97a471afbe594818573b643da509: Address #305: function names in error messages (@rmolinari)
  • cb71b9b23f8ed1add5fae8f084cdec850226ad74: Change eyrStack.Pop to not fatally exit on underflow (@yumaikas)
  • 5cf6fb3fbfcb05287ba54036dc8a6516b1b14f4d: Error When Loading Empty CSV File (@cwarden)
  • 7c03f2a189366e3ed19215dfeb7580fbd6a7d0ed: Fix examples/adventofcode/2022/3 (@rmolinari)
  • fc9d464935c39933257fd3bcbf70151a739b0790: Fix for issue SQLite support refaktor/rye#314 (@refaktor)
  • fc779eb4daf481395847059c2f484dbb560a3176: Fix function names in error messages (@rmolinari)
  • fd8df703f0aed2d138f6d16912e0d773b14af99e: Fix support for calling functions in eyr (@yumaikas)
  • 51b57bc892de5688c5d82c52b6f36a245a80cb1d: Merge pull request #297 from refaktor/allin (@refaktor)
  • b625f108e7fe26c0cba3c456a0796ede378f1f7f: Merge pull request #298 from cwarden/empty-csv-error (@refaktor)
  • f4360128cbfb777fa85a933f2c44472b24359b6d: Merge pull request #299 from yumaikas/patch-1 (@refaktor)
  • 0eaf804c98c37b7dc468d0259d3630251b978839: Merge pull request #302 from yumaikas/eyr (@refaktor)
  • 171950878666abe7c77e33eedd231abb44b2812d: Merge pull request #303 from refaktor/allin (@refaktor)
  • ef615fdaff2e6c9916a36f73e1cc517c78c79026: Merge pull request #304 from rmolinari/examples (@refaktor)
  • 3b92ce3a494c3ff4b949b1ca3f0f629e59e90d80: Merge pull request #306 from rmolinari/function-names (@refaktor)
  • 3aa2822c9a09158dbf7c4c91fee87b572a41f8f8: Merge pull request #307 from refaktor/allin (@refaktor)
  • f525306c5682c52826d462333695b1f110a3c9c7: Merge pull request #308 from yumaikas/feature/function_support (@refaktor)
  • e2c627104bdcdedb2bee3cd08b8e3e78644487cd: Merge pull request #310 from rmolinari/function-names (@refaktor)
  • 27294b9deaa9875a844bfec23123153421a5b0dd: Merge pull request #311 from refaktor/allin (@refaktor)
  • 407c779bd0abd86ac5b97e4ac4a0781cf87161ae: Merge pull request #312 from refaktor/allin (@refaktor)
  • 4f361aab921445f870e613fdbe4bed412fc53a7e: Merge remote-tracking branch 'origin/main' into feature/function_support (@yumaikas)
  • ca5ae1db1cba24a1144524e002309538b8a683ab: Update README.md (@refaktor)
  • 36b71f28f008a94d7f0936435576ebc6321a4b30: Update README.md (@refaktor)
  • 0d3319399bcb707a7747e2f04c5e0631c7eebdbd: Update README.md, make go version number consistent be code and prose (@yumaikas)
  • 7a032fcfab14224529b7159ded8106d70ee2ead7: Update release.yml (@refaktor)
  • 5d4d851b7cbbe775349b811b78c0627b2effcc81: Working on support for calling functions from Eyr (@yumaikas)
  • ac7fa5a08f3321c772c385dda01ad958286e7a82: added first support for pipewords (@refaktor)
  • f53179555f1cfc3983b5851bdddf150aa3a8fae4: adding experimental generic functions to Eyr, and tagwords (@refaktor)
  • 1e4e2c4556afd96c71ab68140840035578fd54a6: adding pipewords, removing printfs (@refaktor)
  • 83ceb49b474302acd82ef7a8995c21b51631d483: adding wip translation from Rye to Eyr (@refaktor)
  • 310395a5cb58b4b8238856eaceaf7271bb9484b0: builtins with blocks work now, eyr does and fn functions also (@refaktor)
  • afa4a948ee001d1f74d7dca8c0eee2bf6e747d47: eyr functions improved (@refaktor)
  • 0c59a0855dbb166d179cd9734776dec385b0c576: eyr merge and reorg (@refaktor)
  • 57507d3e54adbb6b6322950e67863cba344e6987: fixed examples from new-server to http-server (@refaktor)
  • 0ef5138cdff25911a6f928c87638764d3ab88145: fixed the ctrl-c (sleep/serve) issue I can't kill http-server on Linux x64 refaktor/rye#301 and added integer explicit // division like Python/ruby (@refaktor)
  • c83b286804863763919cfa695b05750578a7dd2e: golangci fix (@refaktor)
  • f2dcbc2d045c75d3c45fadefcec184c912ddbe58: improved error reporting details (@refaktor)
  • 79a4da3a03aad523ff2818b8e9b4c951febd28c6: improving error messages around missing arguments and fixing small bug I introduced last (@refaktor)
  • 252c25e7084544c5755a0e7f0074764c39a329a3: improving eyr, rye functions, builtins, general stack (@refaktor)
  • 995302d9e34159a8fad51544f6665972cbd32d03: making all main block builtin functions multidialect (@refaktor)
  • e721eb62f22d52961c6c0314703c17fd2a03b502: making block function multidialect (eyr) (@refaktor)
  • 4b775e53e20b68e607f95fe3ea22a80b74bd6f71: trying to make it compile on windows. syscall,Kill is missing on windows (@refaktor)

@github-actions github-actions bot added go Go use is a significant feature of the PR or issue bump-formula-pr PR was created using `brew bump-formula-pr` labels Aug 19, 2024
Copy link
Contributor

🤖 An automated task has requested bottles to be published to this PR.

@github-actions github-actions bot added the CI-published-bottle-commits The commits for the built bottles have been pushed to the PR branch. label Aug 19, 2024
@BrewTestBot BrewTestBot enabled auto-merge August 19, 2024 10:22
@BrewTestBot BrewTestBot added this pull request to the merge queue Aug 19, 2024
Merged via the queue into master with commit c477fd7 Aug 19, 2024
15 checks passed
@BrewTestBot BrewTestBot deleted the bump-ryelang-0.0.22 branch August 19, 2024 10:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bump-formula-pr PR was created using `brew bump-formula-pr` CI-published-bottle-commits The commits for the built bottles have been pushed to the PR branch. go Go use is a significant feature of the PR or issue
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants