Name not found errors should not stop the compiler.
Closed this issue · 0 comments
typeswitch-dev commented
Right now when a name cannot be resolved for whatever reason, the compiler throws a fatal error. Instead it should throw an error, but continue typechecking the rest of the source anyway. Changing the stack type to STACK_TYPE_ERROR lets the compiler continue with the current word.