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
{{ message }}
This repository has been archived by the owner on Jan 16, 2019. It is now read-only.
I get the following output when compiling nicedecimal using rebar. This error is also present when compiling nicedecimal as a dependency of another project (jsx in my case).
==> nicedecimal (compile)
Compiled src/nicedecimal.erl
ebin/nicedecimal.beam: failed to delete temporary file ebin/nicedecimal.bea#: no such file or directory
ebin/nicedecimal.beam: failed to rename ebin/nicedecimal.bea# to ebin/nicedecimal.beam: no such file or directory
One possible fix is to add jobs=1 when compiling jsx, but this requires that all projects using jsx be compiled with jobs=1.
All the best,
Mark
The text was updated successfully, but these errors were encountered:
that's a race condition in the version of rebar nicedecimal includes. if you use your system rebar, you shouldn't see the error. regardless, i'll fix it. thanks
I get the following output when compiling nicedecimal using rebar. This error is also present when compiling nicedecimal as a dependency of another project (jsx in my case).
==> nicedecimal (compile)
Compiled src/nicedecimal.erl
ebin/nicedecimal.beam: failed to delete temporary file ebin/nicedecimal.bea#: no such file or directory
ebin/nicedecimal.beam: failed to rename ebin/nicedecimal.bea# to ebin/nicedecimal.beam: no such file or directory
One possible fix is to add jobs=1 when compiling jsx, but this requires that all projects using jsx be compiled with jobs=1.
All the best,
Mark
The text was updated successfully, but these errors were encountered: