| what happened |
The "New .." wizard will not be able to create any source file, and hitting the Add mixin button will not do any\
thing. The problem is a call to info inside scalac.Global's constructor, which is not \
overriden by the STDReporter adapter class. It should reimplement all reporting methods from\
AbstractReporter (I think there are only a few of them, called display*. What's worse\
is that it overrides the lower layer like printMessage so that it throws java.lang.Unsopport\
edOperation, which kills the whole scalac thread.
|