scala icon indicating copy to clipboard operation
scala copied to clipboard

Exercism exercises in Scala.

Results 26 scala issues
Sort by recently updated
recently updated
newest added
trafficstars

This runs the `bin/configlet fmt --update` command to reformat the exercise configs.

ℹ More info: https://github.com/exercism/org-wide-files/commit/0328994b105cecbf8d5bcab2a7fc5b9791685f87 👁 Tracking issue: https://github.com/exercism/org-wide-files/issues/384

ℹ More info: https://github.com/exercism/org-wide-files/commit/5ccdeb6ebe24182f48466a9e7cc27370cdcbcfe7 👁 Tracking issue: https://github.com/exercism/org-wide-files/issues/360

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...

Currently, the tests (`bin/test`) are really slow as they start a new sbt shell for each exercise. In the CI this takes around 20 minutes (!). Ideally this should be...