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
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.
The text was updated successfully, but these errors were encountered:
Don't generate anchors at comptime when dumping
1597efa
* this is a prerequisite to getting dumping to work, but dumping is still blocked by #138
No branches or pull requests
Compiler output:
This seems to happen somewhere in macro execution. Not entirely sure where though.
The text was updated successfully, but these errors were encountered: