eugene yokota
c1952698e4
Merge pull request #2000 from dwijnand/command-to-string
...
Implement SimpleCommand.toString. Fixes #1998 .
2015-05-07 10:45:16 -07:00
Dale Wijnand
97ed5822c7
Implement SimpleCommand.toString. Fixes #1998 .
2015-05-05 09:11:52 +01:00
Eugene Yokota
8aca4e8fa6
Force GC on cross building
2015-05-04 23:49:36 -04:00
Eugene Yokota
d82fe46052
Fixes #1223 . Uses JMX to find out when to force GC.
2015-04-30 14:53:50 -04:00
eugene yokota
1ebe3804b3
Merge pull request #1992 from dwijnand/cross-scala-versions-default
...
Fix crossScalaVersions default, derived from scalaVersion. Fixes #1828 .
2015-04-29 05:08:40 -07:00
Dale Wijnand
3d85c7c9e2
Tweak crossScalaVersions default notes.
2015-04-29 13:05:04 +01:00
Dale Wijnand
efe4fdf9e4
Move "New crossScalaVersions default value" to fix with compatibility implications.
2015-04-28 22:51:07 +01:00
eugene yokota
27bd275343
Merge pull request #1989 from dwijnand/inThisBuild
...
Add inThisBuild, similar to inConfig. Fixes #1847
2015-04-26 18:58:12 -07:00
eugene yokota
d0fbd10852
Merge pull request #1987 from ajsquared/0.13
...
Add configurationsToRetrieve
2015-04-26 18:54:32 -07:00
Dale Wijnand
116c1e1e8b
Fix crossScalaVersions default, derived from scalaVersion.
...
Fixes #1828 .
2015-04-26 17:06:59 +01:00
Dale Wijnand
1aff36d505
Add help message for `inspect actual`. Fixes #1651 .
2015-04-26 03:18:29 +01:00
Dale Wijnand
677c33611a
Add inThisBuild, similar to inConfig. Fixes #1847
2015-04-25 20:39:59 +01:00
Andrew Johnson
b617b41ae1
Support configuring a subset of configurations from which to retrieve dependencies when retrieveManaged is true
2015-04-23 12:49:45 -04:00
Dale Wijnand
56f7e0c4b5
Fix typo in debug-removed-products notes
2015-04-15 23:01:54 +01:00
James Roper
18fb684143
Update incremental compile debug message
...
sbt 0.13.1 was changed so that products were invalidated
not just when they were deleted, but also when they were
modified, however the debug message was not updated to
reflect this, causing people to think invalidated class files
had been deleted.
2015-04-15 14:29:10 +10:00
eugene yokota
203c77c43a
Merge pull request #1960 from asflierl/0.13
...
Honor overwrite flag when publishing locally.
2015-04-14 11:54:10 -07:00
Andreas Flierl
78642cb0ce
Honor overwrite flag when publishing locally.
2015-04-10 13:29:26 +02:00
Andrew Johnson
e647234743
Add retrieveManagedSync
2015-03-31 10:59:41 -04:00
Eugene Yokota
3159ce1063
Adds note to on #1940
2015-03-25 18:11:36 -04:00
eugene yokota
a6a57b5993
Merge pull request #1935 from sbt/wip/nine
...
Merging 0.13.8 and bumping up to 0.13.9-SNAPSHOT
2015-03-25 06:12:46 -07:00
Eugene Yokota
98e13cc0a7
Notes on #1921
2015-03-18 11:28:19 -07:00
Dale Wijnand
ae193d568f
Move adding -=/--= notes to 0.13.9.
2015-03-17 09:44:29 +00:00
Dale Wijnand
72ee03ef13
Fix another(..) typo in notes.
2015-03-16 23:53:18 +00:00
Dale Wijnand
a4b6d07efa
Fix a typo in notes.
2015-03-16 23:50:46 +00:00
Dale Wijnand
17a1179e5b
Add -= & --= for setings & keys, dual of += & ++=.
2015-03-16 23:44:38 +00:00
Dale Wijnand
522371ad8a
Fix a type in 0.13.8 notes formatting.
2015-03-10 06:22:11 +00:00
Eugene Yokota
b5e88f66eb
Move notes around
2015-03-09 22:51:50 -04:00
Eugene Yokota
9f456bdd18
Merge notes
2015-03-09 21:50:57 -04:00
eugene yokota
b4a5265aaa
Merge pull request #1902 from dwijnand/define-project-settings-with-SettingsDefinition
...
Define Project.settings with SettingsDefinition.
2015-03-09 10:48:18 -04:00
Dale Wijnand
82c599d907
Add notes about Project.settings enhancements.
2015-03-08 10:33:28 +00:00
eugene yokota
d344a833d5
Merge pull request #1899 from dwijnand/fix/1818/exempt-scala-actors-migration
...
Exempt scala-actors-migration from version checks.
2015-03-07 16:30:25 -05:00
Dale Wijnand
7ab42435b3
Exempt scala-pickling as well.
2015-03-06 22:29:58 +00:00
Dale Wijnand
e9b5020e83
Add PR to notes.
2015-03-04 07:47:27 +00:00
Dale Wijnand
8f3a7b4f5b
Exempt scala-actors-migration from version checks.
...
Fixes #1818 .
2015-03-04 07:45:36 +00:00
Eugene Yokota
3786e5ddf4
Transitively evict modules when callers are evicted. Fixes #1760
2015-03-03 14:58:41 -05:00
Allan Erskine
df01851f0e
Adding note for #1881 .
2015-03-02 10:16:35 -05:00
Josh Suereth
923f4261d0
Fix ANSI escape sequences.
...
Now we handle the CSI (ESC + [).
Fixes #1143
2015-02-28 08:30:59 -05:00
Eugene Yokota
30ca290a13
Add sbt.root.ivyplugin escape hatch
2015-02-25 00:22:26 -05:00
Eugene Yokota
162ed3f320
Fixes #1869 , Ref #1871 . Don't enable IvyPlugin for multi project generated root
2015-02-24 23:02:26 -05:00
Dale Wijnand
f0732a8bd6
Add a note for 1869/1871.
2015-02-24 23:02:25 -05:00
Eugene Yokota
497374f459
Fixes #1711 , #1730 . Cached resolution: fixes internal project
...
Re-fixes cached resolution's internal dependency issue by recursively
calling customResolve instead of including the transitive dependencies
from internal dependencies into your own graph.
Transformation of configuration still happens, but at the level of
resolved graph (UpdateReport), which is much less granular, and
hopefully less error-prone.
2015-02-24 15:00:19 -05:00
Eugene Yokota
f42419bdd4
Adds addMavenResolverPlugin. #1808/#1793
2015-02-02 14:57:25 -05:00
Eugene Yokota
71978ffffd
Add a note for #1655/#1754
2015-02-02 13:46:08 -05:00
Eugene Yokota
3e48db9d1b
Add a note for #1799
2015-02-02 13:41:54 -05:00
Eugene Yokota
aecbcbad0c
Add a note for #1787
2015-02-02 13:16:06 -05:00
Eugene Yokota
292b2a4ef7
Adds a note for #1340
2015-02-02 11:18:36 -05:00
Eugene Yokota
a9c41a19cd
Merge notes
2015-02-02 11:07:55 -05:00
Travis Brown
5720894c5a
Fix typos in notes
2015-01-24 13:45:15 -05:00
Eugene Yokota
b0a10815a6
Implementes `Def.sequential`. Fixes #1001
...
Adds Def.sequential based on Mark's implementation provided in #1001 .
2015-01-20 01:22:03 -05:00
Dale Wijnand
8c4a0ea67c
Fix typos in aether-resolvers.markdown
2015-01-15 11:18:10 +00:00