Closed
Bug 1831804
Opened 2 years ago
Closed 2 years ago
AttributeError: module 'glean_parser.lint' has no attribute 'lint_yaml_files'
Categories
(Data Platform and Tools :: Glean: SDK, defect, P1)
Data Platform and Tools
Glean: SDK
Tracking
(firefox115 fixed)
RESOLVED
FIXED
Tracking | Status | |
---|---|---|
firefox115 | --- | fixed |
People
(Reporter: zhou, Assigned: janerik)
References
(Regression)
Details
(Keywords: regression)
Attachments
(2 files)
960 bytes,
patch
|
Details | Diff | Splinter Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review |
Actual results:
Latest glean_parser
(v7.2.0) removes function lint_yaml_files
, which breaks Firefox build.
See https://github.com/mozilla/glean_parser/pull/578
and https://bugzilla.mozilla.org/show_bug.cgi?id=1830049
Component: Untriaged → General
Keywords: regression
Product: Firefox → Firefox Build System
Regressed by: 1830049
Comment 2•2 years ago
|
||
:janerik, since you are the author of the regressor, bug 1830049, could you take a look? Also, could you set the severity field?
For more information, please visit BugBot documentation.
Flags: needinfo?(jrediger)
Comment 4•2 years ago
|
||
The following field has been copied from a duplicate bug:
Field | Value | Source |
---|---|---|
Status | NEW | bug 1831813 |
For more information, please visit BugBot documentation.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Assignee | ||
Updated•2 years ago
|
Assignee: nobody → jrediger
Component: General → Glean: SDK
Flags: needinfo?(jrediger)
Priority: -- → P1
Product: Firefox Build System → Data Platform and Tools
Assignee | ||
Comment 5•2 years ago
|
||
Pushed by jrediger@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/02e8ec3070a4
Remove yamllint from glean-parser wrapper code. r=Dexter
Comment 8•2 years ago
|
||
bugherder |
You need to log in
before you can comment on or make changes to this bug.
Description
•