Closed
Bug 1843629
Opened 2 years ago
Closed 1 year ago
Add section about common non-fatal errors in quick reference document
Categories
(Developer Infrastructure :: Firefox Source Docs: Content, task, P3)
Developer Infrastructure
Firefox Source Docs: Content
Tracking
(firefox127 fixed)
RESOLVED
FIXED
127 Branch
Tracking | Status | |
---|---|---|
firefox127 | --- | fixed |
People
(Reporter: tgiles, Assigned: tgiles)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
New contributors tend to stop when they see any kind of error, whether it is relevant, non-fatal, etc. We should add some guidance on how to read errors and how to determine if an error is actually blocking or not. For example we've seen the following cases:
- Java extension in vscode becoming confused due to paths inside of mozilla-central and throwing errors in the "Problems" section of the integrated terminal.
- Glean errors about setting metrics (which are non-fatal as far as I can tell)
- Exception in
Region.sys.mjs
because it failed to fetch a region, but otherwise did not cause a crash or anything - On Windows,
warning: Watchman unavailable: "watchman" executable not in PATH ([WinError 2] The system cannot find the file specified)
Maybe this is too ambiguous to write an extensive section about, but I think there's value in having a section that says "hey, sometimes you encounter errors that don't crash your build or browser, it happens and you can continue your work".
Assignee | ||
Comment 1•1 year ago
|
||
These are some of the errors that some Outreachy applicants were
experiencing. Figured having some additional documentation explaining
that not all errors and warnings are fatal might help unblock new
contributors in the future.
Updated•1 year ago
|
Assignee: nobody → tgiles
Status: NEW → ASSIGNED
Pushed by sledru@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/d51b9619ea14
Explain some non-fatal errors in the OS build docs. r=sylvestre DONTBUILD
Comment 3•1 year ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 1 year ago
status-firefox127:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 127 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•