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

[F01] Fix Relation grammar #14

Open
matheuslenke opened this issue May 10, 2024 · 0 comments
Open

[F01] Fix Relation grammar #14

matheuslenke opened this issue May 10, 2024 · 0 comments
Assignees
Labels
bug Something isn't working
Milestone

Comments

@matheuslenke
Copy link
Owner

Two errors arised at relations:

  1. Wrong cardinality order
    Current behavior:
relation A (a) [*] -- isConnectedTo -- [*] B (b)

Expected Behavior:

relation A (a) [*] -- isConnectedTo -- [*] (b) B
  1. Cardinality should be possible to omit at second end
    Expected Behavior:
kind A
{
    -- [1] A
}

This relation should not need [1] to be explicit to be correct

@matheuslenke matheuslenke added the bug Something isn't working label May 10, 2024
@matheuslenke matheuslenke self-assigned this May 10, 2024
@matheuslenke matheuslenke added this to the 0.4.0 milestone May 10, 2024
@matheuslenke matheuslenke changed the title Fix Relation grammar [F01] Fix Relation grammar May 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant