[Pharo-project] #nsWriteStream
From http://code.google.com/p/pharo/wiki/CodeSnippets : MCWorkingCopy allManagers flatCollect: [:e | e repositoryGroup repositories]. -> error: Array DNU #nsWriteStream
-- View this message in context: http://forum.world.st/nsWriteStream-tp4590902p4590902.html Sent from the Pharo Smalltalk mailing list archive at Nabble.com.
On Thu, Apr 26, 2012 at 10:31 PM, Sean P. DeNigris <sean@clipperadams.com> 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
Damien Cassou wrote
looks like the code has changed to use #asSet
I don't seem to be able to edit the comments, just the main part of the page... maybe I don't have the right permissions? -- View this message in context: http://forum.world.st/nsWriteStream-tp4590902p4603270.html Sent from the Pharo Smalltalk mailing list archive at Nabble.com.
participants (2)
-
Damien Cassou -
Sean P. DeNigris