HOL icon indicating copy to clipboard operation
HOL copied to clipboard

Warn if modules / theories only differ by case

Open mn200 opened this issue 5 years ago • 1 comments

This leads to very strange errors on case-insensitive file systems. Also arises if a theory is referenced in one place with one capitalisation and in another with a different one.

mn200 avatar Mar 19 '19 03:03 mn200

Better yet (perhaps?): detect if FS is case-insensitive, record this fact, and then change operations like load to normalise filenames before using then.

mn200 avatar Mar 19 '19 06:03 mn200