Closed
Bug 708892
Opened 14 years ago
Closed 6 years ago
Clean up destructuring var initializers
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: dmandelin, Assigned: Waldo)
References
Details
Clean up the code for destructuring var initializers, taking care to make all the front-end attributes propagate correctly.
| Assignee | ||
Comment 1•14 years ago
|
||
The patch I had written, that was down to half a dozen failures, conflicts horribly with bug 692274's patch, which landed a week or so ago. It's going to take some time to sort that out. I knew I shouldn't have believed Luke when he said the two would be orthogonal. :-P
Comment 2•14 years ago
|
||
Well, logically orthogonal ;)
| Reporter | ||
Updated•14 years ago
|
Comment 3•14 years ago
|
||
What's the current status on this work?
| Assignee | ||
Comment 4•14 years ago
|
||
I haven't touched it since about comment 1. I won't have time to resurrect it until I finish bug 586842, which has been in-progress for way longer than I ever hoped or wanted, and which is a must-fix so that it can be integrated in Ionmonkey, which is progressing along quite well at this point and which would be better off doing not too much work that will only be invalidated when that bug's fixed.
Comment 5•6 years ago
|
||
Unlikely to be still valid, given that destructuring is now part of ECMAScript proper and the destructuring parser part has been rewritten (at least once).
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•