Skip to content

Commit

Permalink
Merge PR coq#19164: Stop repairing bad relevances in the kernel
Browse files Browse the repository at this point in the history
Reviewed-by: ppedrot
Ack-by: silene
Co-authored-by: ppedrot <[email protected]>
  • Loading branch information
coqbot-app[bot] and ppedrot authored Jun 18, 2024
2 parents 763fb02 + 1833c80 commit 5ea287a
Show file tree
Hide file tree
Showing 7 changed files with 122 additions and 196 deletions.
1 change: 0 additions & 1 deletion checker/checker.ml
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,6 @@ let init_with_argv argv =
let _fhandle = Feedback.(add_feeder (console_feedback_listener Format.err_formatter)) in
try
parse_args argv;
CWarnings.set_flags ("+"^Typeops.warn_bad_relevance_name);
if CDebug.(get_flag misc) then Printexc.record_backtrace true;
Flags.if_verbose print_header ();
if not !boot then init_load_path ();
Expand Down
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).
Loading

0 comments on commit 5ea287a

Please sign in to comment.