exercism / lfe

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

fix export list #83

Closed NobbZ closed 4 years ago

NobbZ commented 5 years ago

FIX #82

NobbZ commented 5 years ago

Personally I'd prefer to not provide a stub that already passes the tests, instead I'd prefer to have a stub that already returns a string saying "fix me" or something like that.

But this PR is mean as a quickfix. And I wanted to keep changes small.

We should look into exercise architecture in a separate issue.

NobbZ commented 5 years ago

I've just seen that there are more issues, I think I have to do it locally then and not through GH UI.

NobbZ commented 5 years ago

Tests are green now.

yurrriq commented 4 years ago

Thanks for this, and for your patience!