Closed
Description
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.