Closed
Bug 441386
Opened 17 years ago
Closed 16 years ago
versioning solution -stripversion throwing error on stripped class
Categories
(Tamarin Graveyard :: Virtual Machine, defect)
Tracking
(Not tracked)
VERIFIED
WONTFIX
People
(Reporter: dschaffe, Unassigned)
References
Details
Using the -stripversion for the new versioning solution throws Reference Exception when Version metadata is on a class.
simple example:
[Version(1)]
class testclass { }
print("bug");
$ asc -d -import builtin.abc -md bug.as
$ avmplus_s.exe -stripversion 1 bug.abc
ReferenceError: Error #1056: Cannot create property bug.as$1::testclass on global.
at global$init()[bug.as:2]
expecting:
no error outputs bug
Reporter | ||
Updated•17 years ago
|
Summary: versionsing solution -stripversion throwing error on stripped class → versioning solution -stripversion throwing error on stripped class
this bug is made obsolete by 472920
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Reporter | ||
Comment 2•15 years ago
|
||
closing as verified/wontfix
Status: RESOLVED → VERIFIED
Resolution: FIXED → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•