Skip to content
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

Failing verification of derived message #497

Closed
treiher opened this issue Nov 23, 2020 · 0 comments · Fixed by #498
Closed

Failing verification of derived message #497

treiher opened this issue Nov 23, 2020 · 0 comments · Fixed by #498
Assignees
Labels
bug model Related to model package (e.g., model verification)

Comments

@treiher
Copy link
Collaborator

treiher commented Nov 23, 2020

Deriving a message from an imported package leads to unexpected errors during verification.

with TLV;

package Derivation is

   type Message is new TLV::Message;

end Derivation;
tlv.rflx:10:25: model: error: undefined variable "Msg_Data"
tlv.rflx:10:19: model: info: on path Tag -> Length
tlv.rflx:12:25: model: error: undefined variable "Msg_Error"
tlv.rflx:12:19: model: info: on path Tag -> Final
@treiher treiher added bug model Related to model package (e.g., model verification) labels Nov 23, 2020
@treiher treiher self-assigned this Nov 23, 2020
treiher added a commit that referenced this issue Nov 24, 2020
Also the unnecessary complex SPARK test is replaced by a smaller one.

Ref. #497
treiher added a commit that referenced this issue Nov 24, 2020
Also the unnecessary complex SPARK test is replaced by a smaller one.

Ref. #497
@treiher treiher mentioned this issue Aug 4, 2021
9 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug model Related to model package (e.g., model verification)
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant