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

sysl does not generate the right relationship with clashing fields #949

Open
nofun97 opened this issue Jul 10, 2020 · 1 comment
Open

sysl does not generate the right relationship with clashing fields #949

nofun97 opened this issue Jul 10, 2020 · 1 comment
Labels

Comments

@nofun97
Copy link
Member

nofun97 commented Jul 10, 2020

The relationship data structure in diagram generation does not allow multiple relationship types with the same diagram.

For example:

App:
    !type VeryComplex:
        Complex <: sequence of complex
        Simpler <: complex

    !type complex:
        simple <: string

would generate the following diagram:
image

Expected behavior:

image

@nofun97
Copy link
Member Author

nofun97 commented Jul 10, 2020

Changing the relationship data structure will most likely break compatibility with sysl-catalog

@orlade-anz orlade-anz added the P1 Medium priority label Jul 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants