ma2gedev / power_assert_ex

Power Assert in Elixir. Shows evaluation results each expression.
https://github.com/ma2gedev/power_assert_ex
Other
214 stars 6 forks source link

Replace `PowerAssert.Ast` with `Macro.traverse/4` #28

Closed ma2gedev closed 3 years ago

ma2gedev commented 3 years ago

It's time to switch Elixir's Macro.traverse/4. But Elixir's one was changed from original code, so should check the behavior.

https://github.com/elixir-lang/elixir/pull/3832