Skip to content
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

Fix compile errors not being handled correctly in build algo #68

Merged
merged 2 commits into from
Oct 21, 2019

Conversation

Novacer
Copy link
Owner

@Novacer Novacer commented Oct 21, 2019

Previously,

  • FE does not do error checking for if user code execution failed, and always keeps the spinner on.
  • Error msgs that contain characters like " don't get sent to the web socket server at all. This is pretty common in compile errors

Now,

  • FE will handle by closing websocket and stopping spinner, so user has visual indication that code execution has failed
  • Error msgs are now formatted so there are no more issues with character escaping and such.

@Novacer Novacer merged commit 03d9fcf into master Oct 21, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant