sbt / sbt-remote-control

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

Add registeredProtocolConversions setting to convert values prior to ser... #192

Closed havocp closed 10 years ago

havocp commented 10 years ago

...ialization

This allows us to go from sbt's internal type to a type to be sent over the wire.

sbt's internal type is generally of interest only to the server side, not the client side. Client doesn't have sbt itself on the classpath, only the sbt client jar and sbt.protocol._

jsuereth commented 10 years ago

Ok, the LGTM for now then. I'll have to think of other solutions...