Closed
Bug 1906941
Opened 1 year ago
Closed 11 months 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•11 months ago
|
Assignee: nobody → tlong
Priority: -- → P2
Assignee | ||
Updated•11 months ago
|
Priority: P2 → P1
Assignee | ||
Updated•11 months 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•11 months ago
|
||
Assignee | ||
Updated•11 months ago
|
Status: NEW → RESOLVED
Closed: 11 months ago
Resolution: --- → FIXED
Comment 2•10 months ago
|
||
Comment 3•10 months ago
|
||
You need to log in
before you can comment on or make changes to this bug.
Description
•