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
Add some tests for edge cases:
independent var units
The text was updated successfully, but these errors were encountered:
Multiple independent var units declarations, with same units --> error?
Probably not, because that would most commonly arise in nested protocols.
Time units set via independent var units and input/output, but OK --> not sure
Think this is fine too. Redundant info, but that shouldn't prevent the protocol running.
All of the above, but with part of the declarations in nested protocols
The outcome should be the same. So can check just after interfaces are merged.
Sorry, something went wrong.
See also #136
Covered in #158
No branches or pull requests
Add some tests for edge cases:
independent var units
declarations, with same units --> error?independent var units
declarations, with different units --> errorindependent var units
and input/output, but OK --> not sureindependent var units
and input/output, but conflicting --> errorThe text was updated successfully, but these errors were encountered: