Skip to content

incr. comp.: Methods should have their own dep-graph nodes #36349

Closed
@michaelwoerister

Description

@michaelwoerister

Currently there is only one dependency graph node for all items within a given impl. This leads to false positives when detecting changes in methods, that is, changing one method makes the compiler consider the sibling methods to be changed too.

This can be solved by giving each method its own dep-graph node.

Metadata

Metadata

Assignees

No one assigned

    Labels

    A-incr-compArea: Incremental compilation

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions