Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

not found: type Serializable compiler bug #3503

Closed
pomadchin opened this issue Feb 26, 2023 · 1 comment · Fixed by #3535
Closed

not found: type Serializable compiler bug #3503

pomadchin opened this issue Feb 26, 2023 · 1 comment · Fixed by #3535
Labels

Comments

@pomadchin
Copy link
Member

pomadchin commented Feb 26, 2023

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
Copy link
Member Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant