We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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:
The text was updated successfully, but these errors were encountered:
coroc: support range over int (Go 1.22) (#140)
14edbe4
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
No branches or pull requests
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:
The text was updated successfully, but these errors were encountered: