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
#12306 is adding a bunch of things like:
error: 0x85 # INVALID_COMMAND
We should just be able to write:
error: INVALID_COMMAND
instead.
Add a mapping to the test generation bits that converts symbolic names to the right error constant values in the generated code.
The text was updated successfully, but these errors were encountered:
Allow using symbolic error names in YAML.
f457416
Fixes project-chip#12318
dee2976
Allow using symbolic error names in YAML. (#12340)
677d87e
Fixes #12318
bzbarsky-apple
Successfully merging a pull request may close this issue.
Problem
#12306 is adding a bunch of things like:
We should just be able to write:
instead.
Proposed Solution
Add a mapping to the test generation bits that converts symbolic names to the right error constant values in the generated code.
The text was updated successfully, but these errors were encountered: