You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I didn't have much time to investigate so I just added a @dialyzer ignore, but I didn't think it would impact dependant projects.
I can't look at that right now, but happy to merge any contribution to fix this. We can also remove Dialyzer from this project if it simplifies things - the value added for such a small library is arguably low.
I had some difficulty finding a good fix for this other than maybe doing something hacky. I think for now I'm just going to ignore the dialyzer error and call it a day.
Do you think it's possible dialyzer will still throw an error in dependent projects if you remove it from this project? This might be worth double checking just to be safe.
After the latest version bump to
2.0.0
, for some reason includingBurnex.is_burner?/1
in my application results in the following dialyzer error:I'm fairly confident that it's the
is_burner/1
function as the second I remove the error goes away. Any thoughts on what's causing this?The text was updated successfully, but these errors were encountered: