Commit Graph

17940 Commits

Author SHA1 Message Date
eugene yokota e73dc9b546 Merge pull request #27 from sbt/wip/010M8
bumping up to 0.1.0-M8
2015-12-24 01:11:15 -05:00
Eugene Yokota ee7e2889dc bumping up to 0.1.0-M8 2015-12-23 19:23:11 -05:00
eugene yokota 5dc798c165 Merge pull request #26 from Duhemm/scripted-core
Add scripted-core
2015-12-23 17:26:42 -05:00
eugene yokota 377d9c2bed Merge pull request #25 from sbt/wip/scalaversion
Scala version bump and minor addition to xsbti
2015-12-23 17:23:10 -05:00
Martin Duhem 23698d6664 Add scripted-core 2015-12-23 09:50:36 +01:00
Eugene Yokota 17f55850f6 Quieter log during scripted 2015-12-22 00:20:29 -05:00
Alexandre Archambault 657bc58354 Add Maven badge 2015-12-19 18:28:48 +01:00
Alexandre Archambault 4b8c0d8271 Merge pull request #90 from alexarchambault/topic/os-x-ci
Run CI on OS X
2015-12-19 18:26:50 +01:00
Alexandre Archambault 7258868eb6 Run CI on OS X
Based on PR #715 of sbt-native-packager
2015-12-19 15:26:46 +01:00
Eugene Yokota 277cbd12ef Adds concrete classes 2015-12-17 00:57:24 -05:00
Eugene Yokota e392470394 Bump Scala version on Travis 2015-12-16 17:22:02 -05:00
Eugene Yokota 121972577d Define T2 as an interface. 2015-12-16 15:54:23 -05:00
Eugene Yokota 200b351552 Adds xsbti.T2. 2015-12-16 15:46:40 -05:00
Eugene Yokota 994634fc2c Adds xsbti.F1. 2015-12-16 15:28:00 -05:00
Eugene Yokota 1c2922a44b Bump up Scala version. Fixes #24 2015-12-16 15:27:00 -05:00
Alexandre Archambault ee1a53f991 Update launcher 2015-12-13 12:17:15 +00:00
Alexandre Archambault 67aaaf3736 Setting version to 0.1.0-SNAPSHOT 2015-12-12 20:05:53 +01:00
Alexandre Archambault 1bc3b7c8a3 Setting version to 0.1.0-M2 2015-12-12 20:04:54 +01:00
Alexandre Archambault 1b26c65b3c Fix developers in POM
SBT bug?

Getting something like
<developers> moduleInfo.developers.map<function1> </developers>
else
2015-12-12 20:00:24 +01:00
Alexandre Archambault 4710fafdac Temporary not publishing CLI before milestone release
As it depends on snapshot artifacts
2015-12-12 18:13:18 +00:00
Alexandre Archambault f9fd0b45a1 Better release settings 2015-12-12 18:02:43 +00:00
eugene yokota 2e42d36fae Merge pull request #23 from dwijnand/jline-2.13
Upgrade to jline 2.13
2015-12-09 21:23:17 -05:00
Dale Wijnand 1e5fa46cbd Upgrade to jline 2.13
Forward port of sbt/sbt#2173. Fixes #22
2015-12-09 14:12:53 +00:00
eugene yokota 40b7ed8020 Merge pull request #9 from sbt/wip/richupdatereport
Split RichUpdateReport into internal
2015-12-07 16:02:28 -05:00
Hugo Freire 92a06fc5da Allow to run sbt interactive mode in git for windows bash 2015-12-06 12:56:51 +01:00
eugene yokota b34f1f2f73 Merge pull request #11 from Duhemm/port-2258
Don't warn on inconsistent versions in different configurations
2015-12-03 17:53:36 -05:00
eugene yokota fffae1b76c Merge pull request #13 from Duhemm/port-2297
Fixes sbt/sbt#2264. Use explicit artifacts if any, fallback to hardcoded
2015-12-03 16:43:41 -05:00
eugene yokota ac571371c6 Fixes sbt/sbt#2264. Use explicit artifacts if any, fallback to hardcoded
Even though it's not really used, updateClassifiers constructs
dependency graph based on the result from update.
The direct cause of sbt/sbt#2264 came from the fact that the `allModules`
returned from ConfigurationReport did not include dependency
configurations. For example it returned "compile" instead of
"compile->runtime". I've identified that in #2264 and was fixed by
@Duhemm in sbt/sbt@f49fb33.

