scalameta / mdoc

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

improvement: Print array contents instead of toString #871

Closed tgodzik closed 2 months ago

tgodzik commented 2 months ago

Martin was adamant that we should always use toString instead of pprint which we use for Scala 2, but for Arrays it is quite useless and it seems REPL is also printing contents.

Related to https://github.com/scalameta/metals/issues/6499