• Brendan Ribera's avatar
    Fix hash computation for JRuby's RubyMessage · 05aa0df5
    Brendan Ribera authored
    `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.
    05aa0df5
Name
Last commit
Last update
..
java Loading commit data...
sentinel.proto Loading commit data...