forked from coq/coq
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge PR coq#19164: Stop repairing bad relevances in the kernel
Reviewed-by: ppedrot Ack-by: silene Co-authored-by: ppedrot <[email protected]>
- Loading branch information
Showing
7 changed files
with
122 additions
and
196 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 6 additions & 0 deletions
6
doc/changelog/01-kernel/19164-good-triumps-when-bad-relevances-are-errors.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
- **Removed:** | ||
the kernel always produces an error when given terms with bad relevances | ||
instead of emitting the default-error `bad-relevance` warning | ||
(which is now only used by the higher layers) | ||
(`#19164 <https://github.com/coq/coq/pull/19164>`_, | ||
by Gaëtan Gilbert). |
Oops, something went wrong.