exercism / red

Exercism exercises in Red.
https://exercism.org/tracks/red
MIT License
21 stars 14 forks source link

Launch Red track #64

Closed loziniak closed 2 years ago

loziniak commented 2 years ago

It seems we have everything ready, except #48 - Continuous Integration. @ErikSchierboom said he can help with scripts and GitHub Actions, once we implement automated testing of all exercises at once.

ErikSchierboom commented 2 years ago

PR opened

loziniak commented 2 years ago

Now, that PR #65 is merged, next steps to lanuch can be taken.

loziniak commented 2 years ago

@ErikSchierboom what's next?

ErikSchierboom commented 2 years ago

I'm testing the track right now!

ErikSchierboom commented 2 years ago

While not a hard requirement, a nice improvement might be to customize the snippet extractor to skip over comments and such. See https://exercism.org/docs/building/tooling/snippet-extractor and https://github.com/exercism/snippet-extractor/#add-your-language.

ErikSchierboom commented 2 years ago

Another would be to support correct line counting. For that, we use the tokei library, which unfortunately doesn't support red at the moment: https://github.com/XAMPPRocky/tokei#supported-languages Adding a language should not be that hard: https://github.com/XAMPPRocky/tokei/blob/master/CONTRIBUTING.md Fun fact: the recently launched unison track did this: https://github.com/XAMPPRocky/tokei/pull/920

Once the PR has been merged, let me know.

ErikSchierboom commented 2 years ago

Issues created: #66 and #67