cvogt / cbt

CBT - fun, fast, intuitive, compositional, statically checked builds written in Scala
Other
488 stars 60 forks source link

cbt loop run does not re-compile on file save #405

Closed olafurpg closed 7 years ago

olafurpg commented 7 years ago
cbt tools createMain
cbt loop run
// file save triggers recompile + run
// save again with edit and no recompile, only run on stale file

I expected the the second save to trigger a recompile and run on the new file sources.

Note, it's possible to workaround this by Ctrl-c to exit loop run and restart cbt loop run.

cvogt commented 7 years ago

Please try this branch: https://github.com/cvogt/cbt/pull/420