1. 22 Sep, 2016 1 commit
    • Brendan Ribera's avatar
      Fix hash computation for JRuby's RubyMessage · 525c6327
      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.
      525c6327
  2. 21 Sep, 2016 6 commits
  3. 20 Sep, 2016 8 commits
  4. 19 Sep, 2016 1 commit
  5. 17 Sep, 2016 1 commit
  6. 16 Sep, 2016 4 commits
  7. 15 Sep, 2016 4 commits
  8. 14 Sep, 2016 1 commit
  9. 13 Sep, 2016 1 commit
  10. 12 Sep, 2016 4 commits
  11. 09 Sep, 2016 7 commits
  12. 08 Sep, 2016 2 commits