vendor PyYAML for real
Categories
(Developer Infrastructure :: Lint and Formatting, task)
Tracking
(firefox79 fixed)
Tracking | Status | |
---|---|---|
firefox79 | --- | fixed |
People
(Reporter: Sylvestre, Assigned: Sylvestre)
References
Details
Attachments
(5 files)
Assignee | ||
Comment 1•5 years ago
|
||
Updated•5 years ago
|
Assignee | ||
Comment 2•5 years ago
|
||
Depends on D80022
Assignee | ||
Comment 3•5 years ago
|
||
Depends on D80025
Assignee | ||
Comment 4•5 years ago
|
||
Depends on D80026
Assignee | ||
Comment 5•5 years ago
|
||
Depends on D80028
Comment 7•5 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/747b210d4e71
https://hg.mozilla.org/mozilla-central/rev/944b1d37808f
https://hg.mozilla.org/mozilla-central/rev/3f969fd8c424
https://hg.mozilla.org/mozilla-central/rev/cf2d57addb51
https://hg.mozilla.org/mozilla-central/rev/8bd9ad543d4a
Comment 8•5 years ago
|
||
I'll note that the renaming of third_party/python/pyyaml to third_party/python/PyYAML didn't get picked up when I did a hg pull
on OS X (probably because of the case-insensitive filesystem). I rsync my tree to linux from OS X and it broke my build (couldn't find the yaml module). I had to manually delete third_party/python/pyyaml and then hg revert -a
to get it to do the rename.
Assignee | ||
Comment 9•5 years ago
|
||
Arf, désolé Peter :(
Comment 10•5 years ago
|
||
Yeah, no worries. I thought I'd mention it, maybe it'll help someone else if they run into the same issue. It's pretty annoying that hg doesn't pick up the change correctly.
![]() |
||
Comment 11•5 years ago
|
||
We have lints in place for that sort of thing for mingw header files; I guess we should extend it to more things. :(
Updated•3 years ago
|
Description
•