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

ImmutableSeparatorRepr not serializable #130

Open
AZWN opened this issue Jan 23, 2024 · 0 comments
Open

ImmutableSeparatorRepr not serializable #130

AZWN opened this issue Jan 23, 2024 · 0 comments
Labels
C-Bug Category: bug. Not working as expected

Comments

@AZWN
Copy link
Contributor

AZWN commented Jan 23, 2024

Summary

Building a language with a menu with a separator using gradle causes a build failure:

Caused by: java.io.NotSerializableException: mb.spoofax.compiler.adapter.data.ImmutableSeparatorRepr	

Solution is to add the Serializable interface to the mentioned class

@AZWN AZWN added the C-Bug Category: bug. Not working as expected label Jan 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-Bug Category: bug. Not working as expected
Projects
None yet
Development

No branches or pull requests

1 participant