Skip to main content

LIVE_STATES

Constant LIVE_STATES 

Source
pub const LIVE_STATES: &[&str];
Expand description

States treated as “live” — a changeset in any of these states may still affect an overlay this write is about to clobber.

draft is excluded because drafts are session-local and cannot have been observed by another session. merged is excluded because once a change is on main, the AST merger at dk_merge is the correct layer to reconcile it — STALE firing there would be a false positive. rejected and closed are inert.