mirror of
https://github.com/sbt/sbt.git
synced 2026-09-07 11:01:08 +02:00
traverse(tree: Tree) used to call super.traverse(tree) at the end. sbt/sbt@0f616294c4 brought the traversing call to inside of the pattern matching. For the case of MacroExpansionOf(original), it amounts to not traveling the macro-expanded code. See sbt/src/sbt-test/source-dependencies/macro-nonarg-dep for the repro.