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
would not parse because of erlex so i changed the Dialyxir.Warnings.PatternMatch.format_short/1 func to just output type and when i did that dialyzer would parse and return
Environment
elixir 1.8 / OTP 21
:dialyxir, "1.0.0-rc.6"
Current behavior
would not parse because of erlex so i changed the Dialyxir.Warnings.PatternMatch.format_short/1 func to just output type and when i did that dialyzer would parse and return
Failed to parse warning:
[{:"<<", 1}, {:<, 1}, {:, 1}, {:":", 1}, {:int, 1, 8}, {:",", 1}, {:, 1}, {:":", 1}, {:_, 1}, {:*, 1}, {:int, 1, 1}, {:">>", 1}, {:",", 1}, {:int, 1, 100}, {:>, 1}]
The text was updated successfully, but these errors were encountered: