scalamacros / paradise

(No longer actively maintained.)
http://scalamacros.org/
BSD 3-Clause "New" or "Revised" License
158 stars 53 forks source link

Double(?) import breaks macro application? #117

Open rparree opened 6 years ago

rparree commented 6 years ago

I had an issue today with macros in Binding.scala (see https://github.com/ThoughtWorksInc/Binding.scala/issues/82)

have a look at https://github.com/rparree/binding.scala-issue82 Open playfield/SampleApp.scala Uncomment the line and try to do a fastOpsJS. With the line commented it works for me, with the line uncommented it breaks

Is this behaviour known?