Closed
Bug 1695973
Opened 4 years ago
Closed 4 years ago
Remove retry limit from bootstrap prompt
Categories
(Firefox Build System :: Mach Core, enhancement)
Firefox Build System
Mach Core
Tracking
(firefox88 fixed)
RESOLVED
FIXED
88 Branch
Tracking | Status | |
---|---|---|
firefox88 | --- | fixed |
People
(Reporter: mhentges, Assigned: mhentges)
Details
Attachments
(1 file)
The arbitrary limit adds complexity to the code without value - if a prompt doesn't have any options that are satisfying for the user, then they can CTRL-C
to cancel.
Assignee | ||
Updated•4 years ago
|
Assignee: nobody → mhentges
Status: NEW → ASSIGNED
Assignee | ||
Comment 1•4 years ago
|
||
The retry limit doesn't add much value - if user doesn't want
to answer a prompt, they can CTRL-C.
Additionally, prompt_yesno
doesn't have a retry limit, so
this increases prompt behaviour consistency.
Depends on D106814
Pushed by mhentges@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/7d48c2dddaa0
Remove retry limit from bootstrap prompt r=firefox-build-system-reviewers,sheehan,glandium
Comment 3•4 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
status-firefox88:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 88 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•