You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
simple scripts to run non-bootstrapped compiler after 'sbt buildQuick' (#19894)
The current scripts in `bin` are not suitable for iterative development,
as they invoke `sbt dist/pack` whenever any source file has a newer
timestamp. Also they are full of magic which I don't think I need for
compiler development.
I know there are `repl` / `scala` / `scalac` sbt tasks, but I highly
prefer working in zsh versus sbt shell, for example because I can `cd`
to a `sandbox` directory. Then I run `scq A.scala`, `cfr-decompiler
A.class`, stuff like that.
This PR is a proposal, I'm curious if anyone else would find it useful.
0 commit comments