-
Notifications
You must be signed in to change notification settings - Fork 389
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
Fixed size array failure #3201
Labels
Milestone
Comments
mvertes
added
🐞 bug
Something isn't working
📦 🤖 gnovm
Issues or PRs gnovm related
labels
Nov 26, 2024
This is not just a problem with arrays. The code that resolves constant expressions doesn't handle this at all. const A = len(t11.Path) |
This was referenced Nov 29, 2024
github-project-automation
bot
moved this from In Progress
to Done
in 🧙♂️gno.land core team
Jan 16, 2025
The code in OP is still failing on master. @omarsy, do you want to take a look at it? |
yes I can have a look on this |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The following valid Go code fails:
The text was updated successfully, but these errors were encountered: