Thanks to visit codestin.com
Credit goes to github.com

Skip to content

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

@Oldes

Description

@Oldes

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions