Skip to content

Duplicate early-return in backfillNativeDroppedFiles #1144

@carlos-alm

Description

@carlos-alm

On main (commit 031ab81, PR #1122), src/domain/graph/builder/pipeline.ts has a duplicate if (missingAbs.length === 0) return; at two consecutive lines (~1017 and 1019 on main). The first one is dead code — the second never executes after it.

Surfaced while resolving merge conflicts on PR #1134 against the same file; it's unrelated to that PR's scope (benchmark exclusion). Filing here so it's tracked.

Metadata

Metadata

Assignees

No one assigned

    Labels

    follow-upDeferred work from PR reviews that needs tracking

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions