Skip to content

autoCutProposals emits one proposal per overlapping placement, inflating semanticCuts to 83 entries for 41 cuts #69

Description

@Railly

build.semanticCuts held 83 entries for 41 auto-cut spans after a commit, with individual objects repeated 2-4 times (the 967896-986525 repetition span appears 4x).

Cause is at commit.ts:584-585: autoCutProposals emits one proposal per overlapping placement with no break, so a span straddling N segments becomes N proposals.

The EDL itself is correct and the duration math closes, so this is a record-inflation problem rather than a cutting problem. It matters for anything that counts cuts from the round record, and it makes the artifact read as though the pass did more than it did.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions