Attention is currently required from: fixeria.
osmith has posted comments on this change by fixeria. ( https://gerrit.osmocom.org/c/erlang/osmo-epdg/+/42962?usp=email )
Change subject: rebar.config: use a fork of rebar3_diameter_compiler ......................................................................
Patch Set 1: Code-Review-1
(1 comment)
File rebar.config:
https://gerrit.osmocom.org/c/erlang/osmo-epdg/+/42962/comment/6ec95b05_20a7b... : PS1, Line 16: {git, "https://github.com/osmocom/rebar3_diameter_compiler.git", {branch, "main"}}} Let's use a specific commit here to make sure this is reproducible when e.g. trying to bisect a change later.
```suggestion {git, "https://github.com/osmocom/rebar3_diameter_compiler.git", {branch, "27e0a7f4f6ed8d0ca829d103dd35c85f21fff41b"}}} ```