saleyn / erlexec

Execute and control OS processes from Erlang/OTP
https://hexdocs.pm/erlexec/readme.html
Other
541 stars 141 forks source link

Compile error #112

Closed yhafri closed 6 years ago

yhafri commented 6 years ago

Ubuntu-16.04 or CentOs7 with OTP-20, we get these compile time errors from master:

==> erlexec (compile)
WARN:  Failed to restore eps/erlexec/.rebar/erlcinfo file. Discarding it.
deps/erlexec/src/exec.erl:668: illegal pattern
deps/erlexec/src/exec.erl:670: variable 'Reason' is unbound
deps/erlexec/src/exec.erl:670: variable 'StackTrace' is unbound
deps/erlexec/src/exec.erl:558: Warning: missing specification for function default/0
saleyn commented 6 years ago

See comments to issue #110.