eugene yokota
ee4dcee7cf
Merge pull request #3717 from cunei/wip-3655
...
Do not always use Level.Debug while creating a backgroundLog
2017-11-06 13:08:21 -05:00
Antonio Cunei
1ca266d0f8
Do not always use Level.Debug while creating a backgroundLog
...
The creation of a backgroundLog was always using Debug as the
logging level for console and backing. This commit sets the
levels to those used by the caller. Fixes #3655
2017-11-06 15:33:05 +01:00
Saniya Tech
b5e05e1fc1
Merge branch '1.x' into fix-3693
2017-11-04 09:52:35 -04:00
Dale Wijnand
9232a8fbc8
Merge pull request #3671 from miklos-martin/1.x
...
Add nameOption to the Command trait
2017-11-03 08:33:52 +00:00
Miklos Martin
1f89e3dc02
move nameOption to the trait
2017-11-03 06:39:53 +01:00
Miklos Martin
951c78a4d7
better naming + value class
2017-11-03 06:39:53 +01:00
Miklos Martin
79e75f02e5
add newline
2017-11-03 06:39:53 +01:00
Miklos Martin
8dacb72f9d
Fixes #3297 and #3531
...
Add commandName as an extension method in Command
2017-11-03 06:39:53 +01:00
Saniya Tech
8757a4c6ac
Removes reference to version 0.14.0 from a warning message
2017-10-31 17:09:20 -04:00
eugene yokota
12c2e9b8e7
Merge pull request #3689 from OlegYch/fix-npm
...
Don't fail loading the build if npm is missing or we are on Windows
2017-10-30 18:12:46 -04:00
OlegYch
f761dab63e
Don't fail loading the build if npm is missing or we are on Windows
2017-10-29 16:37:53 +03:00
Dale Wijnand
bb6d8d62ec
Merge pull request #3672 from RomanIakovlev/1.x
...
Add new setting to determine if running in CI env
2017-10-28 00:28:44 +01:00
Dale Wijnand
4527029584
Merge pull request #3673 from RomanIakovlev/sbt_1055
...
Add a check for a change in SBT version before reload
2017-10-28 00:24:44 +01:00
Roman Iakovlev
69ae4f3073
Add a check for a change in SBT version before reload
...
Fixes #1055
2017-10-27 20:38:23 +02:00
eugene yokota
af11219637
Merge pull request #3675 from eed3si9n/wip/1.0.3-notes
...
notes for 1.0.3
2017-10-27 01:59:33 -04:00
Eugene Yokota
db79226c22
notes for 1.0.3
2017-10-26 22:39:35 -04:00
eugene yokota
89702ffaa7
Merge pull request #3674 from eed3si9n/wip/1.0.3
...
Bump modules
2017-10-26 22:03:35 -04:00
Eugene Yokota
84f03b64be
Bump modules
...
Fixes #3519
Fixes #3586
Fixes #3569
Fixes #3573
2017-10-26 21:13:48 -04:00
eugene yokota
cb79a4ae08
Merge pull request #3669 from cunei/wip-interim-3583
...
Interim fix for #3583 , for 1.0.3
2017-10-26 18:23:12 -04:00
Roman Iakovlev
5f143434a8
Add new setting to determine if running in CI env
...
Fixes #3653
2017-10-26 20:59:04 +02:00
Dale Wijnand
7e1a904b95
Merge pull request #3650 from dwijnand/kind-projector
...
Add and use kind-projector
2017-10-26 09:42:55 +01:00
Johannes Rudolph
1a56850401
Merge pull request #142 from xuwei-k/patch-1
...
use oraclejdk8
2017-10-26 09:41:09 +02:00
kenji yoshida
6cff0c5e8d
use oraclejdk8
...
travis-ci no longer support oraclejdk7
https://github.com/travis-ci/travis-ci/issues/7884#issuecomment-308451879
2017-10-26 13:33:28 +09:00
Antonio Cunei
c60a5a204e
Release notes for the fix to #3583
2017-10-26 02:30:23 +02:00
Antonio Cunei
24a463cc6b
Add scripted test for nested test classes/objects
2017-10-26 02:30:23 +02:00
Antonio Cunei
b19bd33dc0
Missing import
2017-10-26 02:30:23 +02:00
Antonio Cunei
53ea3596ec
Interim fix for #3583 , for 1.0.3
...
In 0.13.x, zinc would discover only top-level objects and classes
containing tests to the test framework. In 1.x, however, zinc can
discover also nested objects and classes; that causes the "name"
of a ClassLike to no longer be usable for reflection.
This change filters out nested objects/classes from the list,
restoring compatibility with 0.13. A zinc extension of ClassLike
will probably be introduced in 1.1 or 1.2, in order to provide
the test framework with enough information to deal with nested
classes.
This patch unblocks https://github.com/sbt/sbt-standalone-build/issues/15
2017-10-26 02:30:23 +02:00
Johannes Rudolph
5e0aa1d0fc
Add dates to released versions
...
It's been a long ride... almost six years by now :)
2017-10-25 17:59:24 +02:00
Johannes Rudolph
d9b159ba8a
Replace notes file by a single CHANGELOG.md
2017-10-25 17:54:18 +02:00
Johannes Rudolph
85284c6a4f
Add release notes for 0.9.0 (even if they cannot be published any more)
2017-10-25 17:50:10 +02:00
Dale Wijnand
9f1d60be60
Rewrite to polymorphic function syntax
2017-10-25 10:23:46 +01:00
Dale Wijnand
f662fdda8e
Rewrite to function syntax
2017-10-25 10:22:48 +01:00
Dale Wijnand
fb17cc393f
Rewrite to inline syntax
2017-10-25 10:22:48 +01:00
Dale Wijnand
c39e9af68c
Add kind-projector
2017-10-25 10:22:48 +01:00
Dale Wijnand
35c3542492
Get rid of Fn1
2017-10-25 10:21:00 +01:00
Dale Wijnand
c98449e272
Rename & use more Instance.Aux, introduce Instance.Aux2.
2017-10-25 10:15:30 +01:00
Dale Wijnand
34f9e56311
Introduce and use KList.Aux
2017-10-25 10:15:29 +01:00
Dale Wijnand
3cd8f4dadf
Simplify Initialize.joinAny
2017-10-25 10:15:29 +01:00
eugene yokota
8eb5879101
Merge pull request #3659 from eed3si9n/wip/reboot
...
Adds "reboot dev"
2017-10-25 04:06:59 -04:00
Johannes Rudolph
e0f5fecec5
Merge pull request #129 from benmccann/patch-1
...
Use https for resolver
2017-10-25 09:43:06 +02:00
Eugene Yokota
6ac4571197
Adds "reboot dev"
...
This adds a new option `dev` to the `reboot` command, which deletes the only the current sbt artifacts from the boot directory. `reboot dev` reads actively from `build.properties` instead of using the current state since `reboot` can restart into another sbt version.
In general, `reboot dev` is intended for the local development of sbt.
Fixes #3590
2017-10-25 03:19:10 -04:00
eugene yokota
d5e1de08aa
Merge pull request #3662 from dwijnand/scalafmt
...
Scalafmt 1.3, sbt-scalafmt 1.14
2017-10-25 00:19:47 -04:00
PanAeon
50a5c3cc85
Merge branch '1.x' into help-sbt-new
2017-10-24 21:35:36 +01:00
Dale Wijnand
81c5eaec33
Merge pull request #3633 from dwijnand/misc-2017-10-12
...
Misc 2017-10-12
2017-10-24 20:37:20 +01:00
Dale Wijnand
4c3cf6bfe7
Merge pull request #3634 from dwijnand/recompile247
...
[1.0.x] Track sources in base directory non-recursively
2017-10-24 20:35:59 +01:00
PanAeon
27a30a933a
fix sbt help new does not explain how to use sbt new
2017-10-24 19:08:56 +01:00
Johannes Rudolph
93899f2eca
Update README to de-emphasize `dependencyGraph` which is missing from sbt 1.0 version
2017-10-24 18:35:40 +02:00
Johannes Rudolph
2178b71c62
Merge pull request #137 from jrudolph/w/update-to-sbt-1.0
...
Ongoing progress on migrating to sbt 1.0
2017-10-24 18:33:55 +02:00
Johannes Rudolph
90fc1a7f4f
Update README to reflect 0.9.0 changes
2017-10-24 18:18:21 +02:00
Johannes Rudolph
0c59e1ba34
Merge commit 'refs/pull/140' into w/update-to-sbt-1.0
...
I merged these changes without actually applying them to keep authorship
information about the changes that were proposed by Masse Guillaume of
Scala Center.
On the other side of the merge I added lots of small changes which were
either inspired or just plainly copied from the ones merged in here.
In the diff you can see which changes were not taken over.
2017-10-24 17:50:20 +02:00