Compare commits

...

1 Commits

Author SHA1 Message Date
Kim Morrison
fd470dab48 chore: tweak error message about weak options 2025-10-20 04:21:19 +02:00

View File

@@ -315,7 +315,7 @@ def reparseOptions (opts : Options) : IO Options := do
| unless weak do
throw <| .userError s!"invalid -D parameter, unknown configuration option '{name}'
If the option is defined in this library, use '-D{`weak ++ name}' to set it conditionally"
If the option is defined in a library, use '-D{`weak ++ name}' to set it conditionally"
let .ofString val := val
| opts' := opts'.insert name val -- Already parsed