Summary
The x utility inspired by rustc is currently pretty okay because it is pretty early into the project, but it is missing some key things
- We have to run
./x test and ./x bless instead of ./x test and ./x test --bless respectively because the Python used for this is pretty barebones
- We currently cannot run individual tests (e.g.
./x test tests/lexer/rust/float.rs)
- The utility is silently failing for some cases, the error messages are weird
It would be good if we could have a better utility.
Summary
The
xutility inspired byrustcis currently pretty okay because it is pretty early into the project, but it is missing some key things./x testand./x blessinstead of./x testand./x test --blessrespectively because the Python used for this is pretty barebones./x test tests/lexer/rust/float.rs)It would be good if we could have a better utility.