Skip to content

Be smarter about splitting up work when there's novel code at the end of a file #875

@Wilfred

Description

@Wilfred
struct Foo {
  // New
  let x = 1

  // In both
  let y = 2
}

struct Unchanged {}

// New
func bar() {}

We shouldn't need to consider bar, and definitely shouldn't hit the graph limit here.

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