Skip to content
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

CRASH: when making a struct with another struct field and initial value is missing #50

Open
Oldes opened this issue Jul 29, 2021 · 0 comments

Comments

@Oldes
Copy link

Oldes commented Jul 29, 2021

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)
Oldes added a commit to Oldes/Rebol3 that referenced this issue Jul 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant