Re: Issue 4192 in pharo: Embed source code for methods which get uninstalled from their classes

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

Re: Issue 4192 in pharo: Embed source code for methods which get uninstalled from their classes

pharo
Updates:
        Status: closed

Comment #1 on issue 4192 by [hidden email]: Embed source code for  
methods which get uninstalled from their classes
http://code.google.com/p/pharo/issues/detail?id=4192

(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 4192 in pharo: Embed source code for methods which get uninstalled from their classes

pharo

Comment #2 on issue 4192 by marianopeck: Embed source code for methods  
which get uninstalled from their classes
http://code.google.com/p/pharo/issues/detail?id=4192

I don't see any changes nor slice..


_______________________________________________
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 4192 in pharo: Embed source code for methods which get uninstalled from their classes

pharo

Comment #3 on issue 4192 by [hidden email]: Embed source code for methods  
which get uninstalled from their classes
http://code.google.com/p/pharo/issues/detail?id=4192

It's a bad idea doing a become: as part of compilation.
As long as source file does not truncate, the source old method points to  
is still valid anyways.

#destroySourcePointer was meant for just that, destroying the trailer of a  
method whose source was no longer valid anyways.
Not removing source access for uninstalled methods in the general case.


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