-
Enhancement
-
Resolution: Fixed
-
P3
-
None
-
None
Now that compiler is separated from parser, we don't need the error manager, batch functionality error processing for the compiler. If something goes wrong during compilation it should be communicated by exceptions as it means the runtime is broken. Not with boolean return values from Compiler.compile that no one checks.