Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

files Array_Node.cmx and Array_node.cmx both define a module named Array_node #159

Open
UnixJunkie opened this issue Oct 24, 2016 · 3 comments

Comments

@UnixJunkie
Copy link

This doesn't compile on osx:

open Array_node
module A = Array_Node( Op )

while this does:

module A = Array_node.Array_Node( Op )
@UnixJunkie
Copy link
Author

I will try to create a mini test case to reproduce that tomorrow

@UnixJunkie
Copy link
Author

The test case is here:
https://github.com/UnixJunkie/obuild_issue_159
It's OK on linux, KO on osx.
I suspect because the filesystem is case insensitive in there.

@UnixJunkie
Copy link
Author

if anyone has any idea on a fix, please join us ;)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant