-
Notifications
You must be signed in to change notification settings - Fork 21
User creates code that produces an infinite loop #25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
Comments
You could execute the user code with a time limit, I think it will be simpler |
Give it a shot. |
is this issue still up for grabs? |
YesSent from my iPhoneOn Dec 12, 2022, at 8:54 PM, DerrickSims ***@***.***> wrote:
is this issue still up for grabs?
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: ***@***.***>
|
alright then, I'll be working on it this week to try and come up with a solution |
Awesome I’m excited to see your solution.Sent from my iPhoneOn Dec 12, 2022, at 9:15 PM, DerrickSims ***@***.***> wrote:
alright then, I'll be working on it this week to try and come up with a solution
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When a user creates code that produces an infinite loop the app crashes or hangs forever.
Find a way to handle this gracefully.
Could use SyntaxTree to put counters in loops and we could check for the count to see if we can throw an error.
The text was updated successfully, but these errors were encountered: