Closed
Bug 1340031
Opened 8 years ago
Closed 8 years ago
vcssync: UnicodeDecodeError during overlay
Categories
(Developer Services :: Servo VCS Sync, defect)
Developer Services
Servo VCS Sync
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: glob, Assigned: glob)
Details
Attachments
(2 files, 1 obsolete file)
> 343187:509938eace0a: servo: Merge #15549 - Update aho-corasick, backtrace-sys, image, parking_lot, pdqsort, syn, & others (from mbrubeck:always-be-updating); r=jdm
> abort: 'ascii' codec can't decode byte 0xe2 in position 44: ordinal not in range(128)
changeset: 8356:80b727552773
user: Simon Sapin <simon.sapin@exyr.org>
date: Tue Feb 14 16:07:10 2017 -0800
summary: servo: Merge #15555 - tidy: Ignore [replace]’d packages in the duplicate package lint (from servo:tidy-ignore-replace); r=nox
it's that pesky smart quote.
Comment hidden (mozreview-request) |
Comment hidden (mozreview-request) |
Comment on attachment 8837944 [details]
vcssync: expose overlay-hg-repos cli to tests (bug 1340031)
https://reviewboard.mozilla.org/r/112944/#review114502
::: vcssync/tests/helpers.sh:7
(Diff revision 1)
> +# create overlay-hg-repos cli
> +cat > $TESTTMP/overlay-hg-repos <<EOF
> +#!$TESTDIR/venv/bin/python
> +import sys
> +from mozvcssync.cli import overlay_hg_repos_cli
> +sys.exit(overlay_hg_repos_cli())
> +EOF
> +chmod +x $TESTTMP/overlay-hg-repos
> +alias overlay-hg-repos=$TESTTMP/overlay-hg-repos
> +
now that i've had time to think, i bet this isn't needed if i rebuild my environment. will investigate and provide an updated patch.
this won't impact the actual fix and testcase in the other commit.
Comment on attachment 8837944 [details]
vcssync: expose overlay-hg-repos cli to tests (bug 1340031)
https://reviewboard.mozilla.org/r/112944/#review114502
> now that i've had time to think, i bet this isn't needed if i rebuild my environment. will investigate and provide an updated patch.
>
> this won't impact the actual fix and testcase in the other commit.
this is indeed the case.
Comment hidden (mozreview-request) |
Attachment #8837944 -
Attachment is obsolete: true
Attachment #8837944 -
Flags: review?(smacleod)
Comment 7•8 years ago
|
||
mozreview-review |
Comment on attachment 8837945 [details]
vcssync: fix unicode handling in cli (bug 1340031);
https://reviewboard.mozilla.org/r/112946/#review114550
Attachment #8837945 -
Flags: review?(smacleod) → review+
Pushed by bjones@mozilla.com:
https://hg.mozilla.org/hgcustom/version-control-tools/rev/a1bcb37bb683
vcssync: fix unicode handling in cli ; r=smacleod
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•