-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
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)
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers