sbt / sbt-remote-control

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

Upgrade to core-next 0.1.0-M3, serialization 0.1.0-M2, pickling 0.10.0-M... #273

Closed havocp closed 9 years ago

havocp commented 9 years ago

...4

eed3si9n commented 9 years ago

Waiting on Travis but LGTM

corruptmemory commented 9 years ago

My only comment is shouldn't Pickler[T] with Unpickler[T] really be given a name? It appears in quite a few places.

eed3si9n commented 9 years ago

@corruptmemory We tried shaving that yak in multiple ways (tuple, extends, type alias), and it caused macro/implicit pains so we settled on not doing it.

corruptmemory commented 9 years ago

Hrm... such is life I guess.