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
With the new algorithm introduced in #1219 , there is a regression bug (?)
run = 5
[1]
run:
touch a.txt
Previously, execution of the global statement would override run and cause an error. With the new algorithm, run=5 does not introduce any new symbol and will be ignored.
Most likely a WONTFIX, but record here anyway.
The text was updated successfully, but these errors were encountered:
With the new algorithm introduced in #1219 , there is a regression bug (?)
Previously, execution of the global statement would override
run
and cause an error. With the new algorithm,run=5
does not introduce any new symbol and will be ignored.Most likely a WONTFIX, but record here anyway.
The text was updated successfully, but these errors were encountered: