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

Infinite loop sometimes reported as a compiler error #74

Open
mquinson opened this issue Nov 11, 2015 · 1 comment
Open

Infinite loop sometimes reported as a compiler error #74

mquinson opened this issue Nov 11, 2015 · 1 comment

Comments

@mquinson
Copy link
Member

Here is the (java) code I used: while (true) {}

The error reported was: The compiler timed out.

I think that the compiler should report a "Compilation OK" frame when this is the case so that the client can distinguish between a compilation timeout and an execution timeout.

@oster
Copy link
Member

oster commented Mar 10, 2016

Reporting a "compilation ok" might be confusing since the code was not compiled and might not compiled. The message should inform the user that he has to make another compilation request (saying the PLM platform is overloaded)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants