Add integration test #20
Annotations
1 error and 4 warnings
Run mix deps.get && mix deps.compile && mix compile --warnings-as-errors && mix test
Process completed with exit code 1.
|
Run mix deps.get && mix deps.compile && mix compile --warnings-as-errors && mix test
min..max inside match is deprecated, you must always match on the step: min..max//var or min..max//_ if you want to ignore it
|
Run mix deps.get && mix deps.compile && mix compile --warnings-as-errors && mix test
in order to compile .yrl files, you must add "compilers: [:yecc] ++ Mix.compilers()" to the "def project" section of erlex's mix.exs
|
Run mix deps.get && mix deps.compile && mix compile --warnings-as-errors && mix test
in order to compile .xrl files, you must add "compilers: [:leex] ++ Mix.compilers()" to the "def project" section of erlex's mix.exs
|
Run mix deps.get && mix deps.compile && mix compile --warnings-as-errors && mix test
first..last inside match is deprecated, you must always match on the step: first..last//var or first..last//_ if you want to ignore it
|
Loading