Closed
Bug 1701578
Opened 4 years ago
Closed 4 years ago
Importing the generated metrics breaks depending on the Glean import order
Categories
(Data Platform and Tools Graveyard :: Glean.js, defect, P1)
Data Platform and Tools Graveyard
Glean.js
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: Dexter, Assigned: Dexter)
Details
Attachments
(5 files)
If Glean is imported before the generated metrics everything works fine, if after everything breaks due to "Metrics" not being defined.
Comment 1•4 years ago
|
||
| Assignee | ||
Comment 2•4 years ago
|
||
Comment 3•4 years ago
|
||
Comment 4•4 years ago
|
||
Comment 5•4 years ago
|
||
| Assignee | ||
Comment 6•4 years ago
|
||
All the circular dependencies were taken care of. We need to test whether or not swapping the include order is now fixed.
| Assignee | ||
Comment 7•4 years ago
|
||
(In reply to Alessio Placitelli [:Dexter] from comment #6)
All the circular dependencies were taken care of. We need to test whether or not swapping the include order is now fixed.
I verified that this works by swapping these two imports. Without the changes in this bug, it fails with
With the changes from this bug, the test runs fine:)
Status: NEW → RESOLVED
Closed: 4 years ago
Resolution: --- → FIXED
Updated•3 years ago
|
Product: Data Platform and Tools → Data Platform and Tools Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•