1. 20 Sep, 2016 1 commit
    • 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
  2. 19 Sep, 2016 4 commits
  3. 17 Sep, 2016 1 commit
  4. 16 Sep, 2016 4 commits
  5. 15 Sep, 2016 4 commits
  6. 14 Sep, 2016 1 commit
  7. 13 Sep, 2016 1 commit
  8. 12 Sep, 2016 4 commits
  9. 09 Sep, 2016 7 commits
  10. 08 Sep, 2016 11 commits
  11. 07 Sep, 2016 2 commits