Juan I fixed it in the subsequent release but could you have a look and if necessary I will remove it.
Stef On Jul 20, 2009, at 8:54 PM, Juan Vuletich wrote: > stephane ducasse wrote: >> Hi >> >> I spent some time looking at the enh of juan and the results are >> really cool. >> Thanks Juan for making that available. (BTW if you can sign and >> send/fax me the pharo license it will be easier for the future) >> I updated the class comments: >> >> You can also see the results using the Debug menu :) >> > > Hi Stef, > > I'm glad to be of help. Just a comment. I did not include > #spyAt:on: . I don't think it is good. With it, if I remember > correctly, in your example, > > > Here we do not see factorial since it is run at a high > priority > > [1000 timesRepeat: [ > > 100 timesRepeat: [120 factorial]. > > (Delay forMilliseconds: 10) wait > > ]] forkAt: 45 named: '45'. > > MessageTally spyAt: 40 on: [10000 timesRepeat: > [1.23 printString]] > > the time used by the factorial will be assigned to some random lower > priority process. I think this is a bug, and I recommend removing > #spyAt:on: > > BTW, I'll send you the license agreement. Is a digital photo of the > signed paper ok? > > Cheers, > Juan Vuletich > _______________________________________________ Pharo-project mailing list [email protected] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
