We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
1> meck:new(lists, [passthrough, unstick]). Crash dump was written to: erl_crash.dump The code server called the unloaded module `lists'
The text was updated successfully, but these errors were encountered:
I'm getting the same when mocking os or filename.
Sorry, something went wrong.
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.
No branches or pull requests
The text was updated successfully, but these errors were encountered: