Skip to content

Commit

Permalink
Signed-off-by: Irsan van Wel <[email protected]>
Browse files Browse the repository at this point in the history
  • Loading branch information
Irsan van Wel committed Nov 24, 2017
1 parent 09ee870 commit 45ba371
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 2 deletions.
3 changes: 2 additions & 1 deletion rebar.config
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{erl_opts, [debug_info]}.
{plugins, [rebar3_hex]}.
{deps, [
{protobuffs, "0.8.4"},
{jsx, {git, "https://github.com/talentdeficit/jsx.git", {branch, "v2.8.0"}}}
{jsx, "2.8.3"}
]}.
26 changes: 26 additions & 0 deletions rebar3.crashdump
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
Error: einval
[{erlang,open_port,
[{spawn,"tty_sl -e"},[binary,eof]],
[{file,"erlang.erl"},{line,2112}]},
{rebar3_hex_user,get_password,1,
[{file,"c:/Users/irsan.vanwel/.cache/rebar3/plugins/rebar3_hex/src/rebar3_hex_user.erl"},
{line,125}]},
{rebar3_hex_user,hex_register,0,
[{file,"c:/Users/irsan.vanwel/.cache/rebar3/plugins/rebar3_hex/src/rebar3_hex_user.erl"},
{line,71}]},
{rebar3_hex_user,do,1,
[{file,"c:/Users/irsan.vanwel/.cache/rebar3/plugins/rebar3_hex/src/rebar3_hex_user.erl"},
{line,44}]},
{rebar_core,do,2,
[{file,"c:/Program Files (x86)/rebar3/_build/default/lib/rebar/src/rebar_core.erl"},
{line,153}]},
{rebar_prv_do,do_tasks,2,
[{file,"c:/Program Files (x86)/rebar3/_build/default/lib/rebar/src/rebar_prv_do.erl"},
{line,68}]},
{rebar_core,do,2,
[{file,"c:/Program Files (x86)/rebar3/_build/default/lib/rebar/src/rebar_core.erl"},
{line,153}]},
{rebar3,main,1,
[{file,"c:/Program Files (x86)/rebar3/_build/default/lib/rebar/src/rebar3.erl"},
{line,66}]}]

2 changes: 1 addition & 1 deletion src/erlang_rethinkdb.app.src
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{application, erlang_rethinkdb,
[{description, "Erlang Rethink Db Driver"},
{vsn, "0.0.2"},
{vsn, "0.2.1"},
{registered, []},
{mod, { erlang_rethinkdb_app, []}},
{applications,
Expand Down

0 comments on commit 45ba371

Please sign in to comment.