ta0kira / zeolite

Zeolite is a statically-typed, general-purpose programming language.
Apache License 2.0
18 stars 0 forks source link

Add tests for compiling outside of `$ZEOLITE_PATH`. #47

Closed ta0kira closed 4 years ago

ta0kira commented 4 years ago

All of the tests at the moment rely on that path, which is what allowed the issue fixed by https://github.com/ta0kira/zeolite/commit/a550db275974678c8964bcbd29f56e02447116ab to happen.

tl;dr: Path resolution seemed fine because system modules (e.g., lib/util) happened to already be in the -p directory. It was the addition of --fast that revealed the problem, but only after installing the compiler.

ta0kira commented 4 years ago

https://github.com/ta0kira/zeolite/commit/2f9970dd3c4563d009d87648b722b029f674e211