On Thu, Apr 26, 2012 at 10:31 PM, Sean P. DeNigris <[email protected]> wrote: > From http://code.google.com/p/pharo/wiki/CodeSnippets : > MCWorkingCopy allManagers flatCollect: [:e | e repositoryGroup > repositories]. > -> error: Array DNU #nsWriteStream
looks like the code has changed to use #asSet. #nsWriteStream creates a Nile stream and it doesn't work if Nile is not loaded. -- Damien Cassou http://damiencassou.seasidehosting.st "Lambdas are relegated to relative obscurity until Java makes them popular by not having them." James Iry
