Closed
Bug 491551
Opened 16 years ago
Closed 6 years ago
abcasm: need syntax/semantics to emit a qualified QName
Categories
(Tamarin Graveyard :: Tools, enhancement)
Tracking
(Not tracked)
RESOLVED
WONTFIX
Future
People
(Reporter: tharwood, Unassigned)
References
Details
Current syntax emits an unqualified QName, e.g., foo, or a multiname, e.g. {ns1}::foo. No syntax exists to emit a qualified QName.
ns1::moo is a possible choice, although it means something different to the compiler.
Updated•15 years ago
|
Target Milestone: --- → Future
Comment 1•14 years ago
|
||
There's a fix for this in bug #484509 that covers all instructions that can take multiname parameters. I expect there are additional cases that it would be good to cover.
Updated•6 years ago
|
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•