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
Initially, this topic has been discussed in this issue.
In our model, there is a "status" property where the asynchronous operation progress is reported. It looks like:
... status { mandatory status as FirmwareUpdateStatus } ...
The issue is that "status" is a keyword and this model doesn't compile. As a workaround, we are using:
mandatory ^status as FirmwareUpdateStatus
but that's a good point for improvement.
The text was updated successfully, but these errors were encountered:
Fixes eclipse-vorto#956 - Allow FB section names as property names.
9c7f8df
41a0a55
Signed-off-by: Simon Pizonka <[email protected]>
81c8947
No branches or pull requests
Initially, this topic has been discussed in this issue.
In our model, there is a "status" property where the asynchronous operation progress is reported. It looks like:
The issue is that "status" is a keyword and this model doesn't compile. As a workaround, we are using:
but that's a good point for improvement.
The text was updated successfully, but these errors were encountered: