musictheory / NilScript

Objective-C-style language superset of JavaScript with a tiny, simple runtime
Other
50 stars 5 forks source link

Fix imports for case-sensitive file systems #128

Closed aperezdc closed 7 years ago

aperezdc commented 7 years ago

This makes it possible to use OJ in GNU/Linux systems, and probably others as well where file systems a strictly case-sensitive (and not just case-preserving as MacOS' HFS+).

iccir commented 7 years ago

Thank you! Sorry about this – I thought I had gotten them all.

aperezdc commented 7 years ago

@iccir No problem, happy to help!