sbt / sbt-remote-control

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

Fix insertWork on execution queue #155

Closed havocp closed 10 years ago

havocp commented 10 years ago

This would stack overflow if the queue had stuff in it because it put head of the list back on the entire list rather than back on the tail.

henrikengstrom commented 10 years ago

LGTM