Closed
Bug 1447018
Opened 4 years ago
Closed 4 years ago
Don't use short-circuiting ||-operator in ToDateTimeOptions
Categories
(Core :: JavaScript: Internationalization API, enhancement, P3)
Core
JavaScript: Internationalization API
Tracking
()
RESOLVED
FIXED
mozilla61
Tracking | Status | |
---|---|---|
firefox61 | --- | fixed |
People
(Reporter: anba, Assigned: anba)
Details
Attachments
(1 file)
4.32 KB,
patch
|
Waldo
:
review+
|
Details | Diff | Splinter Review |
ToDateTimeOptions, steps 4 and 5 call |Get(options, prop)| for all properties, so we can't use the ||-operator because of its short-circuiting semantics.
Assignee | ||
Comment 1•4 years ago
|
||
Retrieve all properties in ToDateTimeOptions to improve spec-compliance...
Attachment #8960187 -
Flags: review?(jwalden+bmo)
Updated•4 years ago
|
Attachment #8960187 -
Flags: review?(jwalden+bmo) → review+
Updated•4 years ago
|
Priority: -- → P3
Assignee | ||
Comment 2•4 years ago
|
||
Try: https://treeherder.mozilla.org/#/jobs?repo=try&revision=fda78b7e464578358e20764819cee47cb68ccdd7
Keywords: checkin-needed
Pushed by ryanvm@gmail.com: https://hg.mozilla.org/integration/mozilla-inbound/rev/6d67329ad458 Don't break early in ToDateTimeOptions to improve spec conformance. r=Waldo
Keywords: checkin-needed
Comment 4•4 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/6d67329ad458
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla61
You need to log in
before you can comment on or make changes to this bug.
Description
•