Closed
Bug 532388
Opened 16 years ago
Closed 16 years ago
Revert changes to Vector class
Categories
(Tamarin Graveyard :: Virtual Machine, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: tharwood, Assigned: tharwood)
Details
Attachments
(2 files)
6.68 KB,
patch
|
tharwood
:
review+
lhansen
:
superreview+
|
Details | Diff | Splinter Review |
6.42 KB,
patch
|
cpeyer
:
review+
|
Details | Diff | Splinter Review |
Changes 2675 (fix for 486340) and 2612 (fix for 513095) change the external behavior of the Vector class and must be reverted until we can re-version the API.
Assignee | ||
Comment 1•16 years ago
|
||
This change reverts the two most recent changes to core/Vector.as and core/VectorImpl.as, respectively; the generated code is created by running builtin.py over the updated AS3 source.
Assignee: nobody → tharwood
Attachment #415629 -
Flags: review?(kpalacz)
Assignee | ||
Comment 2•16 years ago
|
||
Reverting tests for Vector functionality that's also being reverted.
Attachment #415631 -
Flags: review?(cpeyer)
Updated•16 years ago
|
Attachment #415631 -
Flags: review?(cpeyer) → review+
Assignee | ||
Comment 3•16 years ago
|
||
Comment on attachment 415629 [details] [diff] [review]
Revert non-versioned changes to Vector
Changing status to r+ per email from Krzysztof; teething troubles on his end.
Attachment #415629 -
Flags: review?(kpalacz) → review+
Assignee | ||
Updated•16 years ago
|
Attachment #415629 -
Flags: superreview?(lhansen)
Updated•16 years ago
|
Attachment #415629 -
Attachment is patch: true
Attachment #415629 -
Attachment mime type: application/octet-stream → text/plain
Updated•16 years ago
|
Attachment #415629 -
Flags: superreview?(lhansen) → superreview+
Assignee | ||
Comment 4•16 years ago
|
||
Pushed changeset 3254.
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•