Ólafur Páll Geirsson

Results 361 comments of Ólafur Páll Geirsson

@hmf thanks for the update. Feel free to add only the hooks that you need. We can add `onWatchIterationEnd` separately. > I am using MDoc as a Mill task. Mill...

Thank you for reporting! This looks like an IntelliJ regression since nothing changed on the MUnit side. Can you report to YouTrack instead?

Thank you for reporting! Have you tried using the current APIs? Mdoc has several classes/methods you might be interested in - the worksheet API at https://github.com/scalameta/mdoc/blob/5eaa1149c314d88a4e6809f3e97e538eb4dccdce/mdoc-interfaces/src/main/scala/mdoc/interfaces/Mdoc.java The official, non-internal, way...

The JS tests were failing for me locally, even on main, so I wasn't able to confirm this didn't cause unwanted regressions. I expect a few test cases will fail...

Thank you for reporting! I'm able to reproduce. It's a weird issue since the URL of the suite is "ReporterSuite.scala" as expected To help diagnose the problem, how do I...

IntelliJ seems to be picking up the correct test suite name

Thanks! I don't expect I'll look into this myself since I don't use HTML reports in Gradle but contributions are welcome.

> I think a modifier like no-pprint will be very welcome, by, say, FP folks. @keynmol there is a `mdoc:to-string` modifier that disables pprint https://scalameta.org/mdoc/docs/modifiers.html#to-string

Thank you for reporting! I'm unable to reproduce ````sh ❯ cat docs/index.md ```scala mdoc val x = 1 ``` ```scala mdoc:fail x = 10 ``` ```scala mdoc { val a...

Thank you for reporting! Have you tried the `--include` and `--exclude` flags? ``` --include [ ...] (default: []) Glob to filter which files to process. Defaults to all files. Example:...