racket/pkgs/compiler-lib/setup
Matthew Flatt 808bd1b897 raco setup: adjust --clean mode
Make `raco setup` propagate the original value of
`use-compiled-file-paths` in case it's reset to avoid loading bytecode
files. Then, `--clean` mode can remove bytecode relevant to that
setting, instead of always clearing "compiled" subdirectories.

There's no external way to initialize `use-compiled-file-paths` right
now, other than forcing it to `null` with the `-c` flag at the
`racket` level, but the current "racket7" implementation uses
different `use-compiled-file-paths` settings for different build
modes, and it seems to make sense in general.

Also, make `--clean` sensitive to `-D` and `-d`, so that it's easy to
clean just bytecode.
2017-07-17 14:45:43 -06:00
..
option-sig.rkt raco setup: adjust --clean mode 2017-07-17 14:45:43 -06:00
option-unit.rkt Move to correct directories. 2016-05-27 17:20:35 -04:00
setup-unit.rkt Move to correct directories. 2016-05-27 17:20:35 -04:00