Anonymous | Login | 02-27-2021 21:34 UTC |
Main | My View | View Issues | Change Log | Docs |
Viewing Issue Simple Details [ Jump to Notes ] | [ View Advanced ] [ Issue History ] [ Print ] | ||||||||
ID | Category | Severity | Reproducibility | Date Submitted | Last Update | ||||
0003498 | [Squeak] Tools | minor | always | 04-24-06 03:00 | 04-26-06 11:15 | ||||
Reporter | nicolas cellier | View Status | public | ||||||
Assigned To | |||||||||
Priority | normal | Resolution | fixed | ||||||
Status | closed | Product Version | 3.9 | ||||||
Summary | 0003498: MessageTally fail to open result window [DNU] UndefinedObject contractTo: | ||||||||
Description |
This one fail: | m | m := MethodDictionary allInstances asSortedCollection: [:a :b | a size > b size]. MessageTally spyOn: [1 to: 10 do: [:i | (m at: i) rehash]] This one does not fail: | m | m := MethodDictionary allInstances asSortedCollection: [:a :b | a size > b size]. MessageTally spyOn: [(1 to: 10) do: [:i | (m at: i) rehash]] It must have something to do with open-coded messages in bytecode... |
||||||||
Additional Information | |||||||||
Attached Files | |||||||||
|
![]() |
|
(0004780 - 100 - 100 - 100 - 100 - 100 - 100) tim 04-24-06 03:23 |
Just tried this in a 3.9a7024 imag and both cases produce the expected tally window with no problem. |
(0004782 - 620 - 744 - 870 - 870 - 870 - 870) nicolas cellier 04-24-06 04:50 |
OK, a virgin image does not show it. it is my correction of http://bugs.impara.de/view.php?id=3448 [^] in ParagraphEditor>>evaluateSelection that caused the problem. It seem that the path i used does not fill correctly the last but one literal MethodProperties, thus making selector nil instead of #DoIt... Problem does not show when using parenthesis, because UndefinedObject>>DoIt is replaced with Interval>>do: in the leaves... So this one is closed concerning MessageTally. But i can charge ParagraphEditor>>compileSelectionFor:in: that fail to call: method selector ifNil: [method selector: #DoIt]. |
(0004815 - 6 - 6 - 6 - 6 - 6 - 6) MarcusDenker 04-26-06 11:15 |
no bug |
Mantis 1.0.8[^]
Copyright © 2000 - 2007 Mantis Group
44 total queries executed. 35 unique queries executed. |