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
this is ok:
y: make struct! [ c [struct! [a [uint8!]]] ]
this is also ok:
x: make struct! [ a [uint8!] ] y: make struct! [ c: [struct! [a [uint8!]]] x ]
but this is not:
y: make struct! [ c: [struct! [a [uint8!]]] ] ;<--- CRASH (as there is expected the value)
The text was updated successfully, but these errors were encountered:
FIX: validate missing struct initialization field value
6901c17
resolves: zsx#50
No branches or pull requests
this is ok:
this is also ok:
but this is not:
The text was updated successfully, but these errors were encountered: