Dale Wijnand
650f080bac
Update mima usage in Travis
2016-07-07 18:21:26 +01:00
Dale Wijnand
f02485b54b
Configure Travis for fast finishing
...
See https://blog.travis-ci.com/2013-11-27-fast-finishing-builds/
2016-07-07 18:21:25 +01:00
Dale Wijnand
12c2734052
Pattern match some if/else's
2016-07-07 18:21:25 +01:00
Dale Wijnand
4c75d778b9
Group imports
2016-07-07 18:21:25 +01:00
Dale Wijnand
32760bed55
Remove some fatal exception catching
2016-07-07 18:21:25 +01:00
Dale Wijnand
387674a451
Remove some heads and tails
2016-07-07 18:21:25 +01:00
Dale Wijnand
d77e769635
Cleanup testAgentProj
2016-07-07 01:40:01 +01:00
Dale Wijnand
222a970080
Kill some vars
2016-07-07 01:39:52 +01:00
eugene yokota
c48375c294
Merge pull request #2651 from eed3si9n/wip/zincbump
...
Rework DefinesClass lookup + other Zinc changes
2016-06-28 20:33:41 +02:00
Eugene Yokota
4195d8aca2
Bumping Zinc to 1.0.0-M5
2016-06-28 14:53:57 +02:00
Eugene Yokota
246ec58e35
Adapting to Zinc changes
2016-06-26 03:55:37 +02:00
Grzegorz Kossakowski
824b59a3ef
Adapt to changes to DefinesClass in zinc
...
The definition of `DefinesClass` has changed from being a function
`File => String => Boolean` to just a function `String => Boolean`. The
changes in this commit reflect that fact.
Also, this commit implements a newly introduced PerClasspathEntryLookup.
2016-06-26 03:49:55 +02:00
Grzegorz Kossakowski
e8c5ff0ffe
Remove use of `DefinesClass` in Load.scala
...
It turns out that `DefinesClass` was a dead data: it was passed around
but not used anywhere.
2016-06-26 03:49:55 +02:00
Eugene Yokota
8f29d3b724
Typo
2016-06-24 18:57:36 +02:00
Dale Wijnand
836911deab
Bump to Java 7 ( #2649 )
2016-06-21 18:40:24 +02:00
eugene yokota
7bc9b5a875
Merge pull request #2646 from dwijnand/cleanups
...
Cleanups
2016-06-21 18:40:01 +02:00
Dale Wijnand
0a75db7e63
Cleanup scriptedPluginProj
2016-06-21 13:15:10 +01:00
Dale Wijnand
d949a74925
Cleanup scriptedSbtProj
2016-06-21 13:15:10 +01:00
Dale Wijnand
01a7a00915
Remove old sbt parser
2016-06-21 13:15:10 +01:00
Dale Wijnand
a0193d28ea
Cleanup mainProj
2016-06-21 13:15:10 +01:00
Dale Wijnand
ffafdc2e03
Remove OldPlugin
2016-06-21 08:09:30 +01:00
Dale Wijnand
bf8c5d2135
Drop use of AttributeKey#rawLabel
2016-06-21 08:09:30 +01:00
Dale Wijnand
ca71b4b902
Cleanup mainSettingsProj
2016-06-21 08:09:30 +01:00
Dale Wijnand
e48f6ade30
Cleanup actionsProj
2016-06-21 08:09:30 +01:00
Dale Wijnand
12d2b5a63b
Cleanup commandProj
2016-06-21 08:09:30 +01:00
Dale Wijnand
168d3aa267
Cleanup stdTaskProj
2016-06-21 08:09:30 +01:00
Dale Wijnand
824df04699
Cleanup testingProj
2016-06-21 08:09:29 +01:00
Dale Wijnand
15d4527479
Kill trailing dead code
2016-06-21 08:09:29 +01:00
Dale Wijnand
8226ed7682
Cleanup runProj
2016-06-21 08:09:29 +01:00
Dale Wijnand
954b74654f
Add scalacOptions
2016-06-21 08:09:29 +01:00
Dale Wijnand
2c02285778
Update scripted tests
2016-06-21 00:14:01 +01:00
eugene yokota
c903e7ca28
Merge pull request #2635 from milessabin/topic/scala-override
...
Override scala organization and version transitively at the Ivy level
2016-06-06 22:28:00 -04:00
Miles Sabin
1e9bb93285
Override scala organization and version transitively at the Ivy level
2016-06-05 09:46:00 +01:00
eugene yokota
b6bd05b3a7
Merge pull request #2631 from larroy/1.0.x
...
Fix typo: paralleism -> parallelism
2016-06-02 11:59:41 -04:00
Pedro Larroy
f5e8c8736f
Fix typo: paralleism -> parallelism
2016-05-26 07:38:27 +00:00
eugene yokota
5ecbf50e85
Merge pull request #2613 from jroper/sbt-doge
...
Replaced cross building support with sbt-doge
2016-05-16 19:02:20 -07:00
James Roper
e21c871d71
Replaced cross building support with sbt-doge
2016-05-17 09:49:16 +10:00
eugene yokota
1d0eda2e6a
Merge pull request #2615 from ekrich/1.0.x
...
Add Windows script support and native file extensions on Unix platforms
2016-05-13 17:36:08 -04:00
ekrich
d383c2f306
Add Windows script support and native file extensions on Unix platforms
...
When running a sbt script, this change lets the user on UNIX and
Windows platforms to use native file extensions like none/.sh or
.bat/.cmd. The code copies the file to the sbt boot/hash/src_managed
directory with a .scala extension.
2016-05-13 12:01:14 -07:00
Eugene Yokota
74f8fe9c4f
Notes
2016-05-12 19:25:24 -04:00
Eugene Yokota
e1009ae729
Notes
2016-05-12 18:47:22 -04:00
eugene yokota
befc507c1a
Merge pull request #2607 from eed3si9n/wip/testmixup
...
Don't use test artifacts from other projects
2016-05-12 18:46:32 -04:00
eugene yokota
2174cea1fb
Merge pull request #2610 from eed3si9n/wip/2608
...
Mark dependency-management/url pending
2016-05-12 13:53:36 -04:00
Eugene Yokota
1998fb921b
Bumping to zinc 1.0.0-M3
2016-05-12 12:45:09 -04:00
Eugene Yokota
5f9e6e4aad
Don't use test artifacts from other projects
...
Fixes #2597
2016-05-12 12:45:09 -04:00
Eugene Yokota
e0acb6dcf9
Mark dependency-management/url pending
...
Ref sbt/sbt#2608 , sbt/sbt#2609
2016-05-12 12:41:25 -04:00
eugene yokota
af4413b5cc
Merge pull request #2600 from eed3si9n/wip/fixpom
...
Bump up libarymanagement
2016-05-11 10:11:43 -04:00
Eugene Yokota
53b04a2340
Bump up libarydependencies
...
libarydependencies 0.1.0-M9 was pulling in incorrect dependencies.
2016-05-10 01:00:23 -04:00
Eugene Yokota
d8e763438c
Fix POM
2016-05-08 22:26:55 -04:00
eugene yokota
642b091bf6
Merge pull request #2596 from eed3si9n/wip/1.0.0-m1
...
sbt 1.0.0-M1 publishing related changes
2016-05-08 18:24:58 -04:00