Issue 3714 in pharo: CS removeSelector does not dirty packages

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

Issue 3714 in pharo: CS removeSelector does not dirty packages

pharo
Status: Accepted
Owner: [hidden email]
Labels: Milestone-1.3

New issue 3714 by [hidden email]: CS removeSelector does not dirty  
packages
http://code.google.com/p/pharo/issues/detail?id=3714

Workspace removeSelector: #embeddedInMorphicWindowLabeled:!

does not make the package dirty.

This can be normal because this is a low level API method. Now this  
expression is saved in the changeset
when we remove a method. So the task to do is:
    - check if there is another API method that raise the correct  
notification of changes
    - change ChangeSorter to use this api


Reply | Threaded
Open this post in threaded view
|

Re: Issue 3714 in pharo: CS removeSelector does not dirty packages

pharo

Comment #1 on issue 3714 by [hidden email]: CS removeSelector does  
not dirty packages
http://code.google.com/p/pharo/issues/detail?id=3714

Cyrille can you check that with RPackage?