remotely
remotely copied to clipboard
An elegant RPC system for reasonable people
Pull latest from origin
If I define a codec that doesn't align at byte boundaries, remotely doesn't like it. Here's a small reproducer: https://gist.github.com/larsrh/2d2480b3870c1165e9104225e14b94bc According to @mpilquist this is in fact a valid codec....
`RemoteSpec` relies on the order of ScalaCheck property evaluation in order to clean up the pool in the end. Here's what happens after upgrading to ScalaCheck 1.13.x: ``` [info] +...
This contains the same change as #96, plus a code change to the protocol definition so that it compiles, and an explanation on what the macro generates (it wasn't obvious...
It's out of date
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...
Currently, it is possible to create any kind of Remote. This is not too much of an issue because remotes should be generated by the macro most of the time....
It's a copy paste from another test and does not test what it is supposed to based from the description
@ahjohannessen made a request in gitter that I think makes sense, which is that we could perhaps treat Environments as a monoid, so that they can be added together, and...