evolution-gaming / derivation

Configured derivation library for scala 3
MIT License
35 stars 6 forks source link

Consider rename of `config.scala` file #23

Closed kpodsiad closed 1 year ago

kpodsiad commented 2 years ago

By default, mac os filesystem is case insensitive so files like Config.scala and config.scala are treated as the same file.

Of course, this issue can be solved on user side - they need to create another partition which will be case sensitive but it can be a bit of ceremony for users which use company provided macbooks.

Odomontois commented 1 year ago

Ok, I've fixed it in the direct commit. Fell into the same trap on a new MacBook.