Skip to content

niwaki v0.14.12

Choose a tag to compare

@github-actions github-actions released this 16 Jul 11:09

Fixed

  • A staged push now isolates a failure to its own subtree. When one object
    failed, push(mode="staged") marked every deeper object as "not attempted"
    — keyed on DN depth alone — so an unrelated sibling branch whose parent had
    succeeded was left half-built (e.g. a failure on BD-a skipped BD-b's
    subnet). The engine now skips only the descendants of a failed object;
    independent branches run to completion, and StagedPushError.not_run lists
    only objects whose ancestor genuinely failed.