Skip to content

Provide Function Name in Code File #210

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

Merged
merged 74 commits into from
Oct 4, 2022
Merged

Provide Function Name in Code File #210

merged 74 commits into from
Oct 4, 2022

Conversation

nitincodery
Copy link
Contributor

How one would know the right name of the function used in test file?, I made function name just hamming () and ran, it failed all test cases, then I checked test file and came to know the function name should be hamming-distance (), so it should be given in code file, like it is provided in other languages.

How one would know the right name of the function used in test file?, I made function name just `hamming ()` and ran, it failed all test cases, then I checked test file and came to know the function name should be `hamming-distance ()`, so it should be given in code file, like it is provided in other languages.
@ErikSchierboom
Copy link
Member

I agree with this. I'm happy to merge this, but it would be even more awesome if you could apply this to the other exercises too. Would you be willing to do that? No worries if not.

@nitincodery
Copy link
Contributor Author

Yes! I will apply it to all the other exercises.

@nitincodery
Copy link
Contributor Author

nitincodery commented Oct 2, 2022

I've completed adding functions to all the code files and checked them all twice and fixed all typos I did.

Handed over to review and merge team.

(I was in hurry and pressed close pull request instead of comment 😂)

@nitincodery nitincodery closed this Oct 2, 2022
@nitincodery nitincodery reopened this Oct 2, 2022
@ErikSchierboom ErikSchierboom merged commit 2f9f123 into exercism:main Oct 4, 2022
@ErikSchierboom
Copy link
Member

Great work! Thanks.

fapdash added a commit to fapdash/exercism--emacs-lisp that referenced this pull request Oct 5, 2022
-
https://github.com/exercism/emacs-lisp/blob/8848da5d17e639f61bb9840fd55d12ee5b1873f3/.github/workflows/ci.yml
  didn't exit with an error code if exercise tests where failing
- This was noticed because the tests for
  exercism#210 did fail
  but the bash script didn't register the failure.
fapdash added a commit to fapdash/exercism--emacs-lisp that referenced this pull request Oct 5, 2022
-
https://github.com/exercism/emacs-lisp/blob/8848da5d17e639f61bb9840fd55d12ee5b1873f3/.github/workflows/ci.yml
  didn't exit with an error code if exercise tests where failing
- This was noticed because the tests for
  exercism#210 did fail
  but the bash script didn't register the failure.
ErikSchierboom pushed a commit that referenced this pull request Oct 6, 2022
-
https://github.com/exercism/emacs-lisp/blob/8848da5d17e639f61bb9840fd55d12ee5b1873f3/.github/workflows/ci.yml
  didn't exit with an error code if exercise tests where failing
- This was noticed because the tests for
  #210 did fail
  but the bash script didn't register the failure.
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 this pull request may close these issues.

2 participants