Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deprecated lazy vals lose scaladoc under Scala > 2.12 #114

Open
jrudolph opened this issue Sep 18, 2017 · 0 comments
Open

Deprecated lazy vals lose scaladoc under Scala > 2.12 #114

jrudolph opened this issue Sep 18, 2017 · 0 comments

Comments

@jrudolph
Copy link
Contributor

From d898589:

The reason seems to be that starting from Scala 2.12 positions are reported
in a way that puts the original position on the private $lzycompute method
instead of on the accessor. To fix that additional considerations are necessary
to somehow reconcile position information from the lzycompute with the actual
accessor so that existing and generated scaladoc can be merged.

Not sure if it makes sense to even fix this on the existing code base. I agree with @jroper in (old) #66 that this tool should probably be rewritten in terms of scaladoc to get rid of all the hacks and to support better translation of formatting details.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant