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

Filter for the run-test: field of the OPAM file #128

Open
pi8027 opened this issue Jun 4, 2024 · 1 comment
Open

Filter for the run-test: field of the OPAM file #128

pi8027 opened this issue Jun 4, 2024 · 1 comment
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@pi8027
Copy link

pi8027 commented Jun 4, 2024

I have a Coq development where the test suite fails only with Coq 8.17, seemingly because of a bug in Coq or Paramcoq, or an interaction issue between Equations and Paramcoq. Since I think that the issue is not worth investigating further, I would like to add the filter below to turn off the test suite only with Coq 8.17.

run-test: [ [make "-j%{jobs}%" "build-misc" ] { coq:version < "8.17" | "8.18" <= coq:version } ]

However, Coq-community templates do not seem to provide the functionality to produce this line, and I had to edit the OPAM file by hand. See also: pi8027/stablesort#25 (comment)

@pi8027 pi8027 added the enhancement New feature or request label Jun 4, 2024
@Zimmi48 Zimmi48 added the good first issue Good for newcomers label Aug 19, 2024
@Zimmi48
Copy link
Member

Zimmi48 commented Aug 19, 2024

If the user is OK with writing the filtering syntax manually in the meta.yml file, then it would be easy to add this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants