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

[KISEMA-1597] Promela export of arrays fails to declare array vars properly #35

Open
fabianheyer opened this issue Apr 19, 2022 · 0 comments
Labels
bug Something isn't working enhancement New feature or request jira Legacy issues migrated from old KISEMA Jira

Comments

@fabianheyer
Copy link

[Issue KISEMA-1597 migrated from JIRA, first reported on 2020-08-05]

See the attached MWE.

scchart A {
  bool b[2] = { true, false }
  initial state A
}

/* Promela export bug:
   declares `bool b` when it should be `bool b[2]`
*/
@fabianheyer fabianheyer added bug Something isn't working enhancement New feature or request labels Apr 19, 2022
@fabianheyer fabianheyer added the jira Legacy issues migrated from old KISEMA Jira label May 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request jira Legacy issues migrated from old KISEMA Jira
Projects
None yet
Development

No branches or pull requests

1 participant