set aebytecode commit

This commit is contained in:
Hans Svensson 2019-09-03 12:22:26 +02:00
parent 470970d937
commit f0c728ef1e
3 changed files with 2 additions and 3 deletions

View File

@ -2,7 +2,7 @@
{erl_opts, [debug_info]}.
{deps, [ {aebytecode, {git, "https://github.com/aeternity/aebytecode.git", {ref,"72b2a58"}}}
{deps, [ {aebytecode, {git, "https://github.com/aeternity/aebytecode.git", {ref,"5e16b85"}}}
, {getopt, "1.0.1"}
, {eblake2, "1.0.0"}
, {jsx, {git, "https://github.com/talentdeficit/jsx.git",

View File

@ -1,7 +1,7 @@
{"1.1.0",
[{<<"aebytecode">>,
{git,"https://github.com/aeternity/aebytecode.git",
{ref,"72b2a581d5a6d488a208331da88de1a488ac2da1"}},
{ref,"5e16b85ae2385bdc010f319e2f2717c09cac3621"}},
0},
{<<"aeserialization">>,
{git,"https://github.com/aeternity/aeserialization.git",

View File

@ -548,7 +548,6 @@ init_env(_Options) -> global_env().
infer(Contracts, Options) ->
ets_init(), %% Init the ETS table state
try
io:format("Options = ~p\n", [Options]),
Env = init_env(Options),
create_options(Options),
ets_new(type_vars, [set]),