Closed
Bug 1488004
Opened 7 years ago
Closed 7 years ago
webdriver: Long literal numbers should use separators to be readable
Categories
(Testing :: geckodriver, enhancement)
Testing
geckodriver
Tracking
(firefox63 fixed)
RESOLVED
FIXED
mozilla63
Tracking | Status | |
---|---|---|
firefox63 | --- | fixed |
People
(Reporter: ato, Assigned: ato)
Details
Attachments
(1 file)
995 bytes,
patch
|
whimboo
:
review+
|
Details | Diff | Splinter Review |
The MAX_SAFE_INTEGER constant in testing/webdriver/src/common.rs:5
should use underscore separators so it is more easily readable.
Assignee | ||
Updated•7 years ago
|
Assignee: nobody → ato
Status: NEW → ASSIGNED
Assignee | ||
Comment 1•7 years ago
|
||
This silences a clippy warning.
Attachment #9005830 -
Flags: review?(hskupin)
Updated•7 years ago
|
Attachment #9005830 -
Flags: review?(hskupin) → review+
Pushed by ato@sny.no:
https://hg.mozilla.org/integration/mozilla-inbound/rev/5e0697429504
webdriver: use separators in MAX_SAFE_INTEGER definitiion; r=whimboo
Comment 3•7 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
status-firefox63:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla63
You need to log in
before you can comment on or make changes to this bug.
Description
•