Anonymous | Login | 03-04-2021 16:29 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 | |||||||
0007250 | [Squeak] Kernel | minor | always | 12-22-08 16:40 | 12-24-08 14:32 | |||||||
Reporter | Zulq | View Status | public | |||||||||
Assigned To | ||||||||||||
Priority | normal | Resolution | open | |||||||||
Status | new | Product Version | 3.10 | |||||||||
Summary | 0007250: Object>>#doesNotUnderstand: incorrectly handles a resumed MessageNotUnderstood | |||||||||||
Description |
The implementation of #doesNotUnderstand: in Object does not check whether the signalled MessageNotUnderstood has been resumed and return the resumed value. Instead it simply resends the message. As a result, this will loop forever:" should evaulate to 'abc' " [Object new foo] on: MessageNotUnderstood do: [:e | e resume: 'abc'] This may be an issue in versions earlier than 3.10. |
|||||||||||
Additional Information | ||||||||||||
Attached Files |
![]() ![]() |
|||||||||||
|
Mantis 1.0.8[^]
Copyright © 2000 - 2007 Mantis Group
39 total queries executed. 28 unique queries executed. |