cscherrer / Soss.jl

Probabilistic programming via source rewriting
https://cscherrer.github.io/Soss.jl/stable/
MIT License
414 stars 30 forks source link

Collision of filenames on OS X #299

Closed sethaxen closed 2 years ago

sethaxen commented 2 years ago

On OS X, filenames are not case sensitive, so scratchpad/vis.jl and scratchpad/VIS.jl, upon cloning, collide, which makes working with git more challenging (one cannot stash all changes, for example).

cscherrer commented 2 years ago

Huh, I had no idea. I'll update one to vis2.jl

cscherrer commented 2 years ago

Ok, done. Can you close this after confirming it's resolved?

sethaxen commented 2 years ago

Fixed for me!