Universal-Variability-Language / uvl-lsp

Language server protocol for the Universal Variability Language (UVL)
MIT License
10 stars 4 forks source link

Faulty Include Error Messages for Boolean Level #91

Closed SundermannC closed 1 year ago

SundermannC commented 1 year ago

The boolean level is supposed to support all propositional cross-tree constraints which includes the &, |, =>, <=, and <=> operators. However, it appears that every cross-tree constraint throws an error when only including the boolean level. The error message wrongfully suggests that Arithmetic is required.

image