Issue 635 in moose-technology: Strange behavior with announcements

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

Issue 635 in moose-technology: Strange behavior with announcements

moose-technology
Status: New
Owner: ----
Labels: Type-Defect Priority-Medium Component-Glamour

New issue 635 by [hidden email]: Strange behavior with announcements
http://code.google.com/p/moose-technology/issues/detail?id=635

Today I experimented some strange behaviours with announcements that I  
didn't have in some previous moose images.
I think that there was some changes related to announcements in pharo  
recently, but I could not be sure it is related.

At one point in my code I have:

browser on: AnnouncementClass send: #actionSelector
browser announce: anAnnouncementClass.
....
....

I have the feeling that sometimes #actionSelector is executed  
asynchronously from the rest the code below 'browser announce: ...' .
Not sure but there is maybe something with exception signals. If any signal  
is emited in #actionSelector it will not execute the rest of the method.

I was at leat able to write a test that do not pass in latest dev

Gofer new
        squeaksource: 'DelaunayTmpStuffs';
        package: 'ExampleAnnouncementProblems';
        load.


will not pass with:  
http://ci.moosetechnology.org/job/moose-latest-dev/402/artifact/moose_suite-4_5_dev.zip
will pass with:  
http://ci.moosetechnology.org/job/moose-latest-dev/393/artifact/moose_suite-4_5_dev.zip

_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: Issue 635 in moose-technology: Strange behavior with announcements

moose-technology

Comment #1 on issue 635 by [hidden email]: Strange behavior with  
announcements
http://code.google.com/p/moose-technology/issues/detail?id=635

This changes with announcements are wanted. They are explained here:

http://code.google.com/p/pharo/issues/detail?id=4296

_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: Issue 635 in moose-technology: Strange behavior with announcements

moose-technology
Updates:
        Status: Invalid

Comment #2 on issue 635 by [hidden email]: Strange behavior with  
announcements
http://code.google.com/p/moose-technology/issues/detail?id=635

(No comment was entered for this change.)

_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev