summaryrefslogtreecommitdiff
path: root/test/files/run/caseClassHash.scala
Commit message (Collapse)AuthorAgeFilesLines
* Add the first iteration of the `util.hashing` package.Aleksandar Prokopec2012-06-071-2/+2
| | | | | | | | | | | | | | | | | Move `MurmurHash3` to `util.hashing`. Make the `class` private and retain a public companion `object`, and put the `MurmurHash3.Hashing` implementations for various types in the companion. Add a method which composes `ByteswapHashing` with some other hashing. Rename `hashOf` to `hash`. Fix chi-square test in a test-case. Review by @jsuereth. Moved a failing test that seems to use some other library version to pending.
* Custom hashCode methods for case classes.Paul Phillips2012-05-091-0/+37
No boxing, no MODULE$ indirection.