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
Since the introduction of #11302, some tests seem to fail with the following errors:
Unbound module Mutex
This PR indeed introduces a call to a Mutex module in vendor/opam-file-format.
Mutex
This issue concerns the following tests:
The common thing is that they all worked on 4.14.X. However, I have check in the manual, the module Mutex is available.
4.14.X
module Mutex
Does it require to be added to the deps as Unix for this version? Any ideas about this @Leonidas-from-XIV, @gridbugs and @rgrinberg?
The text was updated successfully, but these errors were encountered:
Remove Mutex
13ed7ee
As discussed in ocaml#11451 this removes the mutex that was added in ocaml#11302. Fixes ocaml#11450 Fixes ocaml#11451 Signed-off-by: Marek Kubica <[email protected]>
1e6c8fa
Successfully merging a pull request may close this issue.
Since the introduction of #11302, some tests seem to fail with the following errors:
This PR indeed introduces a call to a
Mutex
module in vendor/opam-file-format.This issue concerns the following tests:
The common thing is that they all worked on
4.14.X
. However, I have check in the manual, themodule Mutex
is available.Does it require to be added to the deps as Unix for this version? Any ideas about this @Leonidas-from-XIV, @gridbugs and @rgrinberg?
The text was updated successfully, but these errors were encountered: