Shuzo Kashihara

Results 2 issues of Shuzo Kashihara

I compiled jubatus-mpio with clang 3.0, compiled jubatus-msgpack-rpc with gcc 4.7.2 then rpc tests fail. and test/Makefile.am option missed `-msgpack` instead of `-lmsgpack`. ``` $ make check (snip) 2013-01-23 11:58:40...

bug

I want to use `Deserializer` for `stdin`(below code) but it is impossible because `Deserializer` requires `Seek` trait. Do you have any plans for `Deserializer` update? ```rust { let stdin =...