You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is because docJar doesn't pass plugin options to ScalaDoc call (compile passes):
error: no type parameters for method foo: (fa: F[A])String exist so that it can be applied to arguments (Int => Int)
--- because ---
argument expression's type is not compatible with formal parameter type;
found : Int => Int
required: ?F[?A]
foo { x: Int => x * 2 }
^
...
warning: there was one feature warning; re-run with -feature for details
model contains 3 documentable templates
one warning found
two errors found
1 targets failed
foo.docJar ammonite.ops.InteractiveShelloutException
mill.modules.Jvm$.subprocess(Jvm.scala:180)
mill.scalalib.ScalaModule.$anonfun$docJar$2(ScalaModule.scala:119)
mill.define.ApplyerGenerated.$anonfun$zipMap$3(ApplicativeGenerated.scala:9)
mill.define.Task$MappedDest.evaluate(Task.scala:348)
The text was updated successfully, but these errors were encountered:
keynmol
pushed a commit
to keynmol/mill
that referenced
this issue
May 18, 2018
Simplest example:
This is because
docJar
doesn't pass plugin options toScalaDoc
call (compile
passes):The text was updated successfully, but these errors were encountered: