PlasmaLang / plasma

Plasma Programming Language
Other
162 stars 10 forks source link

Source files in errors (but not the context) have an extra `../` #446

Closed PaulBone closed 1 year ago

PaulBone commented 1 year ago

Note the following error:

 module_name_test.p:8: The source filename '../module_name_test.p' does not
                       match the module name 'ModuleNameTestQUACK'

The source file referred to in the body of the error - not the context - has an extra ../ in it. That is how the compiler sees it but it's not how the user sees it since plzbuild changed the directory, not the user.