Indeed, I figured that one out, although after I load the code, there is nothing like this (the method is removed from the package). Anyway, the real problem is the Trait one, like I described in my follow up emails.
Cheers, Doru On Sun, Jan 26, 2014 at 5:00 PM, Nicolai Hess <[email protected]> wrote: > 2014-01-26 Tudor Girba <[email protected]> > > Hi, >> >> If I execute the following code in 30720: >> Gofer new >> smalltalkhubUser: 'Moose' project: 'MooseAlgos'; >> configuration; >> loadDevelopment. >> >> I get an emergency evaluator with a strange Original error: >> MessageNotUnderstood Trait>>layout. >> >> Can anyone have a look at the first one? It seems to be related to some >> deep code changes because the same code works find in 30714. >> >> And also there seems to be something related to a nsWriteStream: message >> somewhere that breaks the Spec debugger in the same process and this is why >> we get an Emergency evaluator instead of the debugger. >> >> Cheers, >> Doru >> >> >> -- >> www.tudorgirba.com >> >> "Every thing has its own flow" >> > > > Looks like something in your project rewrites Collection>>flatCollect: from > using writeStream to nsWriteStream. > Although I can not find anything that implements nsWriteStream. > > -- www.tudorgirba.com "Every thing has its own flow"
