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
If you take a look at this line; https://github.com/project-chip/connectedhomeip/blob/master/scripts/py_matter_idl/matter_idl/generators/bridge/__init__.py#L90
It checks if the definition is nullable. But it should check if it is optional I guess. So this line should be as follows
if definition.is_optional: cType = '::chip::Optional<{}>'.format(cType)
Whenever I do this
b9d32ec
raspi
No response
The text was updated successfully, but these errors were encountered:
Seems fixed by #26229
Sorry, something went wrong.
No branches or pull requests
Reproduction steps
If you take a look at this line;
https://github.com/project-chip/connectedhomeip/blob/master/scripts/py_matter_idl/matter_idl/generators/bridge/__init__.py#L90
It checks if the definition is nullable. But it should check if it is optional I guess. So this line should be as follows
Bug prevalence
Whenever I do this
GitHub hash of the SDK that was being used
b9d32ec
Platform
raspi
Platform Version(s)
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: