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
{{ message }}
This repository has been archived by the owner on Jun 27, 2018. It is now read-only.
Sometimes compilation/execution spuriously times out. Whenever that happens, the result gets cached. Users then rerun expecting the problem to resolve by itself (rightly so!), but it doesn't because the old cached timeout is simply displayed again.
A workaround would be to add a random space/newline somewhere in the code and then retry.
This looks really bad, especially to beginners. And it happens frequently enough to give a bad impression and get annoying.
I propose caching the result of a run in these two cases (rather than always, unconditionally):
timeout didn't happen
same code timed out 5 times
What do you think? If you like this idea, I could write a PR.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Sometimes compilation/execution spuriously times out. Whenever that happens, the result gets cached. Users then rerun expecting the problem to resolve by itself (rightly so!), but it doesn't because the old cached timeout is simply displayed again.
A workaround would be to add a random space/newline somewhere in the code and then retry.
This looks really bad, especially to beginners. And it happens frequently enough to give a bad impression and get annoying.
I propose caching the result of a run in these two cases (rather than always, unconditionally):
What do you think? If you like this idea, I could write a PR.
The text was updated successfully, but these errors were encountered: