-
Notifications
You must be signed in to change notification settings - Fork 28
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
Bug with Hammox when upgrading Elixir #146
Comments
I’m getting pretty much the same error (Hammox 0.7.0, Erlang 27.0, Elixir 1.17.2-otp-27). I’m trying to retrofit Hammox to a project that currently uses Mox, so I don’t know whether it would have passed on older versions.
It looks like Hammox is trying to check a record type, which it doesn’t support. I think this may be an issue with typespecs that use |
I’ve added a specific issue for MapSet support (I don’t know how big an enhancement it would be). I’m not sure that’s exactly the same problem you have, but hopefully it’ll help narrow things down slightly. |
Hello,
I am upgrading from elixir 1.15 to 1.16.3, OTP version is the same 26.2.5
yet test that were passing in 1.15 are now failing with this error.
any idea what the issue might be?
** (FunctionClauseError) no function clause matching in Hammox.TypeEngine.match_type/2
The text was updated successfully, but these errors were encountered: