[bug] CompiledMethod >> valueWithReceiver:withArguments does not return method return value

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

[bug] CompiledMethod >> valueWithReceiver:withArguments does not return method return value

Sam Phillips
Issue status update for
http://smalltalk.gnu.org/node/116
Post a follow up:
http://smalltalk.gnu.org/project/comments/add/116

 Project:      GNU Smalltalk
 Version:      <none>
 Component:    Base classes
 Category:     bug reports
 Priority:     normal
 Assigned to:  Unassigned
 Reported by:  sdp
 Updated by:   sdp
 Status:       active
 Attachment:   http://smalltalk.gnu.org/files/issues/CompildMeth-valueWithReceiver.patch (348 bytes)

CompiledMethod >> valueWithReceiver:withArguments does not return method
return value.  Example:


GNU Smalltalk ready

st> m := SmallInteger >> #+
SmallInteger>>+
st> m valueWithReceiver: 3 withArguments: { 4 }
SmallInteger>>+
st>


Result should be 7.

Attached patch to fix this.




_______________________________________________
help-smalltalk mailing list
[hidden email]
http://lists.gnu.org/mailman/listinfo/help-smalltalk
Reply | Threaded
Open this post in threaded view
|

Re: [bug] CompiledMethod >> valueWithReceiver:withArguments does not return method return value

Paolo Bonzini
Issue status update for
http://smalltalk.gnu.org/project/issue/116
Post a follow up:
http://smalltalk.gnu.org/project/comments/add/116

 Project:      GNU Smalltalk
 Version:      <none>
 Component:    Base classes
 Category:     bug reports
 Priority:     normal
 Assigned to:  Unassigned
 Reported by:  sdp
 Updated by:   bonzinip
-Status:       active
+Status:       fixed

applied, thanks!




_______________________________________________
help-smalltalk mailing list
[hidden email]
http://lists.gnu.org/mailman/listinfo/help-smalltalk