You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Lite 的本地作用域 stack 会因为异步块操作导致块所访问到的作用域错位
To Reproduce
Steps to reproduce the behavior:
race=lite.proxyRunnable,{run: {@a=1;Thread.sleep(Math.random() * 10);return}}for_in0..15Thread(race).start()endwhiletrueif@a;break# @a should always be nilend
Expected behavior @A should always be nil while should run forever
Additional context
F**king bugs
The text was updated successfully, but these errors were encountered:
Describe the bug
Lite 的本地作用域 stack 会因为异步块操作导致块所访问到的作用域错位
To Reproduce
Steps to reproduce the behavior:
Expected behavior
@A should always be nil
while
should run foreverAdditional context
F**king bugs
The text was updated successfully, but these errors were encountered: