We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93c35c9 commit 080f565Copy full SHA for 080f565
vernac/comArguments.ml
@@ -59,6 +59,7 @@ let warn_arguments_assert =
59
60
let warn_scope_delimiter_depth =
61
CWarnings.create ~name:"argument-scope-delimiter" ~category:Deprecation.Version.v8_19
62
+ ~default:AsError
63
Pp.(fun () ->
64
strbrk "The '%' scope delimiter in 'Arguments' commands is deprecated, " ++
65
strbrk "use '%_' instead (available since 8.19). The '%' syntax will be " ++
0 commit comments