-
Notifications
You must be signed in to change notification settings - Fork 29
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
Error when using component alias(renames) #7
Comments
Commit 2c7a952 should correct this bug. May you please try it? Thanks |
Not quite. It doesn't look like the component type is actually renamed. If I try to create an implementation or a subcomponent with it, it does not work. I've modified my test case to reproduce is: Output:
test_renamed_a.aadl
test_renames_b.aadl
|
OK, I must also update Ocarina to support legality rule 4.4 (N1) |
processor, subcomponent of a processor. For Issue #7
implementation implements a component type that is a rename of a component type defined in another package. Fix for issue #7
Testcase is now validated. If there is a similar issue, please open a separate ticket with a specific test case. |
Ocarina produces an error for models that have an alias declaration renaming a component type.
Error:
test_renames_a.aadl:
test_renames_b.aadl
The text was updated successfully, but these errors were encountered: