Closed
Bug 1511469
Opened 7 years ago
Closed 7 years ago
third_party/rust/lalrpop/src/parser/lrgrammar.rs keeps showing up as untracked
Categories
(Firefox Build System :: General, enhancement)
Firefox Build System
General
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1513036
People
(Reporter: mgaudet, Unassigned)
Details
I'm not sure what's going on, but I keep finding third_party/rust/lalrpop/src/parser/lrgrammar.rs is showing up as an untracked file.
It's not clear whether or not it's just missing from .hgignore, or if something else is going wrong.
Bug 1497446 has some history around this file, but my copy of central is much newer than this, and it seems like it only started showing up the last week or two.
Comment 1•7 years ago
|
||
IIRC that's a generated source file and lalrpop generates it in the source directory. :-(
Comment 2•7 years ago
|
||
I wonder why we're building lalrpop in normal build.
IIUC it's in the dependency for js/src/frontend/binsource/, but the directory contains a tool which is not part of build system.
it's a code generator which is supposed to be executed outside of the build.
can we just exclude the directory from build target?
Comment 3•7 years ago
|
||
Mossop just added .gitignore/.hgignore rules for this in bug 1513036.
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•