Closed
Bug 1892408
Opened 7 months ago
Closed 6 months ago
Use case-insensitive ordering for crash annotations in generated code
Categories
(Toolkit :: Crash Reporting, task)
Toolkit
Crash Reporting
Tracking
()
RESOLVED
FIXED
127 Branch
Tracking | Status | |
---|---|---|
firefox127 | --- | fixed |
People
(Reporter: gsvelto, Assigned: gsvelto)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
In bug 1620998 we'll need to generate Rust code from the CrashAnnotations.yaml
file, since this will happen outside of toolkit/crashreporter/generate_crash_reporter_sources.py
we need to ensure that the emitted crash annotations are in the same order and use the same indexes. The current ordering is based on the dictionary objects holding the annotations in the Python script, we should switch to case-insensitive ordering which we already loosely follow in the YAML file.
Assignee | ||
Comment 1•7 months ago
|
||
Updated•7 months ago
|
Assignee: nobody → gsvelto
Status: NEW → ASSIGNED
Pushed by gsvelto@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/bcd30dc85d7a
Order crash annotations by name ignoring case in generated code r=afranchuk
Comment 3•6 months ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 6 months 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
•