Skip to content
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

Bisect_ppx 2.6.0: code coverage analysis #18101

Merged
merged 8 commits into from
Feb 7, 2021

Conversation

aantron
Copy link
Contributor

@aantron aantron commented Feb 6, 2021

Changelog:


Changes

Bugs fixed

Removed

These removals were planned and announced in the 2.0.0 release.

@camelus
Copy link
Contributor

camelus commented Feb 6, 2021

Commit: d880486

A pull request by opam-seasoned @aantron.

🌤️ opam-lint warnings d880486
  • cuid.0.1 has some warnings:

    • warning 47: Synopsis (or description first line) should start with a capital and not end with a dot
  • These packages passed lint tests: bisect_ppx.2.6.0, cuid.0.2, eigen.0.3.0, exit.0.0.1, gobba.0.4.1, gobba.0.4.2, hc.0.0.1, memo.0.0.1, omg.0.0.1, opazl.0.0.1, owl.1.0.0, partition_map.0.9.0, reed-solomon-erasure.1.0.1, reed-solomon-erasure.1.0.2, so.0.0.1


☀️ Installability check (+1)
  • new installable packages (1): bisect_ppx.2.6.0

@mseri
Copy link
Member

mseri commented Feb 6, 2021

There are some failures due to

# .ppx/47e007fefa63695257b4d9874e3138b7/ppx.exe: unknown option '-conditional'.

This used to be a flag for bisect_ppx, right? Can you have a look?

@aantron
Copy link
Contributor Author

aantron commented Feb 6, 2021

Thanks for the notice, @mseri. I've added constraints.

The -conditional flag was deprecated in 2.0.0 in March 2020, in favor of --conditional. Adding that extra leading dash is probably the quickest way to fix each repo.

However, --conditional itself has been replaced by a better Dune integration, available since Dune 2.7.0. See the new instructions. The new integration makes it easy to turn Bisect into a proper dev dependency, so that downstream users do not depend on Bisect.

I'm ccing the maintainers of the affected packages:

For packages that had older releases, I checked the repos for whether they use -conditional at the appropriate tags, and constrained those releases accordingly.

@kit-ty-kate
Copy link
Member

Looks alright now. Thanks a lot!

@kit-ty-kate kit-ty-kate merged commit 1682427 into ocaml:master Feb 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants