Commit Graph

17940 Commits

Author SHA1 Message Date
Alexandre Archambault 92a8ea2ab5 Better handling of artifact types
Fixes https://github.com/alexarchambault/coursier/issues/318
2016-10-30 20:11:09 +01:00
eugene yokota d63a1f2492 Merge pull request #52 from dwijnand/eval
Really expose Eval. Fixes error in #50
2016-10-28 13:17:05 -04:00
Dale Wijnand d8bf3825c3 Fixup debian changelog (#124) 2016-10-28 15:37:35 +01:00
Dale Wijnand 7b08fadd4a
My arch-enemy, the trailing comma 2016-10-28 14:58:48 +01:00
Dale Wijnand ad3b90bed8 Add the debian changelog, for 0.13.13 release (#123) 2016-10-28 14:54:41 +01:00
Dale Wijnand 8d2f106f7a
Really expose Eval. Fixes error in #50 2016-10-28 12:19:41 +01:00
Kazuyoshi Kato 1f2c00cc56 Remove ProcessExtra and the use of java.lang.ProcessBuilder
Fixes #2736.
2016-10-27 19:31:46 -07:00
eugene yokota 4765990995 Merge pull request #2737 from eed3si9n/topic/server_reboot
[sbt 1.0] server reboot
2016-10-27 15:26:23 -04:00
eugene yokota 33b65edac0 Merge pull request #51 from dwijnand/noxml
Remove scala-xml, unused
2016-10-27 09:46:23 -04:00
eugene yokota 0cad442a3e Merge pull request #50 from dwijnand/eval
Expose Eval. Fixes sbt/sbt#2616
2016-10-27 09:46:04 -04:00
Eugene Yokota 18233ace05 Using sbt-datatype + sjson-new for JSON serialization 2016-10-27 09:27:41 -04:00
Eugene Yokota e7456b5653 Use the new FullReader 2016-10-27 09:20:06 -04:00
Dale Wijnand c2b88760ad
Remove scala-xml, unused 2016-10-27 11:43:34 +01:00
Dale Wijnand 881ab0f298
Expose Eval. Fixes sbt/sbt#2616 2016-10-27 11:13:45 +01:00
Eugene Yokota a94107e673 Handle closed socket 2016-10-27 02:42:12 -04:00
Eugene Yokota fe1a24cf7c Adjust to 1.0.x 2016-10-27 02:42:12 -04:00
Eugene Yokota 75deb4e55d Change "command_exec" to just "exec" 2016-10-27 02:42:12 -04:00
Eugene Yokota 5e0b087daa Use logger 2016-10-27 02:42:12 -04:00
Eugene Yokota a89fcb37ca Exec and CommandExchange refactoring 2016-10-27 02:42:12 -04:00
Eugene Yokota 3359163636 Adds serverPort attribute key 2016-10-27 02:42:12 -04:00
Eugene Yokota ebf4715dd1 Refactor to CommandExchange and CommandChannel 2016-10-27 02:42:12 -04:00
Eugene Yokota 48d3b01e6b Move files around 2016-10-27 02:42:12 -04:00
Eugene Yokota 19b079caf2 Change type to command_exec 2016-10-27 02:42:12 -04:00
Eugene Yokota 1b1f2abfbe Use util 0.1.0-M9 that implements thread-friendly readLine 2016-10-27 02:42:12 -04:00
Eugene Yokota 3381f59ae8 Implement ConsoleListener 2016-10-27 02:42:12 -04:00
Johan Andrén ff211d08f9 Server hooked in as a CommandListener 2016-10-27 02:42:12 -04:00
Eugene Yokota f9dd8b73b7 Refactor to abstract listening for command line 2016-10-27 02:42:12 -04:00
Eugene Yokota 649dc0ce3c This is where we can multiplex commands 2016-10-27 02:42:12 -04:00
Eugene Yokota ec0fe7bb21 Split using newline. Also more error handling. 2016-10-27 02:42:12 -04:00
Johan Andrén 9557107c97 First sloppy stab at an embedded server in sbt 2016-10-27 02:42:12 -04:00
eugene yokota 1a9b515e33 Merge pull request #45 from Duhemm/wip/remove-sbinary
Caching based on sjsonnew
2016-10-25 19:22:57 -04:00
Alexandre Archambault e858287f19
Really don't publish what shouldn't in 2.12
Trap: scalaBinaryVersion.value is "2.12.0-RC2" in 2.12.0-RC2, rather
than just "2.12"
2016-10-23 00:29:32 +02:00
Alexandre Archambault ed1f10bd99
Bump proguard version
Allows publish to work fine in 2.12.0-RC2
2016-10-23 00:20:59 +02:00
Alexandre Archambault 3fc50ee846 Merge pull request #368 from alexarchambault/topic/prepare-scala-2.12.0-RC2
Cross compile for Scala 2.12.0-RC2
2016-10-23 00:10:01 +02:00
Alexandre Archambault 7e836b51be
Disable mima checks for 2.12.0-RC2 for now
No previous version published
2016-10-22 22:47:07 +02:00
Alexandre Archambault 5f2daac118
Remove now unnecessary scala-js related settings 2016-10-22 22:43:24 +02:00
Alexandre Archambault 88dd5d7574
Explicitly add 2.12.0-RC2 in crossScalaVersions
Although crossScalaVersions is not really actually used here
2016-10-22 22:27:56 +02:00
Alexandre Archambault 25788388ff
Fix message in test 2016-10-22 22:25:54 +02:00
Alexandre Archambault ac4ce5f4f5
Keep targetting Java 7 with scala 2.10 and 2.11 2016-10-22 22:25:12 +02:00
Alexandre Archambault fb9be8430d
Don't generate property file in Scala JS
It is actually only used from the JVM, as a resource
2016-10-22 22:25:10 +02:00
Alexandre Archambault 5eeb825bf5
Dummy refacto 2016-10-22 22:25:08 +02:00
Alexandre Archambault d66f21636f
Should now be fine with 2.12.0-RC2 2016-10-22 22:25:06 +02:00
Alexandre Archambault 4b14215c33
Prepare build.sbt for 2.12, keep updating dependencies 2016-10-22 22:25:01 +02:00
Lars Hupel f59a6c44c3 dependency updates in preparation for Scala 2.12.x 2016-10-21 21:50:49 +02:00
Alexandre Archambault e430b6051c Merge pull request #366 from alexarchambault/topic/system-classloader
Use system classloader as base classloader
2016-10-20 18:33:06 +02:00
Alexandre Archambault 73f0ad20da
Use system classloader as base classloader 2016-10-20 18:24:06 +02:00
Alexandre Archambault c812ca77ee Merge pull request #365 from alexarchambault/topic/case-app-1.1.2
Switch to case-app 1.1.2
2016-10-20 11:56:04 +02:00
Alexandre Archambault 28b6e45ec6
Switch to case-app 1.1.2 2016-10-20 10:58:12 +02:00
Alexandre Archambault 480a962090 Merge pull request #364 from alexarchambault/topic/case-app-1.1
Switch to case-app 1.1.1
2016-10-19 19:31:15 +02:00
Alexandre Archambault 030d8f4fac Switch to case-app 1.1.1 2016-10-19 18:47:05 +02:00