Closed
Bug 1726499
Opened 4 years ago
Closed 4 years ago
Remove CompileOptions consistency check for Stencil XDR decoding
Categories
(Core :: JavaScript Engine, task, P3)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
93 Branch
| Tracking | Status | |
|---|---|---|
| firefox93 | --- | fixed |
People
(Reporter: arai, Assigned: arai)
References
Details
Attachments
(1 file)
bug 1726498 is going to introduce decode-specific subset of CompileOptions, that won't have fields for full-parse vs lazy-parse.
bug 1723066 hits the consistency check and we're aware the inconsistency and it's mildly expected.
so we should remove the consistency check now, for bug 1723066, and then work on bug 1726498 later.
| Assignee | ||
Comment 1•4 years ago
|
||
Pushed by arai_a@mac.com:
https://hg.mozilla.org/integration/autoland/rev/ab8b715119a2
Remove CompileOptions consistency check from Stencil XDR decoding. r=tcampbell
Comment 3•4 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
status-firefox93:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 93 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•