teal-language / cyan

The Teal build system and project manager
MIT License
62 stars 6 forks source link

`cyan gen --output` fails with some relative paths #18

Closed euclidianAce closed 2 years ago

euclidianAce commented 2 years ago
$ cyan gen blah.tl --output ../blah.lua

fails by 'failing' to parse the path ../blah.lua since the current iteration of the path module doesn't account for this.

this shines a light on a more structural problem with the path module itself that needs to be addressed

euclidianAce commented 2 years ago

fixed by 69ee1d4