Issue 4183 in pharo: SmalltalkImage>>abandoTempNames uses old method trailer bytes

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

Issue 4183 in pharo: SmalltalkImage>>abandoTempNames uses old method trailer bytes

pharo
Status: Accepted
Owner: marianopeck
CC: [hidden email]

New issue 4183 by marianopeck: SmalltalkImage>>abandoTempNames uses old  
method trailer bytes
http://code.google.com/p/pharo/issues/detail?id=4183


Pharo core version: 13183

SmalltalkImage >> abandonTempNames
is doing a

addLast: (m copyWithTrailerBytes: #(0 ))]]].

copyWithTrailerBytes: #(0 )  will fail since it expects an instnace of  
CompiledMethodTrailer, not an array.

So....I guess it should be replaced by

addLast: (m copyWithTrailerBytes: (CompiledMethodTrailer empty))]]].

If Igor agree, I submit the fix


_______________________________________________
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 4183 in pharo: SmalltalkImage>>abandoTempNames uses old method trailer bytes

pharo

Comment #1 on issue 4183 by [hidden email]:  
SmalltalkImage>>abandoTempNames uses old method trailer bytes
http://code.google.com/p/pharo/issues/detail?id=4183

Yes.


_______________________________________________
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 4183 in pharo: SmalltalkImage>>abandoTempNames uses old method trailer bytes

pharo
Updates:
        Status: FixProposed
        Labels: Milestone-1.3

Comment #2 on issue 4183 by marianopeck: SmalltalkImage>>abandoTempNames  
uses old method trailer bytes
http://code.google.com/p/pharo/issues/detail?id=4183

In inbox

Name:  
SLICE-Issue-4183-AbandonTempNamesUseOldMethodTrailers-MarianoMartinezPeck.1
Author: MarianoMartinezPeck
Time: 10 May 2011, 12:52:09 pm
UUID: d68169a4-b748-48ee-81b3-65dd07922815
Ancestors:
Dependencies: System-Support-MarianoMartinezPeck.495

Fix to issue 4183


_______________________________________________
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 4183 in pharo: SmalltalkImage>>abandoTempNames uses old method trailer bytes

pharo
Updates:
        Status: FixToInclude

Comment #3 on issue 4183 by marianopeck: SmalltalkImage>>abandoTempNames  
uses old method trailer bytes
http://code.google.com/p/pharo/issues/detail?id=4183

(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 4183 in pharo: SmalltalkImage>>abandoTempNames uses old method trailer bytes

pharo
Updates:
        Status: Closed

Comment #4 on issue 4183 by [hidden email]:  
SmalltalkImage>>abandoTempNames uses old method trailer bytes
http://code.google.com/p/pharo/issues/detail?id=4183

in 13188


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