exercism / scala

Exercism exercises in Scala.
https://exercism.org/tracks/scala
MIT License
123 stars 131 forks source link

Rewrite test generators and update exercises #843

Open grzegorz-bielski opened 3 weeks ago

grzegorz-bielski commented 3 weeks ago

In the scope of Scala 3 migration in https://github.com/exercism/scala/pull/836 old test generators were removed as they were quite stale and didn't work as expected for some time now, after upgrading the libs during migration (mainly play-json) they stopped working completely.

https://github.com/exercism/scala/pull/836 introduced a new POC approach to test generators based on the old one in the testgen module. It's not yet used.

For each exercise, we need to:

In addition the core test gen code from POC could use following improvements:

This is blocked by: https://github.com/exercism/scala/issues/842