sbt/tasks/src/main/scala/sbt
Johannes Rudolph 5beb602919 Fixes #2302. Don't check pre and post conditions in sbt.Execute by default.
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.
2015-12-07 22:14:55 +01:00
..
CompletionService.scala added scalariform 2014-05-01 12:50:07 -04:00
ConcurrentRestrictions.scala added scalariform 2014-05-01 12:50:07 -04:00
Execute.scala Fixes #2302. Don't check pre and post conditions in sbt.Execute by default. 2015-12-07 22:14:55 +01:00
ExecuteProgress.scala added scalariform 2014-05-01 12:50:07 -04:00
Incomplete.scala Replace procedure syntax by explicit Unit annotation 2015-08-04 10:07:38 +02:00
Node.scala added scalariform 2014-05-01 12:50:07 -04:00
Result.scala added scalariform 2014-05-01 12:50:07 -04:00