Martin identified that the fix still does not address the fact that
updateClassifier hardcodes the classifiers to be tried. This commit
adds the fallback behavior so for Ivy-published modules it will use the
explicit list of artifacts, and for others it will fallback to the
hardcoded list of classifiers.
2015-12-03 17:23:32 +01:00
Alexandre Archambault 47ae9210ae Merge pull request #88 from alexarchambault/topic/develop
Fix minor glitches
2015-12-03 12:50:35 +01:00
Alexandre Archambault 9eecd8dc1a Don't print not useful "downloaded 0 bytes" messages 2015-12-03 09:52:17 +01:00
Alexandre Archambault 84124ba38b Don't create unnecessary directories in cache 2015-12-03 09:52:17 +01:00
Alexandre Archambault 64deea8edc Update launcher link in README 2015-11-30 00:34:51 +01:00
Alexandre Archambault 3e3680adb0 Merge pull request #85 from alexarchambault/topic/develop
Small changes in cache directory layout
2015-11-30 00:32:07 +01:00
Alexandre Archambault 6ee6d813c5 Add back fetch-local-first logic 2015-11-30 00:00:55 +01:00
Alexandre Archambault c7fcd70583 Update launcher 2015-11-29 23:32:55 +01:00
Alexandre Archambault 52a88a44d7 Sligthly change the cache directory layout 2015-11-29 23:32:55 +01:00
Alexandre Archambault 22f2885861 Add generate-launcher script 2015-11-29 23:25:37 +01:00
Alexandre Archambault 0f15f7fca3 Slightly change launcher download instructions 2015-11-29 23:14:29 +01:00
Alexandre Archambault dc0aef7427 Update launcher URL in README 2015-11-29 23:12:47 +01:00
Alexandre Archambault 134ea4c595 Update launcher 2015-11-29 23:11:28 +01:00
Alexandre Archambault c3b842db8f Merge pull request #81 from alexarchambault/topic/force-versions
Allow to force module versions...
2015-11-29 22:29:14 +01:00
Alexandre Archambault a2bcc355b7 Allow to force module versions from CLI
Fixes https://github.com/alexarchambault/coursier/issues/17
2015-11-29 21:26:28 +01:00
Alexandre Archambault 98acae19bc Allow to force some module versions during resolution
What SBT calls "dependency overrides"
2015-11-29 21:26:28 +01:00
Alexandre Archambault f1cf78b543 Merge pull request #80 from alexarchambault/topic/task
No more dependency on Task in core, better terminal output / progress, and other things
2015-11-29 21:25:35 +01:00
Alexandre Archambault ae66d22024 Download progress in terminal 2015-11-29 20:35:21 +01:00
Alexandre Archambault adef5a2438 Minor changes in logging 2015-11-29 20:35:21 +01:00
Alexandre Archambault e20b93326d Move things around
- core doesn't depend anymore on scalaz-concurrent, only on scalaz-core
- metadata and JARs downloading now unified (merged with the latter)
- ...
2015-11-29 20:35:21 +01:00
Alexandre Archambault 6c421062ac Update README 2015-11-28 18:43:42 +01:00
Alexandre Archambault 657ea0df38 Merge pull request #79 from alexarchambault/topic/stripped-launcher
Pure Java launcher (size ~5 MB -> 8 kB)
2015-11-28 18:33:50 +01:00
Alexandre Archambault b0224120fc JDK 1.7 friendliness 2015-11-28 18:19:42 +01:00