openfga / language

Grammar for the OpenFGA modeling language
https://openfga.dev
Apache License 2.0
18 stars 7 forks source link

When duplicate relations are available, and the second one has an error, the marker is shown on the first #93

Closed rhamzeh closed 3 months ago

rhamzeh commented 2 years ago
Screen Shot 2022-09-29 at 11 53 52 AM
d-jeffery commented 3 months ago

Duplicate relation errors have been addressed.

Presentation;

image

image

Example test:

https://github.com/openfga/language/blob/63dea5d54b1394e80386a9a2bbc37ef3995bfcd4/tests/data/dsl-syntax-validation-cases.yaml#L323-L342

Link to validation code:

https://github.com/openfga/language/blob/63dea5d54b1394e80386a9a2bbc37ef3995bfcd4/pkg/js/transformer/dsltojson.ts#L209-L216