Issue 3524 in pharo: MC snapshot browser <-> changeset interaction does not works properly

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

Issue 3524 in pharo: MC snapshot browser <-> changeset interaction does not works properly

pharo
Status: Accepted
Owner: siguctua

New issue 3524 by siguctua: MC snapshot browser <-> changeset interaction  
does not works properly
http://code.google.com/p/pharo/issues/detail?id=3524


- choose any package not loaded into image, any package version
and press 'browse'.
Now in browser, pick any method , right click in method list menu,
pick 'Add to current changeset'

It throws an error, if given method not exists in system.
If method exists, it add a version of method, which is currently in image,
but not one, which you currently looking at in package browser.

Which gets us back again to thing, that MethodReference model actually  
doesn't works in a way as it really should be :)