anoma / juvix

A language for intent-centric and declarative decentralised applications
https://docs.juvix.org
GNU General Public License v3.0
442 stars 54 forks source link

Errors happening in imported files are reported in the wrong location #2820

Open janmasrovira opened 3 weeks ago

janmasrovira commented 3 weeks ago

For instance, the main file imports a module called Export, which has a parse error in it. The error is reported at the module Main header, but it should be reported at the import line.

image