portable-scala / portable-scala-reflect

Platform independent reflection for Scala
BSD 3-Clause "New" or "Revised" License
42 stars 14 forks source link

Doc build has warnings #26

Open LeeTibbert opened 3 years ago

LeeTibbert commented 3 years ago

While tracing the build log files, I once again noticed a defect in the doc build had first seen and described in a PR in April, 2020 : it has warnings which reduce confidence that the build is correct.

/native/src/main/scala/org/portablescala/reflect/Reflect.scala:44:3: Could not find any member to link for "org.portablescala.reflect.annotation.EnableReflectiveInstantiation".
[warn]   /** Reflectively looks up an instantiable class.
[warn]   ^
[warn] native/src/main/scala/org/portablescala/reflect/Reflect.scala:6:3: Could not find any member to link for "org.portablescala.reflect.annotation.EnableReflectiveInstantiation".
[warn]   /** Reflectively looks up a loadable module class.
[warn]   ^