densh / scala-offheap

Experimental type-safe off-heap memory for Scala.
BSD 3-Clause "New" or "Revised" License
532 stars 38 forks source link

@enum classes must correctly dispatch toString #67

Closed densh closed 9 years ago

densh commented 9 years ago

Currently toString is just a default value class implementation that tells you nothing about the value it holds.

densh commented 9 years ago

Was fixed in https://github.com/densh/scala-offheap/pull/68