Closed
Bug 466661
Opened 16 years ago
Closed 16 years ago
Primitive number not wrapped when used as paramter of apply
Categories
(Rhino Graveyard :: Core, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: mguillemot, Unassigned)
Details
Attachments
(1 file)
2.34 KB,
patch
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.4) Gecko/2008111317 Ubuntu/8.04 (hardy) Firefox/3.0.4
Build Identifier:
In interpreted mode, primitive numbers are stored in the dblStack and should be wrapped when they are used as parameters of the apply method
Reproducible: Always
Steps to Reproduce:
1.
2.
3.
The problem is just a verification for UniqueTag.DOUBLE_MARK that is missing.
Comment 2•16 years ago
|
||
Committed patch to both HEAD and Rhino1_7R2_BRANCH.
Status: UNCONFIRMED → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•