Eugene Yokota
076ccd7b90
Merge
2015-09-14 10:54:22 -04:00
Martin Duhem
c981abd295
Fix all imports
2015-09-14 14:28:09 +02:00
eugene yokota
57321bf6bc
Merge pull request #2192 from DavidPerezIngeniero/0.13
...
More robustness when using the tasks and settings command
2015-09-10 21:14:57 -04:00
Martin Duhem
92ea782d94
Fix deprecation messages
2015-09-04 12:25:59 +02:00
Martin Duhem
1c4a900ff5
Retrieve compiler bridge sources in temp directory
...
Note that they won't be downloaded again, because the component compiler
will look for a previously-compiled version of the compiler bridge
before trying to fetch the sources again. If they've already been
downlaoded, then they have been compiled and a compiled version of the
compiler bridge already exists.
2015-09-04 12:00:44 +02:00
Martin Duhem
dcad8a5527
Specify the compiler bridge module in a setting
...
In order to restore reproducibility of builds, we no longer cascade over
the possibly available versions of the compiler bridge sources (a
specific version of the bridge sources may not be available one day, but
exist on the next day), but rather let the build definition configure
which module to use.
Fixes sbt/sbt#2196
2015-09-04 11:17:27 +02:00
David Perez
1e2617a807
More robustness when using the tasks and settings command
2015-09-01 14:16:41 +02:00
Martin Duhem
e31a9ba456
Download compiler interface sources in boot directory
2015-08-26 10:33:11 +02:00
Dale Wijnand
13c6729507
Extract Def.settings from Project#settings.
...
This allows for the same functionality that using SettingsDefinition in
Project#settings allows (specifying either bare Setting[_] or a Seq[Setting[_]])
to be available outside of the settings for a project, for instance when
defining a val.
In short, it allows:
val modelSettings = Def.settings(
sharedSettings,
libraryDependencies += foo
)
2015-08-20 18:45:41 +01:00
Pierre DAL-PRA
8f1fb2d232
Fix additional warnings
2015-08-07 00:23:14 +02:00
Pierre DAL-PRA
54d54b9f4f
Replace procedure syntax by explicit Unit annotation
2015-08-04 10:07:38 +02:00
Pierre DAL-PRA
f0bd9001e6
Remove redundant collection conversions
2015-08-01 12:05:35 +02:00
Pierre DAL-PRA
b9171e59ad
Simplify operations on collections
2015-08-01 02:25:17 +02:00
Josh Suereth
4464b13acd
Remove reference to dead servers.
2015-07-24 13:58:39 -04:00
Josh Suereth
d0e918d6d3
Merge pull request #2114 from pdalpra/add-append.sequence-list
...
Add an Append.Sequence instance for List
2015-07-18 07:05:59 -04:00
Pierre DAL-PRA
10c71b3f8a
Add an Append.Sequence instance for List, fixes #2107
2015-07-18 10:51:31 +02:00
Pierre DAL-PRA
f944ec98d2
Log javaOptions/fork interactions:
...
- When forking, log the javaOptions that are used
- When javaOptions are defined but fork := false, warn that javaOptions
will be ignored
2015-07-18 00:37:35 +02:00
eugene yokota
5824ef6d7f
Merge pull request #2106 from Duhemm/interface-specific-sources-clean
...
Find most specific version of compiler interface sources
2015-07-17 10:25:16 -04:00
Pierre DAL-PRA
13b37cc987
Fix several warnings
2015-07-17 09:17:42 +02:00
Martin Duhem
cbd5cd5875
Fix inlined method
2015-07-16 15:34:04 +02:00
Martin Duhem
90a8423d8e
Find most specific version of compiler interface sources
...
This commit introduces a mechanism that allows sbt to find the most
specific version of the compiler interface sources that exists using
Ivy.
For instance, when asked for a compiler interface for Scala 2.11.8-M2,
sbt will look for sources for:
- 2.11.8-M2 ;
- 2.11.8 ;
- 2.11 ;
- the default sources.
This commit also modifies the build definition by removing the
precompiled projects and configuring the compiler-interface project so
that it publishes its source artifacts in a Maven-friendly format.
2015-07-16 11:18:48 +02:00
Josh Suereth
d2fdfb81a0
Merge pull request #2091 from Duhemm/hide-stacktrace
...
Don't show the stack trace on compilation error in build definition
2015-07-09 14:26:03 -04:00
Pierre DAL-PRA
cf72c7cc0e
Fix a few typos in keys descriptions
2015-07-09 17:00:48 +02:00
Martin Duhem
6c123f22ba
Hide stacktrace on compilation error in build definition
2015-07-09 11:40:02 +02:00
Jonas Fonseca
54618ad55a
Fix typos in annotations referring to EvaluateTaskConfig
2015-07-01 09:22:15 -04:00
Eugene Yokota
81f175ddbf
Fixes #1666
2015-06-20 00:51:42 -04:00
James Roper
3625ce5943
Added Extracted.runInputTask
...
This provides a convenience function for running an input task from the
extracted state. This is particularly useful for commands, release steps
etc that may want to run input tasks, like scripted.
2015-06-10 16:09:09 +02:00
Andrew Johnson
7c0f455c79
Use FiniteDuration to represent time rather than a long
2015-05-13 14:18:27 -04:00
Andrew Johnson
4ec092617f
Add forceUpdateMs
2015-05-13 08:02:48 -04:00
Josh Suereth
b568565615
Merge pull request #1970 from matthewfarwell/test-exclude
...
Test exclude
2015-05-11 15:27:06 -04:00
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
Eugene Yokota
66e07f6e83
use Duration to track minForcegcInterval
2015-05-05 19:29:22 -04: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
2bbe872969
Use interval throttling
...
JMX doesn't seem to work in reporting
memoryMxBean.getObjectPendingFinalizationCount
At least for the test build that I used it always reports zero.
2015-05-04 23:09:23 -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
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
348a28f761
Cleanup inspectDetailed.
2015-04-26 02:31:51 +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
Matthew Farwell
d4cffdddd9
corrected exclusion logic, added more unit tests & scripted tests
2015-04-17 09:28:58 +02:00
Matthew Farwell
0e56878534
Added unit tests for Defaults.selectedFilter
2015-04-14 06:31:27 +02:00
Matthew Farwell
a9e06109a3
Added exclusions to testOnly and testQuick command line, indicated by a '-' prefix.
2015-04-13 16:31:22 +02:00
eugene yokota
c879432b0f
Merge pull request #1950 from ajsquared/0.13
...
Add retrieveManagedSync
2015-04-10 12:48:17 -07:00
Andrew Johnson
e647234743
Add retrieveManagedSync
2015-03-31 10:59:41 -04:00
Dale Wijnand
5c2ec63fa6
Make use of the nicer Project settings syntax in 0.13.8.
2015-03-27 01:19:26 +00:00