Closed
Bug 1451945
Opened 7 years ago
Closed 7 years ago
Update some rust proc macro dependencies
Categories
(Firefox Build System :: General, enhancement)
Firefox Build System
General
Tracking
(firefox61 fixed)
RESOLVED
FIXED
mozilla61
Tracking | Status | |
---|---|---|
firefox61 | --- | fixed |
People
(Reporter: mbrubeck, Assigned: mbrubeck)
References
Details
Attachments
(2 files)
Update cssparser-macros, moving us one step closer to getting rid of our syn 0.11 dependency.
Remove the syn dependency from gkrust-shared, which was added in bug 1373878 as a workaround for this Cargo bug: https://github.com/rust-lang/cargo/issues/3923
Comment hidden (mozreview-request) |
Comment hidden (mozreview-request) |
Comment 3•7 years ago
|
||
mozreview-review |
Comment on attachment 8965506 [details]
Bug 1451945 - Remove syn dependency from gkrust-shared.
https://reviewboard.mozilla.org/r/234298/#review240066
Attachment #8965506 -
Flags: review?(ted) → review+
Comment 4•7 years ago
|
||
mozreview-review |
Comment on attachment 8965507 [details]
Bug 1451945 - Update to cssparser-macros 0.3.2.
https://reviewboard.mozilla.org/r/234300/#review240068
Attachment #8965507 -
Flags: review?(ted) → review+
Comment 5•7 years ago
|
||
hg error in cmd: hg push -r . -f try: pushing to ssh://hg.mozilla.org/try
searching for changes
remote: waiting for lock on working directory of /repo/hg/mozilla/try held by process '14049' on host 'hgssh4.dmz.scl3.mozilla.com/effffffc'
remote: abort: working directory of /repo/hg/mozilla/try: timed out waiting for lock held by 'hgssh4.dmz.scl3.mozilla.com/effffffc:14049'
abort: stream ended unexpectedly (got 0 bytes, expected 4)
Pushed by mbrubeck@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/580a27dbc127
Remove syn dependency from gkrust-shared. r=ted
https://hg.mozilla.org/integration/autoland/rev/ed0f7977dafc
Update to cssparser-macros 0.3.2. r=ted
Comment 7•7 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/580a27dbc127
https://hg.mozilla.org/mozilla-central/rev/ed0f7977dafc
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
status-firefox61:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla61
You need to log in
before you can comment on or make changes to this bug.
Description
•