alda-lang / alda

A music programming language for musicians. :notes:
https://alda.io
Eclipse Public License 2.0
5.62k stars 288 forks source link

The `-o` option for `alda export` doesn't respect relative paths #344

Closed daveyarwood closed 3 years ago

daveyarwood commented 4 years ago

On my machine, the following does NOT work:

alda export -f test.alda -o test.mid

The following DOES work:

alda export -f test.alda -o /tmp/test.mid
elydpg commented 4 years ago

Can confirm. On Windows, exports to relative paths are always with respect to the user home folder, regardless of the current directory.

daveyarwood commented 3 years ago

This is probably no longer an issue in Alda v2. Leaving this issue open until I can confirm.

daveyarwood commented 3 years ago

Fixed in Alda 2! :tada: