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
I tried building Opium from the current master branch and got a deprecation error from the cmdliner package which broke the build apparently.
master
cmdliner
I realized by looking into the upstream sources that cmdliner got that deprecation error fairly recently.
I hacked around the issue by adding a version specifier in the dune-project file at the root of Opium.
dune-project
-cmdliner +(cmdliner (<= 1.0.4))
I did manage to build the project after the change.
Just wanted to let you know about the issue but I don't know if that's the correct way to fix it.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I tried building Opium from the current
master
branch and got a deprecation error from thecmdliner
package which broke the build apparently.I realized by looking into the upstream sources that
cmdliner
got that deprecation error fairly recently.I hacked around the issue by adding a version specifier in the
dune-project
file at the root of Opium.I did manage to build the project after the change.
Just wanted to let you know about the issue but I don't know if that's the correct way to fix it.
The text was updated successfully, but these errors were encountered: