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
When using the native variant of Source, it appears that trying to run any code in the REPL before the main editor code has been run will result in the execution being stuck, as shown below:
Expected Outcome (non-native variant):
Actual Outcome (native variant):
Notice the green run button in the native variant, and indicates that the execution is currently in progress (and not yet completed).
The text was updated successfully, but these errors were encountered:
This seems to be a very recent regression, introduced today or yesterday: I had some sourceacademy.org workspaces in tabs that showed the correct behaviour. After a hard refresh, the bug appears.
When using the native variant of Source, it appears that trying to run any code in the REPL before the main editor code has been run will result in the execution being stuck, as shown below:
Expected Outcome (non-native variant):
Actual Outcome (native variant):
Notice the green run button in the native variant, and indicates that the execution is currently in progress (and not yet completed).
The text was updated successfully, but these errors were encountered: