Closed
Description
I was able to get the ScalaCheck code base to compile with Dotty 0.19.0-RC1, but dotty doc fails to run. It's choking on the UserGuide.md
file. You can see it happening here:
Here's the failing Travis job:
https://travis-ci.org/typelevel/scalacheck/jobs/589777956
I tried to create a minimal example by adding a UserGuide.md
, but dotty doc works fine:
ashawley/dotty-example-project#1
I predict there is something strange about the ScalaCheck build configuration in sbt that is causing the doc
task to fail for dotty.