-
Notifications
You must be signed in to change notification settings - Fork 15
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
Help using eflambe on Elixir #43
Comments
hi @jschaeff that error seems to be indicating that |
I think it came as a dependency of eflambe.
I can also find it in my _build/dev/lib directory. And in iex, seems to be known:
|
Is that iex shell running in your release?
That is your build directory for local dev. Releases are typically generated at |
You've pinned it. Thank you. I needed to explicitely put meck in my mix.exs in order to be included in the release. Is this normal ? Now, with meck explicitely declared and included in the release, the error message changed:
Same error message if I try with a standard module:
|
eflambe declares meck as a regular dependency, but the elfambe.app.src file doesn't list meck in the list of applications. That is probably why. I will update the code.
This library can only work with code compiled with |
Thanks again for your help, I really appreciate it. Searching documentation about In mix.exs:
Cleaned up Finaly, connect remotely to the BEAM VM
still no luck ... I have the fealing I do not do it the right way ... |
Check out the |
I'm looking into this. Thank you. Side question: all those settings needed, make me wonder if using eflambe into a release is the right way to do ? Sould I use it another way ? Using mix run for instance ? If yes, how to do this ? Cheers |
You nailed it. I added Thanks again for your work and support. Still I wonder if there is a more straightforward way to use eflambe ? Would you find it usefull if I write some supplementary exemple in your project's README for running this in an elixir project ? |
Uuhhh, I just saw your video tutorial ... I should have started from there. https://www.youtube.com/watch?v=fRNdej-UXKQ |
You are welcome to contribute docs (in readme or Erlang files). I figured most folks would not be using eflambe in releases so I didn't document that in the readme. It might be a good addition to the Usage section though. |
Hi,
thank you for your work, I'm giving it a try but face errors I can't interpret.
I run my application by building a release, executing it and then using the remote command to interact with the VM.
There, I run the following command:
I use Elixir 1.16 on OTP 26
thanks
The text was updated successfully, but these errors were encountered: