exercism / scala

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

[v3] Move Practice Exercise example files to .meta directory #661

Closed ErikSchierboom closed 3 years ago

ErikSchierboom commented 3 years ago

The example implementation files for Practice Exercises should be located in the .meta directory. Besides being consistent with Concept Exercises, it also has the added benefit that no extra configuration is needed to prevent the example file from being downloaded to the student (as files in the .meta directory are never downloaded).

See the spec.

This PR attempts to detect these example files and move them to the exercise's .meta directory.

Note that this change will likely break your CI, so feel free to either merge this and fix the build later, or push a fix to this PR.

Tracking

https://github.com/exercism/v3-launch/issues/18

angelikatyborska commented 3 years ago

A duplicate of https://github.com/exercism/scala/pull/670 that was already merged. This can be closed 🙂