Dale Wijnand
3192b3ee1a
Remove unused warnings
2016-11-16 11:14:42 +00:00
Dale Wijnand
f6c98f69b9
Organise contraband descriptor by package name & alphabetically
2016-11-16 10:52:42 +00:00
Dale Wijnand
b2b606f8aa
Actually, just kill the crazy MyCrazyReferences idea
2016-11-16 10:43:16 +00:00
Dale Wijnand
301ec787f2
Drop "serialising" Function1. It's easily fallible
2016-11-16 10:11:41 +00:00
Dale Wijnand
e7ba7fa9a4
Switch to FooFunctions naming convention for contraband companion parents
2016-11-16 09:55:43 +00:00
Dale Wijnand
5475a3c01c
Switch to FooExtra naming convention for contraband parents
2016-11-16 01:41:47 +00:00
Dale Wijnand
f2efa10af1
Switch to sbt-datatype, sjson-new & Vectors
2016-11-15 23:59:34 +00:00
Dale Wijnand
20deba4b24
0.1.0-M15
2016-11-15 23:26:24 +00:00
Dale Wijnand
f3adb2953c
Add sbt-pgp, required by publishSigned in release
2016-11-15 23:26:08 +00:00
eugene yokota
cf2f4111ec
Merge pull request #57 from dwijnand/deprecations
...
Remove deprecated methods
2016-11-15 12:42:59 -05:00
Dale Wijnand
52c1826366
Merge pull request #54 from dwijnand/reunite
...
Add props to define source dependencies on io & util
2016-11-15 17:16:06 +00:00
Dale Wijnand
3e3b74096b
Merge pull request #54 from dwijnand/reunite
...
Add props to define source dependency on io
2016-11-15 17:15:40 +00:00
Dale Wijnand
805cac42bf
Merge pull request #55 from dwijnand/better-maybe
...
Improve xsbti.Maybe
2016-11-15 17:15:23 +00:00
Dale Wijnand
033adfe4ea
Remove deprecated methods
2016-11-15 17:14:10 +00:00
Alexandre Archambault
c35e0f851b
Merge pull request #392 from alexarchambault/topic/typelevel-and-fixes
...
Typelevel option and fixes
2016-11-15 13:56:42 +01:00
Alexandre Archambault
71b3acead3
Fix attempt to download an artifact several times in parallel
2016-11-15 00:27:33 +01:00
Alexandre Archambault
e2a8836d25
Update test
2016-11-15 00:27:28 +01:00
Alexandre Archambault
d3656fa6ae
Fix regression in class loader isolation
2016-11-15 00:27:26 +01:00
Alexandre Archambault
5e0189fa7e
Allow to swap Scala mainline dependencies by Typelevel ones
2016-11-15 00:27:23 +01:00
Alexandre Archambault
0ae415c55e
Merge pull request #384 from mxl/quill
...
Added Quill to the list of projects using coursier.
2016-11-10 11:48:15 -08:00
Alexandre Archambault
95867a4e1b
Add LICENSE file
2016-11-10 11:24:46 -08:00
Dale Wijnand
d6ebb4bc1e
Upgrade to sbt 0.13.13 ( #56 )
2016-11-09 14:06:48 +00:00
Michael Ledin
4be2e3274e
Added Quill to the list of projects using coursier.
2016-11-09 16:32:14 +03:00
Alexandre Archambault
c16eb18cbf
Merge pull request #381 from alexarchambault/topic/fixes
...
Fixes
2016-11-07 13:50:02 +01:00
Alexandre Archambault
d5cc47ae5f
Add non regression test for org.nd4j:nd4j-native:0.5.0...
...
...and corresponding fixes / workarounds
2016-11-07 12:28:02 +01:00
Alexandre Archambault
73243f54e3
Fix minor TermDisplay glitch
...
Display cleaning possibly made too early
2016-11-07 12:27:58 +01:00
Alexandre Archambault
f1e1b6aac9
Limit messages more in SBT plugin
...
Only print "Updating ...", "Fetching artifacts of ..." messages if something is actually downloaded
2016-11-07 12:27:56 +01:00
Alexandre Archambault
bf097fa018
Rework profile activation
...
- don't activate profiles activated by default if some user activated profiles are provided, and
- accept OS / JDK conditions in activation
2016-11-07 12:27:53 +01:00
Alexandre Archambault
6dda7e1199
Merge pull request #376 from kzys/fix-stack-overflow
...
Fix #266 by stop recursively traversing a tree
2016-11-07 11:29:05 +01:00
Alexandre Archambault
7de95c927d
Merge pull request #377 from alexarchambault/topic/spark-assembly-services
...
Fix in automatically generated spark assemblies (experimental spark-submit command)
2016-11-04 18:21:32 +01:00
Alexandre Archambault
9d0526d1bf
Concatenate services files in generated spark-assemblies
2016-11-04 18:00:48 +01:00
Simon Schäfer
531ea5f635
Rename CompilerInterfaceProvider to CompilerBridgeProvider
...
Fix #162
2016-11-03 09:29:41 +01:00
Kazuyoshi Kato
ffa33961f0
Fix #266 by stop recursively traversing a tree
2016-11-02 19:51:05 -07:00
Alexandre Archambault
23bbfcc552
Merge pull request #374 from alexarchambault/topic/scala-2.12.0
...
Switch to scala 2.12.0 final
2016-11-02 22:36:33 +01:00
Alexandre Archambault
56cccd0cf6
Run tests in 2.12 on Appveyor too
2016-11-02 20:59:43 +01:00
Alexandre Archambault
fc9f1e6816
Switch to 2.12.0 final
2016-11-02 20:47:31 +01:00
Alexandre Archambault
9bc85b86e7
Bump dependencies for 2.12.0
2016-11-02 20:47:27 +01:00
Alexandre Archambault
274f1c328e
Merge pull request #375 from alexarchambault/topic/progress-bar-refacto
...
Minor progress bar refactoring
2016-11-02 20:05:01 +01:00
Dale Wijnand
8c4a969c9a
Add props to define source dependencies on io & util
...
Use either -Dsbtio.path / -Dsbtutil.path on the command line
or sbtio.path= / sbtutil.path= in project/local.properties
2016-11-02 14:27:12 +00:00
Alexandre Archambault
1ea2b4d224
Use a ThreadScheduledExecutor for progress bars
...
Rather than manually making a thread sleep...
2016-11-01 13:19:41 +01:00
Alexandre Archambault
9a43212040
You never know
2016-11-01 13:19:37 +01:00
eugene yokota
d302cf7d45
Merge pull request #127 from muuki88/fix/packageName
...
Fix/package name
2016-10-31 16:38:50 -04:00
Nepomuk Seiler
95db5dcb01
Fix package name
2016-10-31 21:30:39 +01:00
Nepomuk Seiler
1148f6f350
Upgrade native-packager
2016-10-31 21:30:31 +01:00
Dale Wijnand
0d86bbdd0e
Add props to define source dependency on io
...
Use either -Dsbtio.path on the command line
or sbtio.path= in project/local.properties
2016-10-31 16:09:19 +00:00
Dale Wijnand
41c7e9b85d
Improve xsbti.Maybe
...
* Make Nothing a singleton
* Make Maybe's constructor private
* Optimise equals to use reference equality first
* Optimise Just.equals by having proper, non-anonymous subclasses
* Having non-anonymous subclasses makes them have nicer classnames
* Give Just a value() method
2016-10-31 15:33:39 +00:00
Alexandre Archambault
57a5c1b83f
Merge pull request #373 from alexarchambault/topic/fixes
...
Various fixes
2016-10-31 14:18:46 +01:00
Dale Wijnand
ea56f331a1
Lazily concatenate failed errors for completion [forwardport] ( #53 )
...
* Fixes [sbt/sbt#2781 ]
* When using `<TAB>` completion the failed errors were always
computed for mathcing projects even if there was no failure,
leading to excessive computation of Levenshtein distances
and a large lag (seconds) on builds with many matching
projects.
2016-10-31 09:23:38 +00:00
Alexandre Archambault
92c22a03bd
Don't print colors in coursierDependencyTree if sbt.log.noformat is true
...
Fixes https://github.com/alexarchambault/coursier/issues/362
2016-10-30 23:10:12 +01:00
Alexandre Archambault
e49fbef4e4
Minor fix in fallback dependencies in plugin
2016-10-30 20:11:09 +01:00