This impact two files, the first one is lib/dogma/script.ex and we should a new pattern matching. The other one is present in lib/dogma/rule/infix_operator_padding.ex. This last one crash with this tuple:
{:sigil, {24, 10, nil}, 83, ["no-op with =~"], [], "{"}}
It seems that last elixir version add a new way to answer with tokens (a longer tuple). I made this patch with a small test. Please tell me if you are agree with this patch and/or you have same issues on your side.
Hi,
I actually have an issue with Dogma on last elixir release (1.8.1) running on Erlang/OTP 21.
This impact two files, the first one is
lib/dogma/script.ex
and we should a new pattern matching. The other one is present inlib/dogma/rule/infix_operator_padding.ex
. This last one crash with this tuple:It seems that last elixir version add a new way to answer with tokens (a longer tuple). I made this patch with a small test. Please tell me if you are agree with this patch and/or you have same issues on your side.