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
Here is how it's done in the odoc ruiles:
https://github.com/avsm/dune/blob/9f6daf146d92e02da73c50b4c6b6ebb32a077f6f/src/odoc.ml#L241-L246
Here is how it's done in the install rules:
https://github.com/avsm/dune/blob/9f6daf146d92e02da73c50b4c6b6ebb32a077f6f/src/install_rules.ml#L71-L96
Odoc should reuse the method form install rules for consistency.
@jonludlam from now on, I'll assign odoc issues in bulk to you if you don't mind.
The text was updated successfully, but these errors were encountered:
The difference has been removed in #2541. Now we use pkg.Package.version which sources from (version), (package (version)) or the VCS.
pkg.Package.version
(version)
(package (version))
Sorry, something went wrong.
jonludlam
No branches or pull requests
Here is how it's done in the odoc ruiles:
https://github.com/avsm/dune/blob/9f6daf146d92e02da73c50b4c6b6ebb32a077f6f/src/odoc.ml#L241-L246
Here is how it's done in the install rules:
https://github.com/avsm/dune/blob/9f6daf146d92e02da73c50b4c6b6ebb32a077f6f/src/install_rules.ml#L71-L96
Odoc should reuse the method form install rules for consistency.
@jonludlam from now on, I'll assign odoc issues in bulk to you if you don't mind.
The text was updated successfully, but these errors were encountered: