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

Solve #54 is not loaded and cannot be found #55

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

asiniy
Copy link
Contributor

@asiniy asiniy commented Jun 14, 2017

According to ensure_loaded docs:

Elixir also contains an ensure_compiled/1 function that is a superset of ensure_loaded/1.

Since Elixir’s compilation happens in parallel, in some situations you may need to use a module that was not yet compiled, therefore it can’t even be loaded.

So, this compiled code will not affect RAM somehow.

@keichan34 it it works for you, please release a new version

@keichan34
Copy link
Owner

Hmm... This fix would make ecto required, though. To correctly fix this, I should break the ecto stuff out of the main exfile and put it in to a separate exfile-ecto package...

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