Tell people to use `.finally()` instead of `.then(foo, foo)` when `foo` is the same thing for both arguments
Categories
(Developer Infrastructure :: Lint and Formatting, task)
Tracking
(Not tracked)
People
(Reporter: Gijs, Assigned: Gijs)
References
Details
Attachments
(2 obsolete files)
I didn't actually realize this existed (and it is several years newer than .then
!). It's neat, we should be using it.
Assignee | ||
Updated•5 years ago
|
Assignee | ||
Comment 1•5 years ago
|
||
Assignee | ||
Comment 2•5 years ago
|
||
Depends on D68613
Comment 4•5 years ago
•
|
||
Backed out 2 changesets (bug 1625500) for multiple failures
Backout: https://hg.mozilla.org/integration/autoland/rev/30da2d82fd66f1739c32b4c4be102c46181b8e03
Failure push: https://treeherder.mozilla.org/#/jobs?repo=autoland&revision=7d80233bcfcd48ae82209aacec29dadc93a49cb2
Failure logs:
xpcshell:
https://treeherder.mozilla.org/logviewer.html#/jobs?job_id=298087559&repo=autoland&lineNumber=2521
https://treeherder.mozilla.org/logviewer.html#/jobs?job_id=298085810&repo=autoland&lineNumber=3013
https://treeherder.mozilla.org/logviewer.html#/jobs?job_id=298085507&repo=autoland&lineNumber=1427
https://treeherder.mozilla.org/logviewer.html#/jobs?job_id=298085516&repo=autoland&lineNumber=1537
https://treeherder.mozilla.org/logviewer.html#/jobs?job_id=298085448&repo=autoland&lineNumber=11696
devtools:
https://treeherder.mozilla.org/logviewer.html#/jobs?job_id=298087547&repo=autoland&lineNumber=6879
bc failures:
https://treeherder.mozilla.org/logviewer.html#/jobs?job_id=298087290&repo=autoland&lineNumber=11141
Assignee | ||
Comment 5•5 years ago
|
||
Talked to Mark, going to split up the fixing patch because not all consumers here like being switched to .finally()
, as we no longer catch rejections that way.
Comment 6•5 years ago
|
||
There are some r+ patches which didn't land and no activity in this bug for 2 weeks.
:Gijs, could you have a look please?
For more information, please visit auto_nag documentation.
Assignee | ||
Comment 7•5 years ago
|
||
(In reply to Release mgmt bot [:sylvestre / :calixte / :marco for bugbug] from comment #6)
There are some r+ patches which didn't land and no activity in this bug for 2 weeks.
:Gijs, could you have a look please?
For more information, please visit auto_nag documentation.
Thanks for reminding me how busy I am, bugbug.
Updated•3 years ago
|
Updated•3 years ago
|
Assignee | ||
Comment 8•1 years ago
|
||
I think the subtle differences here are annoying enough that this isn't worth doing.
Updated•1 years ago
|
Updated•1 years ago
|
Description
•