sbt / sbt-remote-control

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

Forward compilation data as events #47

Open skyluc opened 10 years ago

skyluc commented 10 years ago

Right now, the result of a compilation request is a simple boolean. It is a bit light.

The information that Scala IDE would like in a perfect world:

The data should reference which project it is related to.

If we get everything as one complete update at the end of the compilation of each project, it is fine too.