-
Notifications
You must be signed in to change notification settings - Fork 128
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
Feat records #209
Feat records #209
Conversation
6353e36
to
6a2a634
Compare
Within the last fixup commit, I've added a paragraph in the C++ section about unlabeled terminals. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
17d22b9
to
6e4a94d
Compare
docs/guide/records/README.md
Outdated
} | ||
|
||
void evaluate(Context ctx) { | ||
Type record = getValue<output_OUT>(ctx); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
IIRC, it was optimised to just Type record;
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
6e4a94d
to
edba18d
Compare
Guide for the new records feature ( xodio/xod#2051 ).