exercism / lfe

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

Fix the Hello World exercise so it passes with 'make test' on CI #82

Closed kytrinyx closed 4 years ago

kytrinyx commented 5 years ago

I do not know if this is failing locally, but on Travis CI we are getting the following failure:

===> Compiling exercises/hello-world/src/hello-world.lfe failed
/home/travis/build/exercism/lfe/exercises/hello-world/src/hello-world.lfe:9999: unbound function: #(from 1)
make: *** [test] Error 1
The command "make test" exited with 2.
NobbZ commented 5 years ago

Glancing over it, it was introduced in #79. For some reason there has no travis run taken place for that PR. If it were it would have catched the problem.