Closed loziniak closed 2 years ago
Now, that PR #65 is merged, next steps to lanuch can be taken.
@ErikSchierboom what's next?
I'm testing the track right now!
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.
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.
Issues created: #66 and #67
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.