saleyn / erlexec

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

Make backward compatible with OTP-20 and less #117

Closed lpgauth closed 6 years ago

saleyn commented 6 years ago

Excellent! My previous attempt to accomplish the same failed by the compiler as I was ifdef'ing _:Reason:StackTrace directly in code instead of creating another indirection. So I didn't explore it further.