alamarche / reqspec

VSCode language server for ReqSpec DSL
GNU General Public License v3.0
1 stars 0 forks source link

Add scoping to eliminate invalid x-references between an element and itself #8

Open alamarche opened 1 year ago

alamarche commented 1 year ago

Most x-references in reqspec documents are between an entity and another entity. Current scoping (and lack of validation rules) allows an element to reference itself.

Fix scoping to resolve this.

image