Closed
Bug 861857
Opened 9 years ago
Closed 9 years ago
Typeinference: Fault in intersectionEmpty
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
mozilla23
People
(Reporter: h4writer, Assigned: h4writer)
References
Details
(Keywords: regression)
Attachments
(1 file)
1.65 KB,
patch
|
jandem
:
review+
bajaj
:
approval-mozilla-aurora+
|
Details | Diff | Splinter Review |
Obvious by just reading the code. This was meant to test "this" and "other". Not twice "this". Introduced in 849781. Will have to get uplifted.
Assignee | ||
Comment 1•9 years ago
|
||
Assignee: general → hv1989
Assignee | ||
Updated•9 years ago
|
Attachment #737482 -
Flags: review?(jdemooij)
Comment 2•9 years ago
|
||
Comment on attachment 737482 [details] [diff] [review] patch Review of attachment 737482 [details] [diff] [review]: ----------------------------------------------------------------- Nice catch.
Attachment #737482 -
Flags: review?(jdemooij) → review+
Assignee | ||
Comment 3•9 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/eb95b49e094c
status-firefox22:
--- → affected
status-firefox23:
--- → fixed
Comment 4•9 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/eb95b49e094c
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla23
Assignee | ||
Comment 5•9 years ago
|
||
Comment on attachment 737482 [details] [diff] [review] patch [Approval Request Comment] Bug caused by (feature/regressing bug #): Bug 849781 User impact if declined: For now we haven't hit a bug (I think), but I think it is possible to create a testcase that misbehaves Testing completed (on m-c, etc.): m-i: 1 day, m-c: 1/2 day Risk to taking this patch (and alternatives if risky): Very low risk. Inlining of functions is now a bit stricter. I.e. that code now uses the general case, instead of the special case. String or IDL/UUID changes made by this patch: /
Attachment #737482 -
Flags: approval-mozilla-aurora?
Updated•9 years ago
|
Keywords: regression
Comment 6•9 years ago
|
||
Comment on attachment 737482 [details] [diff] [review] patch low risk uplift of a Fx22 regression .
Attachment #737482 -
Flags: approval-mozilla-aurora? → approval-mozilla-aurora+
You need to log in
before you can comment on or make changes to this bug.
Description
•