sbt / sbt-remote-control

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

Make LogEvent a trait with TaskLogEvent/CoreLogEvent subtypes #184

Closed havocp closed 10 years ago

havocp commented 10 years ago

This means the taskId is never 0 - with no task we have to use CoreLogEvent.

This paves the way for log events tagged with something other than a task ID, such as a background job ID or whatever.

havocp commented 10 years ago

Travis restarted & now passing

jsuereth commented 10 years ago

LGTM