We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This doesn't compile on osx:
open Array_node module A = Array_Node( Op )
while this does:
module A = Array_node.Array_Node( Op )
The text was updated successfully, but these errors were encountered:
I will try to create a mini test case to reproduce that tomorrow
Sorry, something went wrong.
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.
if anyone has any idea on a fix, please join us ;)
No branches or pull requests
This doesn't compile on osx:
while this does:
The text was updated successfully, but these errors were encountered: