celluloid / dcell

UNMAINTAINED: See celluloid/celluloid#779 - Actor-based distributed objects in Ruby based on Celluloid and 0MQ
http://celluloid.io
MIT License
595 stars 65 forks source link

An experimental support of msgpack as Marshalling backend #90

Closed niamster closed 9 years ago

niamster commented 9 years ago

Note this drops jruby support until msgpack-jruby is properly merged into official msgpack with all features.

coveralls commented 9 years ago

Coverage Status

Coverage decreased (-0.68%) when pulling fb2e2abb619b2a681b8edca54ac5500ea56b1e54 on niamster:master-next into b65b9b4b1626abd2955ff85a7484d91eee4264b4 on celluloid:master.

Asmod4n commented 9 years ago

msgpack-jruby is about to get merged into msgpack-ruby https://github.com/msgpack/msgpack-ruby/pull/47 \o/

niamster commented 9 years ago

Spec with jruby-head doesn't pass but it's not tested by msgpack so I'm about to merge this if everybody agree.

tarcieri commented 9 years ago

Nice! :+1: