-
-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
When some never ending code is executed, we are unable to stop its execution in the top level
To Reproduce
Steps to reproduce the behavior:
- Write some never ending code
- Execute it
Example code:
let a n =
let b = ref 0 in
while n <> 0 do
b := !b + 1
done;;
a 1;;Expected behavior
Add a way to stop code execution
Smartphone (please complete the following information):
- Device: iPhone X
- OS: iOS 14.4.2
- Version: 1.1.1
Additional context
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working
