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
Code that is invalid and should not compile is instead being executed and run up until the point in the source code that it fails.
The linked issue contains of note:
I was attempting to demonstrate C++ type errors that happen at compile time in a demonstration post using klipse, however the typing error seemed to happen at run-time instead of parsing/compilation time as prior lines of code were run and output information before the typing error was hit, which completely destroyed my argument for C++ that catching type errors at compile-time prior to run-time helped prevent classes of errors before the code is executed. ^.^;
As referred to from: viebel/klipse#300
Code that is invalid and should not compile is instead being executed and run up until the point in the source code that it fails.
The linked issue contains of note:
The text was updated successfully, but these errors were encountered: