Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

correctness.unreachable_step

A deny rule, scope workflow. Steps after an unconditional terminal step can never run.

Synopsis

$ orion-server clippy ./definitions
deny[correctness.unreachable_step] steps after an unconditional terminal step can never run

Description

Everything in document order after a terminal step that is certain to be reached. Certain means no condition on it or on any enclosing group. A terminal task halts after it ran, so it must be unconditional. A terminal group halts when its span closes, whatever its members did.

Last verified 14 September 2026