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.traverse/4` with `Macro.traverse/4` #30

Closed ma2gedev closed 3 years ago

ma2gedev commented 3 years ago

It's able to replace with Macro.traverse/4 now. The code was changed between PowerAssert.Ast.traverse/4 and Macro.traverse/4 but the behavior was not changed.

close #28