Closed
Bug 1906941
Opened 1 year ago
Closed 1 year ago
Update glean_parser to use `HistogramBase` instead of aliased type `HistogramMetricBase`
Categories
(Data Platform and Tools :: Glean: SDK, task, P1)
Data Platform and Tools
Glean: SDK
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: travis_, Assigned: travis_)
Details
Attachments
(3 files)
Currently glean_parser references HistogramMetricBase, which is a type alias from service-glean. In order to remove service-glean, the type alias will be maintained in glean_core Kotlin bindings until this bug is resolved. Once service-glean has been removed and glean_parser's Kotlin template has been updated, then the alias may be removed in glean_core.
| Assignee | ||
Updated•1 year ago
|
Assignee: nobody → tlong
Priority: -- → P2
| Assignee | ||
Updated•1 year ago
|
Priority: P2 → P1
| Assignee | ||
Updated•1 year ago
|
Summary: Update glean_parser to use `HistogramType` instead of aliased type `HistogramMetricType` → Update glean_parser to use `HistogramBase` instead of aliased type `HistogramMetricBase`
Comment 1•1 year ago
|
||
| Assignee | ||
Updated•1 year ago
|
Status: NEW → RESOLVED
Closed: 1 year ago
Resolution: --- → FIXED
Comment 2•1 year ago
|
||
Comment 3•1 year ago
|
||
You need to log in
before you can comment on or make changes to this bug.
Description
•