Comment #3 on issue 4452 by
[hidden email]: Build of 1.3 full is
broken
http://code.google.com/p/pharo/issues/detail?id=4452The transcript instance should be initialized.
Evaluating "Smalltalk tools transcript initialize" solves it.
pd: the problem is i've expanded the transcript max entries from 1000 to
4000, but the referenced instance in the image still has the array of
entries sized 1000, thus the out of bounds error when trying to put
something past 1000.
Why it would be solved:
TranscriptModel>>initialize
...
entries := Array new: self maxEntries.
..
_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker