gecko-dev/servo/python
Zbynek Winkler 170606fd25 servo: Merge #10706 - Turn on unused-extern-crates warning (from zwn:unused-extern-crates); r=nox
As discussed in #9256. It should solve second half of the issue.

Source-Repo: https://github.com/servo/servo
Source-Revision: 0a3a50a1293e4e8f3e04161014d03802765140c7
2016-04-22 13:40:38 -07:00
..
mach servo: Merge #7838 - Upgrade to latest mach from mozilla-central (from mbrubeck:mach-up); r=mbrubeck 2015-10-02 17:01:04 -06:00
servo servo: Merge #10706 - Turn on unused-extern-crates warning (from zwn:unused-extern-crates); r=nox 2016-04-22 13:40:38 -07:00
tidy servo: Merge #10751 - Report lines starting with && in tidy (from zwn:tidy-start-operator); r=Wafflespeanut 2016-04-22 10:40:06 -07:00
mach_bootstrap.py servo: Merge #10590 - Package tidy (from edunham:package-tidy); r=larsbergstrom 2016-04-15 22:51:16 +05:01
README.md servo: Merge #10590 - Package tidy (from edunham:package-tidy); r=larsbergstrom 2016-04-15 22:51:16 +05:01
requirements.txt servo: Merge #10653 - Cleanup tidy for external deps (from askeing:cleanup_tidy_for_external_deps); r=edunham 2016-04-19 01:52:01 +05:01

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.

= tidy =

servo-tidy is used to check licenses, line lengths, whitespace, flake8 on Python files, lock file versions, and more.