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
This code now triggers a compiler bug:
def capture(&block) block end a = 1 capture do a end 1
This was introduced in 0.11.0 (probably in 81a7af2). I guess we'll fix this soon and release a new version.
The text was updated successfully, but these errors were encountered:
This only happens with top-level closured vars.
Sorry, something went wrong.
cf019e2
__str__ method not found
ecr_embed
String::Builder.build
Fixed #2050: Regression with closures
801ac40
No branches or pull requests
This code now triggers a compiler bug:
This was introduced in 0.11.0 (probably in 81a7af2). I guess we'll fix this soon and release a new version.
The text was updated successfully, but these errors were encountered: