You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the case below ctx.structTypeToCodes[typeptr] is unset in Compiler.linkRecursiveCode when trying to link json_test.Inner. ctx.structTypeToCodes only contains json_test.Outer at this point.
Thanks for the great library!
I ran into a little issue today. With the test case below the compiler fails with a nil pointer de-reference:
In the case below
ctx.structTypeToCodes[typeptr]
is unset inCompiler.linkRecursiveCode
when trying to linkjson_test.Inner
.ctx.structTypeToCodes
only containsjson_test.Outer
at this point.Minimized test case
The text was updated successfully, but these errors were encountered: