tut icon indicating copy to clipboard operation
tut copied to clipboard

Cross compile with the full Scala version. (support Scala 2.13.1)

Open xuwei-k opened this issue 4 years ago • 2 comments

because tut depends on scala compiler.

e.g. tut does not work with Scala 2.13.1

[error] (run-main-1) java.lang.NoSuchMethodError: scala.tools.nsc.Settings.usejavacp()Lscala/tools/nsc/settings/AbsSettings$AbsSetting;

similar issue https://github.com/typelevel/kind-projector/issues/15

Maybe same issue(?) https://github.com/tpolecat/tut/issues/255

xuwei-k avatar Oct 01 '19 11:10 xuwei-k

Any updates here @tpolecat ? Being hit by the same problem currently, oddly only on Travis.

alexflav23 avatar Jan 20 '20 17:01 alexflav23

tut is unmaintained, please switch to mdoc

tpolecat avatar Jan 20 '20 17:01 tpolecat