sbt / sbt-remote-control

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

TaskKey events fired immediately now. #73

Closed jsuereth closed 10 years ago

jsuereth commented 10 years ago

Fixes #72 w/ test from @skyluc.

Review by @skyluc + @havocp

jsuereth commented 10 years ago

Ok, fixes from @skyluc in.

skyluc commented 10 years ago

It seems to work fine for my use case. I cannot comment much on the synchronization trick. LGTM.