Skip to content

Commit

Permalink
Rollup merge of #107470 - kadiwa4:bootstrap_cleanup, r=albertlarsan68
Browse files Browse the repository at this point in the history
Small bootstrap improvements

- i/o-less check for `xz` availability
- cache result of NixOS detection
- load correct `bootstrap` module even when a package of that name is installed
- no `-W semicolon_in_expressions_from_macros` – it is warn-by-default
- one type per variable (making dynamic typing less confusing)
- integrate python-side `--help` flag into the argument parser (makes `-hv` work as a short form of `--help --verbose`)

I even checked that it works with Python 2.
  • Loading branch information
matthiaskrgr authored Feb 1, 2023
2 parents 1dbb5ef + 043c634 commit b853b22
Show file tree
Hide file tree
Showing 3 changed files with 190 additions and 171 deletions.
Loading

0 comments on commit b853b22

Please sign in to comment.