scalalandio / chimney

Scala library for boilerplate-free, type-safe data transformations
https://chimney.readthedocs.io
Apache License 2.0
1.17k stars 94 forks source link

Test more previously ignored snippets #534

Closed MateuszKubuszok closed 5 months ago

MateuszKubuszok commented 5 months ago

Removes the need of maintaining a list of snippets that should be ignored - everything is handled as in vanilla ScalaCLI.md Spec (but decorated with default Scala and MkDocs Macros interpolation).

Since Scala 3 enums has a bug that makes them throw compiler assertions when using snippet.sc as a workaround all of them are using @main def example: Unit = { ... }.