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.task_never_runs

A warn rule, scope workflow. A step’s condition folds to a constant false, so the step never runs.

Synopsis

$ orion-server clippy ./definitions
warn[correctness.task_never_runs] a step's condition folds to a constant false, so the step never runs

Description

The compiler folded a step’s condition to false/null.

Caveats

A warning: "condition": false is a way to switch a step off.

Last verified 14 September 2026