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

Erlang 27 Compatibility with Cover #248

Open
arcusfelis opened this issue Jul 15, 2024 · 1 comment
Open

Erlang 27 Compatibility with Cover #248

arcusfelis opened this issue Jul 15, 2024 · 1 comment

Comments

@arcusfelis
Copy link

Meck is not compatible with the latest version of cover.erl module in OTP 27.
See bug report in OTP: erlang/otp#8661

Reproduction Steps

  1. enable cover
  2. meck load
  3. meck unload
  4. export cover - this will never return.

Expected behavior

Meck unloading covered modules correctly?

Observed behavior

[Describe observed behavior here]

Versions

  • Meck version: 0.9.2
  • Erlang version: 27.0
@arcusfelis
Copy link
Author

Pretty sure, it can be because cover now has has_native_coverage/1 function + extra logic for it.

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

No branches or pull requests

1 participant