sbt / sbt-remote-control

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

Fix interaction to be completely wired. #66

Closed jsuereth closed 10 years ago

jsuereth commented 10 years ago

Cleans up some integration test setup issues, as well as completes/cleans the wiring of events through the protocol such that we can respond appropriately to requests. Finally, adds an integration test to make sure the current interaction API method calls can run full circle between client-server.

Review by @havocp use by @pvlugter

jsuereth commented 10 years ago

So @pvlugter the fix looks great, thanks. Just need to wait for @havocp to give it a look-over.