Martin Duhem
9dfe1a8406
Allow `.value` on SettingKey inside ifs & lambdas
...
Calling `.value` on a SettingKey doesn't trigger any execution and
doesn't have any side effect, so we can safely allow calls to `.value`
inside conditionals and lambdas.
Fixes #3299
2017-07-21 16:26:45 +02:00
Dale Wijnand
2d7ec47b13
Merge pull request #3324 from sbt/wip/contraband
...
Bump Contraband to latest
2017-07-17 10:51:29 +01:00
Eugene Yokota
8d159b87a2
Fix test
2017-07-17 02:14:17 -04:00
Eugene Yokota
00a9dd14a4
Bump Contraband to latest
2017-07-17 01:05:30 -04:00
eugene yokota
53b9ce2d71
Merge pull request #3323 from sbt/wip/notes
...
notes
2017-07-17 01:01:25 -04:00
Eugene Yokota
79394da920
notes
2017-07-17 01:00:57 -04:00
eugene yokota
e6a70f9864
Merge pull request #3322 from sbt/wip/integration
...
Bump all modules to latest
2017-07-16 23:45:46 -04:00
Eugene Yokota
c9fae43595
bump to Util 1.0.0-M28 and Zinc 1.0.0-X20
2017-07-16 22:16:33 -04:00
Eugene Yokota
fda31ec5e7
Fixes dependency-management / extra
2017-07-16 20:05:19 -04:00
Eugene Yokota
9ccfbe462c
Minor change to tests/serial
2017-07-16 17:53:33 -04:00
Eugene Yokota
2f8d7c2f7a
Fixes tests/scala-instance-classloader
2017-07-16 17:50:23 -04:00
Eugene Yokota
c72ca77c29
Fixes source-dependencies/trait-member-modified
2017-07-16 17:41:46 -04:00
Eugene Yokota
c279995cdd
Fixes source-dependencies / transitive-memberRef
2017-07-16 17:38:58 -04:00
Eugene Yokota
baadd76544
Fixes project/extra
2017-07-16 17:30:20 -04:00
Eugene Yokota
cc090344d9
Fixes project/auto-plugins
2017-07-16 17:22:33 -04:00
Eugene Yokota
96b5c3bb45
Disable compiler-project/macro-config
2017-07-16 17:08:02 -04:00
Eugene Yokota
5432756547
Fixes dependency-management/pom-scope
2017-07-16 17:05:46 -04:00
Eugene Yokota
1903f8c8b9
Fixes dependency-management/exclude-dependencies
2017-07-16 17:01:42 -04:00
Eugene Yokota
24ea928598
Fixes dependency-management/cached-resolution-classifier
2017-07-16 16:56:09 -04:00
Eugene Yokota
bf4901f9ef
Some helpful changes for update caching
...
There's a bug in sbt/util#93
2017-07-16 16:45:08 -04:00
Eugene Yokota
6a13287dba
Merge branch 'wip/cached-update' into wip/integration
2017-07-16 16:12:06 -04:00
Eugene Yokota
2608009214
Fixes dependency-management/make-pom
2017-07-16 15:41:51 -04:00
Eugene Yokota
d8929ae135
Fixes dependency-management/pom-advanced
2017-07-16 15:33:35 -04:00
Eugene Yokota
4e380d6055
Fixes dependency-management/cached-resolution-conflicts
2017-07-16 15:29:21 -04:00
Eugene Yokota
ae93e6cb47
Mark compiler-project/macro-config pending
2017-07-16 15:21:44 -04:00
Eugene Yokota
170685f4e1
Fixes dependency-management/update-sbt-classifiers
2017-07-16 15:12:47 -04:00
Eugene Yokota
6107242c24
Fixes compiler-project/semantic-errors
2017-07-16 14:43:31 -04:00
Eugene Yokota
e1dc83cf08
Fixes compiler-project/macro-config
2017-07-16 14:31:58 -04:00
Eugene Yokota
12ae6e66ff
Fixes compiler-project/error-in-invalidated
2017-07-16 14:16:08 -04:00
Eugene Yokota
fa67110143
Fixes compiler-project/separate-analysis-per-scala
2017-07-16 14:12:45 -04:00
Eugene Yokota
a7bb39d3cb
notes
2017-07-16 14:07:59 -04:00
Eugene Yokota
99be5b25f4
Roll back Vector changes in Keys.scala
...
Keys should Seq type since it's fairly common to use List in build.sbt, and it would cause annoying build changes.
Fixes actions/cross
2017-07-16 13:58:51 -04:00
Eugene Yokota
b4e4a48208
Fixes actions/external-doc
2017-07-16 10:19:42 -04:00
Eugene Yokota
f0ac6ae11c
Adjust to upstream changes
2017-07-16 00:51:49 -04:00
Martin Duhem
347914191a
Adapt to new library management API
2017-07-15 18:09:40 -04:00
Eugene Yokota
3cc49e49f4
Merge branch 'pr/3321' into wip/integration
2017-07-15 17:53:21 -04:00
Eugene Yokota
c909de01b8
Merge branch 'pr/3317' into wip/integration
2017-07-15 17:52:41 -04:00
Eugene Yokota
c2c1d0ff12
Merge branch 'pr/3316' into wip/integration
2017-07-15 17:52:15 -04:00
Eugene Yokota
850832a31c
Bump modules
2017-07-15 17:50:00 -04:00
Martin Duhem
3fe068a4c1
Adapt to changes in ConsoleAppender
2017-07-15 17:15:42 +02:00
Eugene Yokota
49765c373d
An attempt to reproduce the cache update
2017-07-15 09:35:22 -04:00
jvican
2da90fee03
Sync up with changes to `AnalysisContents`
2017-07-15 10:08:08 +02:00
jvican
32d8f47248
Add setting to switch to text analysis
...
As per suggestions in https://github.com/sbt/zinc/pull/351 .
2017-07-15 09:54:21 +02:00
jvican
26cfe0cb7b
Remove any reference to `F0` and `F1`
...
Syncs with https://github.com/sbt/zinc/pull/359 and
https://github.com/sbt/util/pull/84 .
2017-07-14 17:29:06 +02:00
jvican
0cc3cfb364
Synchronize with changes to Zinc logger API
...
https://github.com/sbt/zinc/pull/325
2017-07-14 14:32:53 +02:00
eugene yokota
716d664d64
Merge pull request #3315 from sbt/wip/prompt
...
[sbt 1.0] Better prompt out of the box
2017-07-13 18:02:02 -04:00
Eugene Yokota
42a1e2a291
Improve the default prompt
...
Fixes #3313
This changes the default prompt to include "sbt:" + current project name.
See https://twitter.com/eed3si9n/status/884914670351659009
2017-07-13 14:58:10 -04:00
eugene yokota
9429b76d67
Merge pull request #3312 from smarter/zinc-main
...
Use the new Zinc main class detection
2017-07-13 10:12:06 -04:00
Guillaume Martres
cfc8a85fdf
Use the new Zinc main class detection
...
See https://github.com/sbt/zinc/pull/287 for details.
2017-07-10 23:15:08 +02:00
Dale Wijnand
5f2e5cf10e
Merge pull request #3302 from dwijnand/consume-util
...
In-source the modules of sbt/util required in sbt/sbt
2017-07-07 14:14:20 +01:00