Closed hbierlee closed 3 months ago
I designed the API for Editor first and CLI second.
At the moment you need to add --path=sub.typ
to check sup.typ
(and only sub.typ
).
I am going to change the default behaviour to display all mistakes for CLI + Check + No Path.
Ok great! If multi-file projects with include
statements are not supported for CLI, I'll try to set it up then for my editor, as I can't compile separate files in my larger project without breaking compilation.
Hi,
Good tool!
From #17, it's indicated that your tool can check multi-file projects (where a
main.typ
usesinclude
statement to include other files). For me, this doesn't seem to work at the moment (using an--extern-jar
, not LSP, and for any combination of specifyingroot
andmain
as CLI arguments):It seems to only be checking the
main.typ
, notsub.typ
. Any idea what I'm doing wrong?Cheers,
Henk