Issue 5298 in pharo: Infinite Loop in MenuRegistration

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Issue 5298 in pharo: Infinite Loop in MenuRegistration

pharo
Status: FixReviewNeeded
Owner: [hidden email]
Labels: Type-Bug Milestone-1.4

New issue 5298 by [hidden email]: Infinite Loop in MenuRegistration
http://code.google.com/p/pharo/issues/detail?id=5298

action: aMessageSendOrABlock
        "set the action of the menu"
       
        aMessageSendOrABlock isBlock
                ifTrue: [
                        self target: aMessageSendOrABlock.
                        self selector: #value]
                ifFalse: [
                        self action: aMessageSendOrABlock]


As you can see, if aMessageSendOrABlock is not a block, it hangs.

Attachments:
        MenuRegistrationFix.2.cs  416 bytes


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker
Reply | Threaded
Open this post in threaded view
|

Re: Issue 5298 in pharo: Infinite Loop in MenuRegistration

pharo
Updates:
        Status: Closed

Comment #1 on issue 5298 by [hidden email]: Infinite Loop in  
MenuRegistration
http://code.google.com/p/pharo/issues/detail?id=5298

in 14332


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker