Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
kytrinyx opened this issue May 12, 2019 · 1 comment · Fixed by #83
Closed

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

kytrinyx opened this issue May 12, 2019 · 1 comment · Fixed by #83

Comments

@kytrinyx
Copy link
Member

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
Copy link
Member

NobbZ commented May 12, 2019

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.

NobbZ added a commit to NobbZ/xlfe that referenced this issue May 12, 2019
@NobbZ NobbZ mentioned this issue May 12, 2019
yurrriq pushed a commit that referenced this issue Feb 24, 2020
* fix export list

FIX #82

* fix syntax error in test file

* add example
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants