We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Just tried gravity again after a few years and found a very similar issue (see #246):
The following code fails:
var arr = [ ["a": [0.00000465, -0.000000004] ], ["b": [0.000006408, -0.00000000005] ] ] func main() { }
when executed as bytecode:
~/gravity % gravity -c stat.gravity -o stat.json && gravity -x stat.json RUNTIME ERROR: Unknown LOADK index ~/gravity % gravity --version Gravity version 0.8.5 (Jan 11 2024)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Just tried gravity again after a few years and found a very similar issue (see #246):
The following code fails:
when executed as bytecode:
The text was updated successfully, but these errors were encountered: