You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi. On a project accidentally we used inaka_mixin/master branch instead of a given tag or pkg.
rebar3 compile was working, then after calling rebar3 upgrade and calling again rebar3 compile we had some:
XXX: missing specification for function YYY
compiler errors.
It happens only after upgrading to the latest master of inaka_mixer. If I revert the commit id to an older one the generated code contains the specs correctly.
Should I create an application proving the problem?
The text was updated successfully, but these errors were encountered:
Hi. On a project accidentally we used inaka_mixin/master branch instead of a given tag or pkg.
rebar3 compile was working, then after calling rebar3 upgrade and calling again rebar3 compile we had some:
compiler errors.
It happens only after upgrading to the latest master of inaka_mixer. If I revert the commit id to an older one the generated code contains the specs correctly.
Should I create an application proving the problem?
The text was updated successfully, but these errors were encountered: