I tried adding to the _CoqProject
file:
-arg -set -arg "Warnings=+default,ambiguous-path,typechecker"
to be strict about not having warnings in our code (except for some that occur from importing Coquelicot).
While this works, it seems to break Search
for some reason.
Am I doing something wrong, or is this a bug that i should report?
You are probably using SSReflect? Is that correct?
In 8.12, you get warnings when using Search
and SSReflect to let you know that the Search implementation changed.
You should disable that warning -ssr-search-moved
.
Théo Zimmermann said:
You should disable that warning
-ssr-search-moved
.
that worked, thanks!
Last updated: Oct 05 2023 at 02:01 UTC