== Compilation error on file lib/amrita/checkers/exceptions.ex ==
** (CompileError) lib/amrita/checkers/exceptions.ex:24: invalid rescue clause. The clause should match on an alias, a variable or be in the `var in [alias]` format
(elixir) src/elixir_exp_clauses.erl:22: :elixir_exp_clauses.clause/5
…
got below compile error:
Following by "https://groups.google.com/forum/#!topic/elixir-lang-talk/KUgeG3umQ1Y", compile error has resolved.
But then other error has occurred.
it seems for is_record function to due to be deprecated in elixir 0.13.3. Replacing to is_map, this error has resolved.
Simiraly, fixed at "lib/amrita/checkers/collection.ex:96" too.
But compile error involved deprecation has occurred yet…