Verizon / remotely

An elegant RPC system for reasonable people
http://verizon.github.io/remotely/
Apache License 2.0
306 stars 39 forks source link

Upgrade to version 0.8.x of `scalaz-stream` and delete our own `uncons` implementation #85

Open jedesah opened 9 years ago

jedesah commented 9 years ago

The latest version of scalaz-stream contains an implementation of uncons that is generalized to any Monad. It also contains a bug fix over the implementation found within the Remotely code base.

ahjohannessen commented 9 years ago

@jedesah do you mean 0.7.2a and if so, what is holding us back? :)

jedesah commented 9 years ago

@ahjohannessen You bring up a good point about the task title not being precise. I have updated it. Maybe we can add a label or something saying that this "bug" is blocked on a future release.

ahjohannessen commented 9 years ago

@jedesah great :+1: Could you please take a look at #95