-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Labels
Description
Locally, following what is described on CONTRIBUTING.md I run sbt docs/makeMicrosite
, but it fails with:
error: state.md:236:1: Expected compile errors but program compiled successfully without errors
val nextLong: State[Future[AsyncSeed], Future[Long]] = State { seedF =>
^
error: state.md:310:1: Expected compile errors but program compiled successfully without errors
val invalid = for {
^
error: state.md:329:1: Expected compile errors but program compiled successfully without errors
valid.run(Open)
^^^^^^^^^^^^^^^
info: Compiled in 26s (3 errors, 12 warnings)