scalamacros / paradise

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

pattern matching complex multi-dot liftables doesn't work in 2.10.x #37

Closed xeno-by closed 8 years ago

xeno-by commented 10 years ago

This is currently only supported in 2.11. Workaround is to write the pattern match using manual tree deconstruction.

xeno-by commented 10 years ago

Explanation: https://github.com/scalamacros/paradise/blob/c5681839eea453e15ad593ddcc644e5a3bce76af/plugin/src/main/scala/org/scalamacros/paradise/quasiquotes/Reifiers.scala#L77.

xeno-by commented 8 years ago

As our experience shows, there's little demand for this feature, so I'll be recommending either an upgrade to 2.11.x (which is by now well-established in the community) or using the aforementioned workaround.