Mark BROKEN

== Compilation error in file lib/gen_state_machine.ex ==
** (CaseClauseError) no case clause matching: ["3", "8", "2", "1"]
    lib/gen_state_machine.ex:473: (module)
    (stdlib) erl_eval.erl:680: :erl_eval.do_apply/6

Reported by:	pkg-fallout
This commit is contained in:
Antoine Brodin 2019-06-12 07:51:50 +00:00
parent 85e7fd8a2e
commit 950a388ef8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=504005

View File

@ -11,6 +11,8 @@ COMMENT= Idiomatic Elixir wrapper for gen_statem in OTP 19
LICENSE= APACHE20
BROKEN= fails to build
USES= elixir
USE_GITHUB= yes
GH_ACCOUNT= antipax