Re: [Pharo-dev] Class side method is missing in obsolete class after the class is removed from system

2017-09-25 Thread Nicolás Papagna Maldonado
Thanks Stef! I tried creating classes using SystemAnnouncer uniqueInstance suspendAllWhile: but this skips all subscribers, not only ChangeSet. That means that, say, RPackageTag instances won't contain the new class. Will use a workaround for now, as this is not the core of the thing im working

[Pharo-dev] Class side method is missing in obsolete class after the class is removed from system

2017-09-23 Thread Nicolás Papagna Maldonado
Im writing some tests that needs to create classes dynamically. During the tearDown phase, i remove these classes using #removeFromSystem. I noticed that running these tests became more and more slower as i kept adding more tests. Using "Run Profiled" from Test Runner, i found out

[Pharo-dev] About the announcements model for SUnit

2015-11-25 Thread Nicolás Papagna Maldonado
Hi everyone! Lately I've been playing with/digging into the announcements model for SUnit, and have a couple of questions about it. I'm trying to understand the model and I am by no means an expert to it. Any pointers/references/feedback is appreciated. 1) As expected TestCaseEnded is notified

[Pharo-dev] Commit Rights for Pharo30Inbox

2013-11-15 Thread Nicolás Papagna Maldonado
Hi all, I've been working of a bug fix and I reached the point I need to commit the slice :) Could someone grant me commit rights in the Pharo30Inbox please? Thanks in advance, Nico PM

Re: [Pharo-dev] Commit Rights for Pharo30Inbox

2013-11-15 Thread Nicolás Papagna Maldonado
Great! Thanks everyone :) -- View this message in context: http://forum.world.st/Commit-Rights-for-Pharo30Inbox-tp4722427p4722541.html Sent from the Pharo Smalltalk Developers mailing list archive at Nabble.com.

Re: [Pharo-dev] In-memory FileSystem write streams not being polymorphic

2013-11-15 Thread Nicolás Papagna Maldonado
Thanks for the suggestions! As you said, I finally manages to get over the isReadOnly message. I've just commited the fix. Cheers, Nico PM -- View this message in context: http://forum.world.st/In-memory-FileSystem-write-streams-not-being-polymorphic-tp4721006p4722612.html Sent from the

[Pharo-dev] In-memory FileSystem write streams not being polymorphic

2013-11-11 Thread Nicolás Papagna Maldonado
Hi all! I've been working in a fix of PharoFilesOpener and decided to test the current behavior first before changing it, so I extracted the dependency to FileSystem and tried to use an instance created through FileSystem memory for testing. The code gets the write stream for a file and then