You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The man-page entry and Bash completions for this option were added in
4029999 (oci error: add error level and reference, 2017-03-31, #354),
but the option was left unimplemented. The implementation in this
commit is very similar to the existing runtimetest implementation from
4029999, except we warn instead of silently skipping non-fatal spec
violations.
The warning (vs. error) on invalid level arguments follows the
runtimetest implementation from 6316a4e (use released version as
reference; improve Parse error, 2017-04-12, #354). I'd personally
prefer hard errors on invalid level arguments, but didn't want to
break runtime-tools consistency over that.
Signed-off-by: W. Trevor King <[email protected]>
0 commit comments