cljs/api

make note about case-sensitivity

shaunlebron opened this issue · 0 comments

there is a cljs.core/Cons type and a cljs.core/cons function. The encoded filenames cljs.core_Cons and cljs.core_cons would conflict on Windows and Mac filesystems due to case-insensitivity.

The solution is simple enough on mac. Create a case-sensitive image in Disk Utility:

screen shot 2015-05-24 at 3 40 30 pm

and then run the repository from the /Volumes/unix-disk/ folder.

Not sure how to do this on windows.