-
Notifications
You must be signed in to change notification settings - Fork 127
Closed
Description
The resident compiler was a thing, some time ago, and the idea was abandoned because it was deemed to be hard. From Grzgorz's description of the upstream sbt issue:
Inspired by: http://stackoverflow.com/questions/23278316/experimental-support-for-keeping-the-scala-compiler-resident-with-sbt-resident-l
The conclusion from our experiments with resident compilation is that the feature is very difficult to implement (due to Scala compiler being not designed for that use case). The benefit of resident compilation turned out to be much smaller than anticipated.
For those reasons, we don't plan to work on resident compilation and we should remove any references from sbt to it.
The goal of this ticket is to grep for "resident" and resident compilation and remove any trace of it, both in the APIs and docs.
This is a ticket ported from sbt: sbt/sbt#1287.
Reactions are currently unavailable