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
Pull request #370 seems to solve the issue with no apparent regressions, but since I don't know why the f.Anonymous check was in place, I'm not sure that's the right solution.
If I have a struct with an anonymous pointer field, I pass it to the VM, and try to JSON.stringify it, I get a panic.
An easy way to reproduce is running this code:
The text was updated successfully, but these errors were encountered: