lightbend / genjavadoc

A compiler plugin for generating doc’able Java source from Scala source

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Problems when running with -Yrangepos

raboof opened this issue · comments

It seems that when compiling with -Yrangepos comments are no longer correctly associated with the right elements. Tested with akka-cluster-typed/src/main/scala/akka/cluster/ddata/typed/javadsl/Replicator.scala in Akka.

For now perhaps we should throw an error when -Yrangepos is enabled? Though that's only a temporary solution since rangepos might be enabled by default in the future

See some additional conversation here: #264.

Though that's only a temporary solution since rangepos might be enabled by default in the future

Alright, rangepos is now the default. :-)