Closed
Bug 1482912
Opened 7 years ago
Closed 7 years ago
Replace cpp_guard with operating_systems for Events and Scalars
Categories
(Toolkit :: Telemetry, enhancement, P1)
Toolkit
Telemetry
Tracking
()
RESOLVED
FIXED
mozilla66
Tracking | Status | |
---|---|---|
firefox66 | --- | fixed |
People
(Reporter: janerik, Assigned: janerik)
References
Details
Attachments
(2 files)
In bug 1477213 we switch the histogram parser from accepting `cpp_guards` to an array of `operating_systems` (as that was all it was used for).
We should switch over Events.yaml and Scalars.yaml to this as well.
Current status:
* Events.yaml: no use of cpp_guard
* Scalars.yaml: 2 uses, one of them not an OS (ACCESSIBILITY)
Assignee | ||
Updated•7 years ago
|
Priority: -- → P3
Comment 1•7 years ago
|
||
This is probably not too hard, it would be great to get this difference in attributes cleared up not too late.
We might consider breaking this into two bugs and potentially mentoring them.
Priority: P3 → P2
Assignee | ||
Updated•7 years ago
|
Priority: P2 → --
Assignee | ||
Updated•7 years ago
|
Points: --- → 2
Priority: -- → P2
Assignee | ||
Updated•7 years ago
|
Assignee: nobody → jrediger
Assignee | ||
Updated•7 years ago
|
Priority: P2 → P1
Assignee | ||
Comment 2•7 years ago
|
||
Assignee | ||
Comment 3•7 years ago
|
||
Drive-by fixes to annyoing warnings in mach doc
for Telemetry docs.
Depends on D17231
Pushed by jrediger@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/9e9085aee8bc
Replace cpp_guard with operating_systems for Events and Scalars r=chutten
https://hg.mozilla.org/integration/autoland/rev/d762822c538b
Fix warnings in doc generation r=gfritzsche,chutten
Comment 5•7 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/9e9085aee8bc
https://hg.mozilla.org/mozilla-central/rev/d762822c538b
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox66:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla66
Comment 6•7 years ago
|
||
https://hg.mozilla.org/projects/cedar/rev/9e9085aee8bcf0fd6fc9b71cb30bf02eab563478
Bug 1482912 - Replace cpp_guard with operating_systems for Events and Scalars r=chutten
https://hg.mozilla.org/projects/cedar/rev/d762822c538bf374820e7c63c3b5658f297b1d78
Bug 1482912 - Fix warnings in doc generation r=gfritzsche,chutten
You need to log in
before you can comment on or make changes to this bug.
Description
•