help-smalltalk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Help-smalltalk] [bug] CompiledMethod >> valueWithReceiver:withArguments


From: Sam Phillips
Subject: [Help-smalltalk] [bug] CompiledMethod >> valueWithReceiver:withArguments does not return method return value
Date: Mon, 22 Oct 2007 10:26:16 -0700

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.






reply via email to

[Prev in Thread] Current Thread [Next in Thread]