tonini / alchemist.el

Elixir Tooling Integration Into Emacs
http://www.alchemist-elixir.org
906 stars 103 forks source link

wrong type argument: commandp, alchemist-test-file #298

Open jonathan-soifer opened 7 years ago

jonathan-soifer commented 7 years ago

Hi,

I am working on a test file that I need to refactor/fix.

Expected:

<SPC> m t f to run the current opened test.

Actual Result:

wrong type argument: commandp, alchemist-test-file

When I try and run the tests from the command line, I have no problems with it (they're not all passing 😁 but the test suite runs just fine).

Anyone knows what might be causing this?

tonini commented 7 years ago

hi @jaysoifer I was not able to reproduce this issue with the current Alchemist version. Could you check out which version of Alchemist you're using with spacemacs?

CatTail commented 7 years ago

@tonini Having the same issue with Alchemist version 1.8.2, Emacs version 25.2

jonathan-soifer commented 7 years ago

@tonini I'm terribly sorry for the delay in the answer. I just moved to another country, still trying to get things going here. It might take a while for me to able to help here. Hopefully @CatTail 's info can help.

CatTail commented 7 years ago

BTW, I also should mention that my project is an umbrella app

ihorkatkov commented 6 years ago

Same issue

arjun289 commented 6 years ago

I am also facing a similar issue.