eflambe icon indicating copy to clipboard operation
eflambe copied to clipboard

Add support for older Erlang versions

Open codeadict opened this issue 2 years ago • 2 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.

codeadict avatar Jun 06 '22 17:06 codeadict

Yes, a contribution for this would be welcome if we can keep changes compatible with Erlang 24 and 25 as well. Thanks!

Stratus3D avatar Jun 06 '22 19:06 Stratus3D

@codeadict is this still something you need?

Stratus3D avatar Aug 31 '22 14:08 Stratus3D

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.

Stratus3D avatar Oct 08 '22 01:10 Stratus3D