Follow up of https://github.com/elixir-lang/elixir/issues/11331
The goal is to warn on `assert %{} = value` that user meant `assert %{} ==
value` and inform user that if they want to check whether the returned
value is really map, then they should use `assert is_map(value)` instead.
PR with sample implementation
- https://github.com/elixir-lang/elixir/pull/11333
--
You received this message because you are subscribed to the Google Groups
"elixir-lang-core" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/elixir-lang-core/44b23c21-5f6c-4cc1-82e5-543b02a343f8n%40googlegroups.com.