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
A runtime error I encountered while playing around in the june version:
enter a conditional like if x then y else z
remove then, so it becomes if x|y else z
enter a space and move left to make if x| y else z
attempt to enter then
observe runtime error:
Async_kernel: Unhandled exception (Failure "impossible: bin encountered empty or singleton stack")
And maybe this is a separate bug, but if you go
4. enter then (without a leading space) to make if x|then y else z
5. separate x from then with a space to make if x |then y else z
6. observe that the then is not recognized as a keyword and remains in the backpack
The text was updated successfully, but these errors were encountered:
A runtime error I encountered while playing around in the june version:
if x then y else z
then
, so it becomesif x|y else z
if x| y else z
then
And maybe this is a separate bug, but if you go
4. enter
then
(without a leading space) to makeif x|then y else z
5. separate
x
fromthen
with a space to makeif x |then y else z
6. observe that the
then
is not recognized as a keyword and remains in the backpackThe text was updated successfully, but these errors were encountered: