vilterp / datalog-ts

a datalog interpreter in typescript
https://lingo-workbench.dev/
MIT License
200 stars 8 forks source link

vscode datalog: spurious 'unbound variable in head' errors when nested #407

Open vilterp opened 1 year ago

vilterp commented 1 year ago

These errors shouldn't be there:

image

Not sure why this isn't finding them: https://github.com/vilterp/datalog-ts/blob/4a79913676dd5f672010b7e788ed55946226eb3e/languageWorkbench/languages/dl/dl.ts#L68-L71

vilterp commented 1 year ago

Wait a sec, it's not even finding this?

image

wtf