Closed Grohden closed 4 years ago
Thanks for reporting this! To set expectations:
Finally, please be patient with the core team. They are trying their best with limited resources.
The driver format is ExFAT, I'm gonna test some other fs format to see if it has something to do with that
Yep, that seemed to be the problem, I've reformatted the driver with APFS and elm now compiles the file fine.
Not sure if support for ExFAT is desirable, so I'm gonna close this one, feel free to reopen it if needed
Quick Summary: Just started with elm today, been following tutorials but I think I may have found a bug.
I recently acquired a new external ssd driver for my mac, and it seems that a simple elm project on that driver compiles fine, but reports an error at the end:
Elm reactor output (first time opened):
The same sources copied to my desktop folder compile fine:
SSCCE
Additional Details
index.html
and it works fineelm-stuff
doesn't solve the problemThis may not be elm's fault, maybe it's some weird apple stuff with the driver's fs 🤔
Edit: The driver format is ExFAT, I'm gonna test some other fs format to see if it has something to do with that