mirror of
https://github.com/servo/servo
synced 2026-05-10 00:52:08 +02:00
Instead of relying on the contents of the already-parsed arguments, which may have tried to convert URL arguments to paths, parse URLs from their original place in `sys.argv`. This is a workaround to the fact that we extend the internal WPT update command to accept URLs of GitHub Actions. This is a custom Servo extension that has no equivalent to the WPT upstream command. Testing: There aren't really tests for this level of the Servo command line tools. Fixes: #41728 Signed-off-by: Martin Robinson <mrobinson@igalia.com>
This directory contains various Python modules used to support servo development.
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, ruff on Python files, lock file versions, and more.
wpt
servo-wpt is a module with support scripts for running, importing, exporting, updating manifests, and updating expectations for WPT tests.