-
Notifications
You must be signed in to change notification settings - Fork 63
comments with 2.13 #246
Comments
I worked around it (for now) by moving the comments into the function body. |
This is causing typelevel/spire#759 to fail CI at the doc generation step |
For now I recommend only generating doc for 2.11 or 2.12 |
👍 |
I ended up doing this as a workaround: typelevel/cats-mtl@1e89758 |
has anyone looked into whether the root cause might be a regression in Scala itself? |
I think migrating everyone to mdoc in time is infeasible. A thorough investigation would be highly appreciated. |
Pureconfig is waiting on a fix for this too, which I mention mostly so I'll get notified of updates. |
This is as good a time as any to deprecate tut, so that's what I'm inclined to do. Mdoc is the way forward. |
@tpolecat Thanks for the heads up and for your years of work on tut. |
In 2.13 comments evidently work differently so something like
Will report an error and then continue just fine, but it will fail the compile.
See Gitter discussion at ☝️ February 3, 2019 1:14 PM
The text was updated successfully, but these errors were encountered: