Closed
Bug 439689
Opened 17 years ago
Closed 17 years ago
Patch for removing certain definitions when parsing a .abc
Categories
(Tamarin Graveyard :: Virtual Machine, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
flash10
People
(Reporter: tierney, Assigned: tierney)
Details
Attachments
(1 file, 1 obsolete file)
|
19.86 KB,
patch
|
Details | Diff | Splinter Review |
This is to support a limited form of versioning in a abc file. A host can specify that definitions with certain metadata can be removed by the AbcParser. The exact metadata is configurable by the host.
The definitions that are removed are simply skipped over while processing the Traits. It is as if they were never there in the first place.
Attachment #325434 -
Flags: review?(edwsmith)
| Assignee | ||
Comment 1•17 years ago
|
||
Attachment #325434 -
Attachment is obsolete: true
Attachment #325611 -
Flags: review?(edwsmith)
Attachment #325434 -
Flags: review?(edwsmith)
| Assignee | ||
Comment 2•17 years ago
|
||
Meant to add, the new patch adds a command line parameter to the shell so we can test this easier.
Updated•17 years ago
|
Attachment #325611 -
Flags: review?(edwsmith)
Comment 3•17 years ago
|
||
I think this might be defunct -- some of this has already been merged into redux, and more work is likely needed to be merged (from the AIR codebase). Mark obsolete?
| Assignee | ||
Comment 4•17 years ago
|
||
Yeah, this is obsolete, everything has been merged over by now.
Status: ASSIGNED → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
Updated•16 years ago
|
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•