I don't know if this is a rebar3 bug or an eqwalizer bug, but elp 1.1.0+build-2025-12-12 works fine with rebar 3.25.1 on Erlang/OTP 28 Erts 16.4 but fails with rebar 3.26.0 on Erlang/OTP 28 Erts 16.3.1. It gives the following error message:
Failed to decode rebar build info for config file Rebar(RebarConfig { config_file: AbsPathBuf("/__w/kafine/kafine/rebar.config.script"), profile: Profile("test") }): expected a list, got: Map(Map { map: {Atom(Atom { name: "TEST" }): Binary(Binary { bytes: [116, 114, 117, 101] })} })
Same error with rebar 3.27.0 on Erlang/OTP 28 Erts 16.4, so it looks like something broke in 3.26.0 or so.
I don't know if this is a rebar3 bug or an eqwalizer bug, but
elp 1.1.0+build-2025-12-12works fine withrebar 3.25.1 on Erlang/OTP 28 Erts 16.4but fails withrebar 3.26.0 on Erlang/OTP 28 Erts 16.3.1. It gives the following error message:Same error with
rebar 3.27.0 on Erlang/OTP 28 Erts 16.4, so it looks like something broke in 3.26.0 or so.