Closed paulsabou closed 3 months ago
Hi! I have no idea, I don't use Dialyzer :)
If you want to look into it and it turns out to be some issue, then feel free to file a fix! My gut feel is that it's because your hook implementation is empty, it's probably not going to happen if you have full logic in there.
Thanks for your quick reply @whitfin. I will check it out and if needed will file a fix!
I get an unexpected dyalizer error with cachex when I use the hook feature. Am I doing something wrong or I just discovered a minor dyalyzer issue in cachex?
I use cachex 3.6 & elixir 1.17
When using a cachex hook I get the following dialyzer error:
My hook is really simple. Looks like this