sbt / sbt-remote-control

Create and manage sbt process using unicorns and forks
Other
74 stars 14 forks source link

Added actor-based SBT-client to sbt-remote-control #231

Closed corruptmemory closed 9 years ago

corruptmemory commented 9 years ago

Moved code from the Play PR to sbt-remote-control

havocp commented 9 years ago

Travis seems to have a real error on jdk6 only [error] Test sbt.client.actors.SbtConnectionProxySpec.testCleanUpAfterUnrecoverableError failed: expected: but was:

corruptmemory commented 9 years ago

HA! yeah. Race condition. Should be fixed now. Let's see what Travis says.

havocp commented 9 years ago

Got a green! The build changes look good to me. I think we can probably iterate and improve the API itself, but don't want to block on that for the moment, so let's merge.

corruptmemory commented 9 years ago

Awesome! Improve away!