Re: [Pharo-project] haltOnce and haltOnCount
On Oct 1, 2010, at 8:08 PM, Hernan Wilkinson wrote:
PS: A #haltIf: aBlock message would be handy too :-)
already there: 1 haltIf: [1<2]. 1 haltIf: [:rec | rec isInteger]. 1 haltIf: (1<2). 1 haltIf: #doIt especially putting a symbol is very useful. e.g. you can out the selector of the test and then even put a haltIf: into system methods called all the time. (e.g. collections). Marcus -- Marcus Denker -- http://www.marcusdenker.de INRIA Lille -- Nord Europe. Team RMoD.
cool! I didn't see it :-) 2010/10/1 Marcus Denker <marcus.denker@inria.fr>
On Oct 1, 2010, at 8:08 PM, Hernan Wilkinson wrote:
PS: A #haltIf: aBlock message would be handy too :-)
already there:
1 haltIf: [1<2]. 1 haltIf: [:rec | rec isInteger]. 1 haltIf: (1<2). 1 haltIf: #doIt
especially putting a symbol is very useful. e.g. you can out the selector of the test and then even put a haltIf: into system methods called all the time. (e.g. collections).
Marcus
-- Marcus Denker -- http://www.marcusdenker.de INRIA Lille -- Nord Europe. Team RMoD.
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
-- *Hernán Wilkinson Agile Software Development, Teaching & Coaching Mobile: +54 - 911 - 4470 - 7207 email: hernan.wilkinson@10Pines.com site: http://www.10Pines.com <http://www.10pines.com/>*
participants (2)
-
Hernan Wilkinson -
Marcus Denker