Explicitly include members in js Cargo.toml, rather than exclude
Categories
(Core :: JavaScript Engine, enhancement, P3)
Tracking
()
Tracking | Status | |
---|---|---|
firefox76 | --- | fixed |
People
(Reporter: agashlin, Assigned: arai)
References
Details
(Keywords: in-triage)
Attachments
(1 file)
Bug 1612515 added a list of directories to filter out from the workspace Cargo.toml when it makes a copy. So whenever a member is added to the workspace it must also be added to this exclude list (or to the list of copied directories). This bit me and caused a backout in bug 1515451 comment 6.
It seems like it would be less error-prone for this filter to state what directories to include, given that it is right next to the rsync input that lists the copied directories
Updated•5 years ago
|
Comment 1•5 years ago
|
||
This looks more like a JS thing than a build system thing to me.
Comment 2•5 years ago
|
||
arai, do you agree?
I think this is probably right, though I guess it will require slightly fancier shell hackery than grep
to implement it.
Assignee | ||
Comment 3•5 years ago
|
||
I'll fix, but I guess it's not easy to do it with shell script. (it's possible, but I think it will become something not-readable)
I'll try rewriting it with python first.
Assignee | ||
Comment 4•5 years ago
|
||
Comment 6•5 years ago
|
||
bugherder |
Description
•