Hi, I am working on a project experimenting with the compiler-related stuff. I had to introduce some small modifications to some classes used in the compilation process in order to complete my experiment.
I wrote some test to be sure I don't any add buggy code. While doing this I noticed that if you try to compile "invalid" code�programmatically�instead of getting an exception you just get some messages on the Transcript.
After debugging for a while, I discovered that one of the classes�responsible�of this behavior is�UndeclaredVariableWarning�(defaultAction method).