scalamacros / paradise

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

REPL integration broken in 2.13.0-M2 #102

Closed xeno-by closed 7 years ago

xeno-by commented 7 years ago

Looks like the recent REPL refactoring in 2.13.0-M2 broke the way how macro annotations integrate with REPL (https://github.com/scalamacros/paradise/blob/2.13.0-M1/plugin/src/main/scala/org/scalamacros/paradise/reflect/ReplIntegration.scala). From what I can tell, there is no way to implement the same functionality now.

@adriaanm Can we have a stable extension point that would achieve the same effect that the previous hack was achieving?

xeno-by commented 7 years ago

Superseded by https://github.com/scala/scala-dev/issues/410.