basho / erlang_js

A linked-in driver for Erlang to Mozilla's Spidermonkey Javascript runtime.
Apache License 2.0
238 stars 88 forks source link

OTP 18 support #51

Open jedhu0 opened 8 years ago

jedhu0 commented 8 years ago

Compiling src/js_benchmark.erl failed: 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 /project_path/erlang_js: rebar_abort \ (Mix) Could not compile dependency :erlang_js, "$HOME/.mix/rebar" command failed. You can recompile this dependency with "mix deps.compile erlang_js", update it with "mix deps.update erlang_js" or clean it with "mix deps.clean erlang_js"

cmeiklejohn commented 8 years ago

See #52.

jedhu0 commented 8 years ago

@cmeiklejohn cool !

pichi commented 8 years ago

See #49.

It's simpler and far less invasive.