sbt/tasks
Johannes Rudolph 643361f7b1 FPORT: Fixes #2302. Don't check pre and post conditions in sbt.Execute by default.
Forward-port of #2303.

The checking code has bad run time characteristics and would need to be fixed
for large projects with deep task dependency chains.

The code in sbt.Execute has been in production for a long time so it seems safe
enough to drop the extra checks by default. To debug issues, you can set
`-Dsbt.execute.extrachecks=true` to revert to the old behavior.
2016-01-16 12:35:49 +00:00
..
src/main/scala/sbt FPORT: Fixes #2302. Don't check pre and post conditions in sbt.Execute by default. 2016-01-16 12:35:49 +00:00
standard Fix all imports 2015-09-14 14:28:09 +02:00
NOTICE MList covariant, initial Node 2010-05-30 21:14:18 -04:00