Right now, if I invoke JuluiFormatter(".") and I have a parsing error anywhere in the project, I get the almost-helpful error message ERROR: LoadError: Parsing error for input occurred on line ..., offset: ... which is pointless detail since it leaves out the key information of which file the error was located at.
BTW, why is it line ..., offset: ...
rather than :::: line: ..., offset: ...
or maybe ::::::: line ... offset ...
?
Right now, if I invoke
JuluiFormatter(".")and I have a parsing error anywhere in the project, I get the almost-helpful error messageERROR: LoadError: Parsing error for input occurred on line ..., offset: ...which is pointless detail since it leaves out the key information of which file the error was located at.BTW, why is it
line ..., offset: ...rather than ::::
line: ..., offset: ...or maybe :::::::
line ... offset ...?