-
-
Notifications
You must be signed in to change notification settings - Fork 37
Open
Description
import yaml
type
Node = ref object
name1: string = "A"
name2: string = "B"
static:
echo Dumper().dump(Node())Compiler output:
Error: unhandled exception: field 'sym' is not accessible for type 'TNode' using 'kind = nkNilLit' [FieldDefect]
This seems to happen somewhere in macro execution. Not entirely sure where though.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels