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

compiler: support Go 1.22 #110

Open
chriso opened this issue Nov 17, 2023 · 0 comments
Open

compiler: support Go 1.22 #110

chriso opened this issue Nov 17, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@chriso
Copy link
Contributor

chriso commented Nov 17, 2023

Go 1.22 has language changes that may affect compilation of durable coroutines, e.g. range over int / func, and changes to loop variable scoping.

See:

@chriso chriso added the enhancement New feature or request label Nov 17, 2023
chriso added a commit that referenced this issue Feb 9, 2024
This PR updates coroc to desugar range-over-int loops, to be introduced
in [Go 1.22](https://tip.golang.org/doc/go1.22) (~Feb 2024).

cc #110
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant