mirror of https://github.com/sbt/sbt.git
I noticed that when using the latest nightly, triggered execution would fail to work if I switched projects with, e.g. ++2.10.7. This was because the background thread that filled the file cache was incorrectly shutdown. To fix this, we just need to close whatever view is cached in the globalFileTreeView attribute in the exit hook rather than the view created by the method. After making this change and publishing a local SNAPSHOT build, I was able to switch projects with ++ and have triggeredExecution continue to work. |
||
|---|---|---|
| .. | ||
| src | ||
| NOTICE | ||