Incremental compilation (--watch -fincremental) is stable enough when not emitting a binary (-fno-emit-bin) so perhaps it could be automatically enabled by default for build on save with a "check" step.
Combined with #2616, this should make it possible to provide full diagnostics for most projects without having to manually configure build on save.
Incremental compilation (
--watch -fincremental) is stable enough when not emitting a binary (-fno-emit-bin) so perhaps it could be automatically enabled by default for build on save with a "check" step.Combined with #2616, this should make it possible to provide full diagnostics for most projects without having to manually configure build on save.