From 2e75ac235bd694393ead70612e97f079e0ccbe5f Mon Sep 17 00:00:00 2001 From: Ralf Jung <jung@mpi-sws.org> Date: Thu, 2 Apr 2020 12:03:59 +0200 Subject: [PATCH] enable coercion path warning --- _CoqProject | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/_CoqProject b/_CoqProject index 04559153..39b0f345 100644 --- a/_CoqProject +++ b/_CoqProject @@ -1,6 +1,5 @@ -Q theories lrust -# We sometimes want to locally override notation (e.g. in proofmode/base.v, bi/embedding.v), and there -# is no good way to do that with scopes. +# We sometimes want to locally override notation, and there is no good way to do that with scopes. -arg -w -arg -notation-overridden # non-canonical projections (https://github.com/coq/coq/pull/10076) do not exist yet in 8.9. -arg -w -arg -redundant-canonical-projection @@ -8,8 +7,6 @@ -arg -w -arg -convert_concl_no_check # "Declare Scope" does not exist yet in 8.9. -arg -w -arg -undeclared-scope -# We have ambiguous paths and so far it is not even clear what they are (https://gitlab.mpi-sws.org/iris/iris/issues/240). --arg -w -arg -ambiguous-paths theories/lifetime/model/definitions.v theories/lifetime/model/faking.v -- GitLab