densh / scala-offheap

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

"class [name of @data class] must be defined before it's used" compilation error #112

Open jeroentervoorde opened 7 years ago

jeroentervoorde commented 7 years ago

This happens in certain cases when the data class is defined in a different file from where it is used.

Reproducer: https://github.com/jeroentervoorde/offheap-error-reproducer