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.
