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
Martin Duhem
79b9dbf01b
Merge pull request #2656 from eed3si9n/wip/zincbump2
...
bump Zinc up
2016-07-07 06:48:14 +01:00
Eugene Yokota
83f585a95b
bump Zinc up
2016-07-06 22:59:50 -04: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
Martin Duhem
c395bd14a8
Add `sub` to `CacheStoreFactory`
2016-06-28 19:44:51 +02:00
Martin Duhem
eda708dfeb
Add `StreamFormat` and `HListFormat`
2016-06-28 19:44:32 +02:00
Eugene Yokota
4195d8aca2
Bumping Zinc to 1.0.0-M5
2016-06-28 14:53:57 +02:00
Martin Duhem
4cffccc8c8
Caching based on sjsonnew
2016-06-28 11:17:38 +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
7b766e90a8
Merge pull request #44 from dwijnand/cleanups
...
Fix compilation warnings, migrate to blackbox.Context
2016-06-20 08:38:42 +02:00
eugene yokota
d760b15193
Merge pull request #44 from dwijnand/cleanups
...
Fix compilation warnings, migrate to blackbox.Context
2016-06-20 08:38:42 +02:00
Dale Wijnand
5ecfc4d59f
Un-deprecate now-private methods
2016-06-19 23:16:59 +01:00
Dale Wijnand
745bf4dc6d
Remove Attribute#rawLabel
2016-06-19 21:21:08 +01:00
Dale Wijnand
4e4aa08a1a
Drop Scala 2.10
2016-06-19 13:06:43 +01:00
Dale Wijnand
37f4e8311e
Add -Ywarn-unused & -Ywarn-unused-import, & fix warnings
2016-06-19 11:42:31 +01:00
Dale Wijnand
121e7f5d9e
Add -Ywarn-unused & -Ywarn-unused-import, & fix warnings
2016-06-19 11:42:31 +01:00
Dale Wijnand
28a40163e7
Sync Scala 2.11 version in .travis.yml
2016-06-19 11:24:50 +01:00
Dale Wijnand
1651df2090
Fix compilation warnings, migrate to blackbox.Context
2016-06-19 11:16:02 +01:00
Dale Wijnand
d0826ff13c
Fix compilation warnings, migrate to blackbox.Context
2016-06-19 11:16:02 +01:00
Dale Wijnand
8989549cb6
Remove scalacOptions already set by house rules
2016-06-19 11:16:02 +01:00
eugene yokota
0539410fdd
Merge pull request #128 from Duhemm/wip/compiler-api
...
Minimal API for `ScalaCompiler`, expose in `Compilers`
2016-06-08 01:30:51 -04: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