Add support for older Erlang versions
Closed this issue · 3 comments
Currently eflambe fails to compile on older Erlang/OTP versions, i've personally tested in 18 and 19. I've identified the usage of the new logger and new gen_server
callbacks like handle_continue
to be the problem. This tool is incredibly valuable and would be handy to have for people working on legacy codebases. I can contribute this change but wanted to check if this is something the authors will be interested since it will add some workarounds that are not so beautiful.
Yes, a contribution for this would be welcome if we can keep changes compatible with Erlang 24 and 25 as well. Thanks!
@codeadict is this still something you need?
A contribution is still welcome here - it should be easy enough to get working on Erlang 18 and 19 with minimal effort. So far no one else has requested support for older versions so I'm closing this issue.