I just updated my project dependencies this morning and mix dialyzer is broken. Then, I found it's on Plug.Conn.Query.decode/1 call. After search the latest changes/release, I found that the spec for the function hasn't changed, while the default for 2nd argument(initial) changed from empty map to empty list/keyword on this commit
I just updated my project dependencies this morning and
mix dialyzer
is broken. Then, I found it's onPlug.Conn.Query.decode/1
call. After search the latest changes/release, I found that the spec for the function hasn't changed, while the default for 2nd argument(initial) changed from empty map to empty list/keyword on this commitWill create PR for this