Closed aerosol closed 1 year ago
@aerosol Maybe OTP 25 does more checking on unused types. You can always take away the warning_as_errors
from datum.
You could append an override to the esq
rebar.conf file, to allow it to compile:
{overrides,
[{override, datum, [{erl_opts, [{platform_define, "^17.", 'OTP_17'}]}]}]
}.
Perfect, thanks @fogfish. The override did the trick, tests seem to be running fine.
Hi,
I wanted to give this a go locally, but I'm unable to build it with the recent otp. I haven't been following erlang too closely lately; do you perhaps know if there's a quick fix for the following error?
Thanks!