Michael Skogberg

Results 3 comments of Michael Skogberg

Hi @marcospereira, This is happening exclusively for `~run`. Others like `~test` and `~compile` re-execute on file changes as expected.

@marcospereira I ran `sbt --debug ~run` and it appears I have similar behavior: After a file change: ``` [debug] root / Compile / run - Accepted event for C:\Users\mle\code\play-samples\play-scala-hello-world-tutorial\app\controllers\HomeController.scala~ [debug]...

> > module-info can contain service provider declarations, so simply discarding might not be such an acceptable workaround. You might depend on a concrete implementation of a service API, and...