-
Notifications
You must be signed in to change notification settings - Fork 1
Nested structures do not work. (array of array of classes) #18
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
Comments
This is the smallest fiddle that I could get to repro the bug https://studio.nearprotocol.com/?f=rw4kghq7a |
Updated for latest NEARLib https://studio.nearprotocol.com/?f=i98us2ahd |
This got somewhat blocked by AssemblyScript#473 (AssemblyScript#429 to be more specific). I'll try to restructure tests to get around this though. |
Actual bug was with |
Closing, tests are here #22 |
fiddle that reproes https://studio.nearprotocol.com/?f=opapxvcfg
fails on assert(name == null); in the following code
The text was updated successfully, but these errors were encountered: