Issue status update for
http://smalltalk.gnu.org/node/116Post 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