locationtech / geotrellis

GeoTrellis is a geographic data processing engine for high performance applications.
http://geotrellis.io
Other
1.32k stars 360 forks source link

not found: type Serializable compiler bug #3503

Closed pomadchin closed 2 months ago

pomadchin commented 1 year ago

Describe the bug

The package publish fails with the not found: type Serializable error.

[error] /home/runner/work/geotrellis/geotrellis/cassandra/src/main/scala/geotrellis/store/cassandra/package.scala:27:34: not found: type Serializable
[error] package object cassandra extends Serializable {

I was not able to create a minimized example to catch and report a compiler bug. I've also faced the same issue in the pdal-java project.

pomadchin commented 1 year ago

It is confirmed to be a bug and has been minimized with the help of the scala compiler team!