Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion test-suite/bugs/bug_4955.v
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Record Functor (C D : PreCategory) :=
Arguments object_of {C%_category D%_category} f%_functor c%_object : rename, simpl
nomatch.
Arguments morphism_of [C%_category] [D%_category] f%_functor [s%_object d%_object]
m%morphism : rename, simpl nomatch.
m%_morphism : rename, simpl nomatch.
Section path_functor.
Variable C : PreCategory.
Variable D : PreCategory.
Expand Down
1 change: 1 addition & 0 deletions vernac/comArguments.ml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ let warn_arguments_assert =

let warn_scope_delimiter_depth =
CWarnings.create ~name:"argument-scope-delimiter" ~category:Deprecation.Version.v8_19
~default:AsError
Pp.(fun () ->
strbrk "The '%' scope delimiter in 'Arguments' commands is deprecated, " ++
strbrk "use '%_' instead (available since 8.19). The '%' syntax will be " ++
Expand Down
Loading