The MacOS default file system is case-insensitive, so cloning the repo results in:
warning: the following paths have collided (e.g. case-sensitive paths
on a case-insensitive filesystem) and only one from the same
colliding group is in the working tree:
'tests/complex/module_collision/A.mli'
'tests/complex/module_collision/a.mli'
Obviously such collisions cannot occur on MacOS. The only way I can think of to address this is something like:
The MacOS default file system is case-insensitive, so cloning the repo results in:
Obviously such collisions cannot occur on MacOS. The only way I can think of to address this is something like:
but I don't know if that works for the test.