sbt/compile/interface/src
Martin Duhem 8542c9b31a Fix SOE with macros in dependencies extraction
In some cases, expanded macros report that their original tree and
its expansion are the same, thus creating a cyclic chain. This chain
may then produce a SOE during dependencies or used names extraction.

This kind of problem was already reported in sbt/sbt#1237 and
sbt/sbt#1408. Unfortunately, the fix that was applied to the
dependencies extraction part was not sufficient.

Mark test 'source-dependencies/macro' as passing

Fixes #1544
2014-09-10 15:54:06 +02:00
..
main/scala/xsbt Fix SOE with macros in dependencies extraction 2014-09-10 15:54:06 +02:00
test/scala/xsbt Scalariforming test code 2014-05-07 11:52:23 -04:00