-
Notifications
You must be signed in to change notification settings - Fork 2
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
opam-compiler does not detect the version correctly #8
Comments
yes, I noticed that too 🤔 . I think it's picking the highest version opam knows about. this might be cosmetic though, I'm not sure it's actually setting this version number, but some investigation it's necessary |
It's not installing it:
or at least, I seem to have a 4.12.0 with vanilla configure options now (as desired) |
Need to pinpoint this more precisely, but as a data point on a different configuration this is displaying another version number, which I suspect is the highest one too:
|
Using opam-compiler 0.1.1:
In this case I would have expected 4.12.0 instead of 4.13.0. You can detect this using the
VERSION
file.Furthermore I'm not sure why
+no-flat-float-array
is used by default, I would have expected only+trunk
The text was updated successfully, but these errors were encountered: