File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ Record Functor (C D : PreCategory) :=
3232Arguments object_of {C%_category D%_category} f%_functor c%_object : rename, simpl
3333nomatch.
3434Arguments morphism_of [C%_category] [D%_category] f%_functor [s%_object d%_object]
35- m%morphism : rename, simpl nomatch.
35+ m%_morphism : rename, simpl nomatch.
3636Section path_functor.
3737 Variable C : PreCategory.
3838 Variable D : PreCategory.
Original file line number Diff line number Diff line change @@ -59,6 +59,7 @@ let warn_arguments_assert =
5959
6060let warn_scope_delimiter_depth =
6161 CWarnings. create ~name: " argument-scope-delimiter" ~category: Deprecation.Version. v8_19
62+ ~default: AsError
6263 Pp. (fun () ->
6364 strbrk " The '%' scope delimiter in 'Arguments' commands is deprecated, " ++
6465 strbrk " use '%_' instead (available since 8.19). The '%' syntax will be " ++
You can’t perform that action at this time.
0 commit comments