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

feat: remove need of epmd #219

Closed
wants to merge 3 commits into from
Closed

feat: remove need of epmd #219

wants to merge 3 commits into from

Conversation

jozuas
Copy link
Contributor

@jozuas jozuas commented Sep 16, 2023

I've setup epmdless for the output of mix release.

I am not sure whether it's a good idea to make next-ls epmdless for development - it would involve a bit more work and would make remote shell connections a bit more challenging, namely, require a bunch of extra arguments. I've done some research and there does not seem to be a straightforward way to setup Erlang emulator flags in Elixir outside of mix release without using ERL_FLAGS environment variable.

Closes #204

@mhanberg
Copy link
Collaborator

I think that you'll need to pass some of those VM args to (like epmd_module) to the Port that starts the runtime, or else it will still use epmd

... but now I'm also wondering if that will work, since epmdless won't be installed in the runtime 🤔.

Let me know how it goes

Also, thank you so much for this contribution! I was just waffling whether to tackle this or to tackle something else, and you helped me make my choice 👍

@jozuas
Copy link
Contributor Author

jozuas commented Oct 5, 2023

Messed up my fork, and as we discussed this work is insufficient.

@jozuas jozuas closed this Oct 5, 2023
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.

epmdless
2 participants