scalamacros / paradise

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

c.typecheck causes spurious cyclic errors when used in a method annotation #49

Closed xeno-by closed 8 years ago

xeno-by commented 10 years ago

https://twitter.com/copumpkin/status/482748250374832129

xeno-by commented 8 years ago

I've merged this issue into https://github.com/scalamacros/paradise/issues/75 and will close this issue now. If this is a blocker for you, please let me know, and we'll think of something.

ClaireNeveu commented 8 years ago

Is there any workaround for this? We have encountered this spurious illegal cyclic reference involving class <className> when annotating objects inside a class with our Safe Config macro.