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
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.
The text was updated successfully, but these errors were encountered:
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)
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.
The text was updated successfully, but these errors were encountered: