sbt/notes/0.13.9
Eugene Yokota e22d84e312 Cached resolution: Clean up old dynamic minigraphs. Fixes #2014
Cached resolution saves dynamic mini graphs (including subproject
graphs) timestamped to the logical clock (State).
This enables graph caching across the subprojects.
On the other hand, it creates garbage that becomes stale almost
immediately. Prior to #2030 fix, this garbage would reach 1GB+.
This fix timestamps these graphs using calendar date, and cleans them
up after a day.
2015-05-23 03:25:26 -04:00
..
cached-resolution-fix.markdown Cached resolution: Clean up old dynamic minigraphs. Fixes #2014 2015-05-23 03:25:26 -04:00
command-to-string.markdown Implement SimpleCommand.toString. Fixes #1998. 2015-05-05 09:11:52 +01:00
configurationstoretrieve.markdown Support configuring a subset of configurations from which to retrieve dependencies when retrieveManaged is true 2015-04-23 12:49:45 -04:00
cross-scala-versions-default.markdown Tweak crossScalaVersions default notes. 2015-04-29 13:05:04 +01:00
debug-removed-products.markdown Fix typo in debug-removed-products notes 2015-04-15 23:01:54 +01:00
force-gc.markdown Force GC on cross building 2015-05-04 23:49:36 -04:00
forceupdateperiod.markdown Use FiniteDuration to represent time rather than a long 2015-05-13 14:18:27 -04:00
help-inspect-actual.markdown Add help message for `inspect actual`. Fixes #1651. 2015-04-26 03:18:29 +01:00
help.markdown Adds note to on #1940 2015-03-25 18:11:36 -04:00
in-this-build.markdown Add inThisBuild, similar to inConfig. Fixes #1847 2015-04-25 20:39:59 +01:00
overwrite.markdown Honor overwrite flag when publishing locally. 2015-04-10 13:29:26 +02:00
retrievemanagedsync.markdown Add retrieveManagedSync 2015-03-31 10:59:41 -04:00
test-exclude-filter.markdown Add notes for #1970 - Test exclude filter. 2015-05-11 22:05:41 +01:00