Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: update ink to v1.1 to fix Mix module not found #1504

Merged
merged 3 commits into from
May 14, 2020
Merged

Conversation

unnawut
Copy link
Contributor

@unnawut unnawut commented May 12, 2020

Closes #1477

Overview

Update :ink (the json logger) to v1.1.0 to bring in the fix for "module Mix is not available".

Changes

Updated ink requirement to "~> 1.1".

All the was ran:

$ mix deps.update ink
Resolving Hex dependencies...
Dependency resolution completed:
Unchanged:
  binary 0.0.5
  briefly 0.3.0
  bunt 0.2.0
  certifi 2.5.1
  connection 1.0.4
  cors_plug 2.0.2
  cowboy 1.1.2
  cowlib 1.0.2
  credo 1.3.2
  db_connection 2.2.1
  decimal 1.8.1
  decorator 1.3.2
  dialyxir 1.0.0
  earmark 1.4.3
  ecto 3.3.4
  ecto_sql 3.3.4
  erlex 0.2.6
  erlexec 1.10.9
  ethereumex 0.6.0
  ex_abi 0.2.2
  ex_doc 0.20.2
  ex_machina 2.4.0
  ex_rlp 0.5.3
  exactor 2.2.4
  excoveralls 0.12.3
  exjsx 4.0.0
  exth_crypto 0.1.6
  exvcr 0.11.1
  fake_server 1.5.0
  hackney 1.15.2
  httpoison 1.4.0
  idna 6.0.0
  jsx 2.8.3
  keccakf1600_orig 2.0.0
  licensir 0.2.7
  makeup 1.0.0
  makeup_elixir 0.14.0
  meck 0.8.13
  merkle_tree 2.0.0
  metrics 1.0.1
  mime 1.3.1
  mimerl 1.2.0
  mix_audit 0.1.3
  msgpax 2.2.4
  nimble_parsec 0.5.3
  optimal 0.3.6
  parse_trans 3.3.0
  phoenix 1.4.16
  phoenix_pubsub 1.1.2
  plug 1.10.0
  plug_cowboy 1.0.0
  plug_crypto 1.1.2
  poison 4.0.1
  poolboy 1.5.2
  postgrex 0.15.3
  propcheck 1.2.0
  proper 1.3.0
  ranch 1.3.2
  rocksdb 1.5.1
  sentry 7.2.3
  spandex 2.4.3
  spandex_datadog 0.5.0
  spandex_ecto 0.6.1
  spandex_phoenix 0.4.1
  ssl_verify_fun 1.1.5
  telemetry 0.4.1
  unicode_util_compat 0.4.1
  vmstats 2.4.0
  yamerl 0.7.0
  yaml_elixir 2.4.0
Upgraded:
  ink 1.0.3 => 1.1.0
  jason 1.1.2 => 1.2.1
* Updating jason (Hex package)
* Updating ink (Hex package)

Testing

All CI steps should pass.

@unnawut unnawut requested a review from T-Dnzt as a code owner May 12, 2020 04:10
@unnawut unnawut self-assigned this May 12, 2020
@coveralls
Copy link

coveralls commented May 12, 2020

Coverage Status

Coverage remained the same at 78.167% when pulling afc94ae on unnawut/bump-ink into a3caa1b on master.

@unnawut unnawut merged commit d118f21 into master May 14, 2020
@unnawut unnawut deleted the unnawut/bump-ink branch May 14, 2020 09:28
@unnawut unnawut added the bug Something isn't working label Aug 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

UndefinedFunctionError: function Mix.env/0 is undefined (module Mix is not available)
4 participants