-
Notifications
You must be signed in to change notification settings - Fork 80
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
Maintain "behavior" meta-data in specification #2638
Conversation
b875339
to
43080f9
Compare
This comment has been minimized.
This comment has been minimized.
f0196fa
to
e0d1082
Compare
This comment has been minimized.
This comment has been minimized.
2 similar comments
Following you can find the validation results for the APIs you have changed.
You can validate these APIs yourself by using the |
Following you can find the validation results for the APIs you have changed.
You can validate these APIs yourself by using the |
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.
While I don't think this affects any top-level types and thus does not affect the generator I work on, this makes sense to me! LGTM.
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.
This shouldn't have any effect on the JS generator, but I do see some possible opportunities to use behavior metadata to simplify some code. 🙌
da75a4c
to
6c10c4b
Compare
Following you can find the validation results for the APIs you have changed.
You can validate these APIs yourself by using the |
Adds a new
behavior_meta
decorator that allows to specify supplementary meta-data per implemented behavior.Closes #2637