exercism / lfe

Exercism exercises in Lisp Flavoured Erlang (LFE).
https://exercism.org/tracks/lfe
MIT License
25 stars 30 forks source link

luhn-number: provide CI example #197

Closed BNAndras closed 7 months ago

BNAndras commented 7 months ago

In #195, it was discovered the current Luhn example does not pass the test CI. There are no community solutions to copy so we'll need to add a new example so the CI passes. @ErikSchierboom, can we tag this issue so it shows up on the https://exercism.org/contributing/tasks page as an exercise to improve? The exercise also uses custom tests which we should swap out for the upstream ones from public-specifications.

kahgoh commented 7 months ago

I'd be happy to look into fixing the Luhn exercise.

ErikSchierboom commented 7 months ago

I guess I don't have to tag it then :)