-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
@async
doesn't seem to actually use a let-block for variables?
#19468
Comments
Works as expected in 0.4. The bug has crept in 0.5. |
Line 363 in 4a805b3
and Lines 177 to 188 in 4a805b3
is where the localization is being performed. |
The last set of changes w.r.t. this behavior was in #14562 @JeffBezanson do you think changes in #14562 is related to this issue? |
This is a bug, not really a doc issue. |
closed by #19594 i believe |
Yes. |
The docs for
@async
indicate that async-ed variables should be captured in a let-block, but actual use seems to contradict that.vs.
The text was updated successfully, but these errors were encountered: