protobuf-ruby / beefcake

A sane Google Protocol Buffers library for Ruby
MIT License
276 stars 46 forks source link

Bk gh63 persist object identities #66

Closed bkerley closed 9 years ago

bkerley commented 9 years ago

Issue #63 with Riemann was caused by Message#assign incorrectly checking to see if repeated nested messages passed to constructors are equal to the type of the field, instead of instances of the type of the field.

bkerley commented 9 years ago

Also see aphyr/riemann#506 , aphyr/riemann-tools#103 .