justinethier / cyclone

:cyclone: A brand-new compiler that allows practical application development using R7RS Scheme. We provide modern features and a stable system capable of generating fast native binaries.
http://justinethier.github.io/cyclone/
MIT License
823 stars 42 forks source link

Compilation error is too verbose #481

Closed justinethier closed 2 years ago

justinethier commented 3 years ago

Consider:

:!cyclone test.scm
Error: Unbound variable(s):
(%atomic-flag-clear)

Error: Unable to open file:
"test.meta"

The compiler does not need to print the second message about the .meta file.