Sept. 13, 2012
9:51 p.m.
We still have a very nasty compiler bug open for 2.0 https://code.google.com/p/pharo/issues/detail?id=6601 The bug currently blocks all loading of configurations, since all references to previously undefined classes are not properly resolved => Compiler recompileAll is currently the only solution. Does anybody know where the undefined globals are handled? Otherwise I'll dig into it tomorrow morning...