Issue 5836 in pharo: RPackage reference to MessageSet

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

Issue 5836 in pharo: RPackage reference to MessageSet

pharo
Status: Accepted
Owner: [hidden email]
Labels: Type-Bug

New issue 5836 by [hidden email]: RPackage reference to MessageSet
http://code.google.com/p/pharo/issues/detail?id=5836

it causes errors in the last Pharo when opening Nautilus ...

Can be solved by doing

self removeKey: #MessageSet

on the good dictionary


_______________________________________________
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 5836 in pharo: RPackage reference to MessageSet

pharo
Updates:
        Status: Workneeded
        Labels: Milestone-2.0

Comment #1 on issue 5836 by [hidden email]: RPackage reference to  
MessageSet
http://code.google.com/p/pharo/issues/detail?id=5836

can you provide code so we can do that with an update?


_______________________________________________
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 5836 in pharo: RPackage reference to MessageSet

pharo

Comment #2 on issue 5836 by [hidden email]: RPackage reference to  
MessageSet
http://code.google.com/p/pharo/issues/detail?id=5836

I can't now, because I fixed it in the debugger :s

I will investigate :)


_______________________________________________
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 5836 in pharo: RPackage reference to MessageSet

pharo
Updates:
        Status: FixReviewNeeded

Comment #3 on issue 5836 by [hidden email]: RPackage reference to  
MessageSet
http://code.google.com/p/pharo/issues/detail?id=5836

((RPackageOrganizer default packageNamed: #Shout)  
instVarNamed: 'classExtensionSelectors') removeKey: #MessageSet.

((RPackageOrganizer default packageNamed: #'Shout-Styling')  
instVarNamed: 'classExtensionSelectors') removeKey: #MessageSet.


_______________________________________________
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 5836 in pharo: RPackage reference to MessageSet

pharo
Updates:
        Cc: [hidden email]

Comment #4 on issue 5836 by [hidden email]: RPackage reference to  
MessageSet
http://code.google.com/p/pharo/issues/detail?id=5836

(No comment was entered for this change.)


_______________________________________________
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 5836 in pharo: RPackage reference to MessageSet

pharo

Comment #5 on issue 5836 by [hidden email]: RPackage reference to  
MessageSet
http://code.google.com/p/pharo/issues/detail?id=5836

This means that when one deletes a class that has extension methods, then  
RPackage is not correctly removing the extensions methods.

We should fix that and then test with removing FlatListMessageList, it has  
the same  shout extension.


_______________________________________________
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 5836 in pharo: RPackage reference to MessageSet

pharo

Comment #6 on issue 5836 by [hidden email]: RPackage reference to  
MessageSet
http://code.google.com/p/pharo/issues/detail?id=5836

Issue 5837 has been merged into this issue.


_______________________________________________
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 5836 in pharo: RPackage reference to MessageSet

pharo
Updates:
        Status: FixToInclude

Comment #7 on issue 5836 by [hidden email]: RPackage reference to  
MessageSet
http://code.google.com/p/pharo/issues/detail?id=5836

(No comment was entered for this change.)


_______________________________________________
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 5836 in pharo: RPackage reference to MessageSet

pharo
Updates:
        Status: Integrated

Comment #8 on issue 5836 by [hidden email]: RPackage reference to  
MessageSet
http://code.google.com/p/pharo/issues/detail?id=5836

in 2.0 059


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