scalameta / mdoc

Typechecked markdown documentation for Scala
https://scalameta.org/mdoc/
Apache License 2.0
394 stars 80 forks source link

bugfix: fix infinite evaluation #843

Closed kasiaMarek closed 5 months ago

kasiaMarek commented 6 months ago

https://github.com/scalameta/metals/issues/4796

kasiaMarek commented 5 months ago

Both wrapping into a class or a object have seem to have their own set of issues. To solve them, we'd have to put classes/objects into an objects and other code wrap into a class. After consideration it seems the best way to share this solution across tools would be to add script support into Scala 3 REPL.