jbuilder icon indicating copy to clipboard operation
jbuilder copied to clipboard

≥2.9.1: stack overflow when serializing a class

Open jamesarosen opened this issue 4 years ago • 0 comments

We have some .jbuilder files that look like

id   thing.id
type thing.class
…

Ever since e2e8623b08078ad6a2323ce8ecaf642b7afe1166, 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.

jamesarosen avatar Dec 21 '20 23:12 jamesarosen