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

Assigning an identifier to a relationship breaks the parser #147

Open
hjkiefer opened this issue May 29, 2024 · 0 comments
Open

Assigning an identifier to a relationship breaks the parser #147

hjkiefer opened this issue May 29, 2024 · 0 comments

Comments

@hjkiefer
Copy link

When assigining an identifier when creating a relationship as described here https://docs.structurizr.com/dsl/identifiers#identifiers, then the parser fails.

Minimal example:

workspace {
    model {
        system1 = softwareSystem "System1" 
        system2 = softwareSystem "System2" 
        rel = system1 -> system2 "test"
    }
    views {
        systemContext system1 "context1" {
            include *
            autolayout lr
        }
    }
}

Error from plugin:
image

Rendering from structurizr.com
image

Seems to be related to, or the same as:
#76

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant