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

Unable to mock lists module #87

Closed
eproxus opened this issue Nov 4, 2012 · 2 comments
Closed

Unable to mock lists module #87

eproxus opened this issue Nov 4, 2012 · 2 comments
Labels

Comments

@eproxus
Copy link
Owner

eproxus commented Nov 4, 2012

1> meck:new(lists, [passthrough, unstick]).

Crash dump was written to: erl_crash.dump
The code server called the unloaded module `lists'
@uuid0
Copy link

uuid0 commented Sep 19, 2013

I'm getting the same when mocking os or filename.

@eproxus
Copy link
Owner Author

eproxus commented Sep 25, 2013

I think there are a few modules that have this problem, as the compiler (which Meck uses internally) relies on them.

The only practical solution I see to this problem is to not use the compiler, which would be tricky indeed.

@eproxus eproxus closed this as completed Mar 31, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants