Status: New
Owner: ----
New issue 4450 by
[hidden email]: TimeProfileBrowser broken in Pharo
OneClick 1.3, PharoCore1.3, Pharo 1.4a
http://code.google.com/p/pharo/issues/detail?id=4450TimeProfileBrowser is broken in
Pharo OneClick 1.3 Latest update: #13269
Pharo-Core 1.3 Latest update: #13274
Pharo1.4a Latest update: #14000
on Windows platform (probably all)
To reproduce:
TimeProfileBrowser onBlock: [ 35 benchFib]
gives a TimeProfileBrowser DNU allInstVarNames each time you click on a
line (Pharo OneClick 1.3) and does not display the code pane (PharoCore
1.3, 1.4 and PharoOneClick 1.3).
After digging a bit I found that it ends up in
TimeProfileBrowser >> setClassAndSelectorsIn:
...
^ Smalltalk tools messageSet
parse: etc etc
If I define the messageSet method in ToolRegistry everything seems to be
fine.
ToolRegistry messageSet
^MessageSet
A small changeset that add this message is attached
Attachments:
TimeProfileBrowserFix-alr.5.cs 207 bytes
_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker