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

≥2.9.1: stack overflow when serializing a class #493

Open
jamesarosen opened this issue Dec 21, 2020 · 0 comments
Open

≥2.9.1: stack overflow when serializing a class #493

jamesarosen opened this issue Dec 21, 2020 · 0 comments

Comments

@jamesarosen
Copy link

We have some .jbuilder files that look like

id   thing.id
type thing.class

Ever since e2e8623, this results in a stack overflow. It's easy to solve with

id   thing.id
type thing.class.name

I don't know whether the maintainers consider this a regression. If so, this might be difficult to catch since the Class instance could be passed to Jbuilder in any number of ways.

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

No branches or pull requests

1 participant