protobuf/ruby/src/main
Brendan Ribera 05aa0df532 Fix hash computation for JRuby's RubyMessage
`System.identityHashCode` returns a hash that does not consider a
Message's values. This means two Messages with identical values will not
have identical hashCodes.

This patch uses the pattern from RubyMap to combine the hashCodes from
all values in a given message and produce a unique, consistent,
value-based hash.
2016-09-20 11:07:42 -07:00
..
java Fix hash computation for JRuby's RubyMessage 2016-09-20 11:07:42 -07:00
sentinel.proto Removed 'optional' from proto3 syntax file. 2016-02-10 14:16:49 -08:00