mirror of
https://github.com/servo/servo.git
synced 2025-07-23 15:23:42 +01:00
Patch handles exception with errormessage on topdir with Unicode characters. https://github.com/servo/servo/issues/10002 ./mach does not support paths with Unicode characters for now it fail on original line 154 with exception UnicodeDecodeError This patch handles the exception <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/10003) <!-- Reviewable:end --> |
||
---|---|---|
.. | ||
mach | ||
servo | ||
licenseck.py | ||
mach_bootstrap.py | ||
README.md | ||
requirements.txt | ||
tidy.py |
This directory contains various Python modules used to support servo development.
= mach =
The command dispatch framework used to wrap the build system and test harnesses.
= servo =
servo-specific python code e.g. implementations of mach commands. This is the canonical repository for this code.