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 there - I'd love to use rotor and coffee_rotor to compile coffeescript to js in my phoenix project. However when I tried to compile my project after doing mix deps.get with the rotor config - setup.. it attempted to pull down and compile erlang_js since this is a dependancy.. this failed. I then went to pull the latest from github on erlang_js and compile it and this broke as well.. :(
The important parts of the error are:
Compiled src/erlang_js.erl Compiled src/js.erl src/js_benchmark.erl:41: erlang:now/0: Deprecated BIF. See the "Time and Time Correction in Erlang" chapter of the ERTS User's Guide for more information. src/js_benchmark.erl:43: erlang:now/0: Deprecated BIF. See the "Time and Time Correction in Erlang" chapter of the ERTS User's Guide for more information. ERROR: compile failed while processing /Users/steveforkin/Work/elixir-workbench/erlang_js: rebar_abort make: *** [compile] Error 1
The text was updated successfully, but these errors were encountered:
@netflakes It's been so for a while. Looks like Basho hasn't updated erlang_js to work with latest versions of erlang. The time deprecation is from Erlang 18 changes.
Hi there - I'd love to use rotor and coffee_rotor to compile coffeescript to js in my phoenix project. However when I tried to compile my project after doing mix deps.get with the rotor config - setup.. it attempted to pull down and compile erlang_js since this is a dependancy.. this failed. I then went to pull the latest from github on erlang_js and compile it and this broke as well.. :(
The important parts of the error are:
Compiled src/erlang_js.erl Compiled src/js.erl src/js_benchmark.erl:41: erlang:now/0: Deprecated BIF. See the "Time and Time Correction in Erlang" chapter of the ERTS User's Guide for more information. src/js_benchmark.erl:43: erlang:now/0: Deprecated BIF. See the "Time and Time Correction in Erlang" chapter of the ERTS User's Guide for more information. ERROR: compile failed while processing /Users/steveforkin/Work/elixir-workbench/erlang_js: rebar_abort make: *** [compile] Error 1
The text was updated successfully, but these errors were encountered: