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

Update Project to Elixir v1.12 #145

Closed
3 tasks done
nelsonic opened this issue Apr 4, 2021 · 5 comments
Closed
3 tasks done

Update Project to Elixir v1.12 #145

nelsonic opened this issue Apr 4, 2021 · 5 comments
Labels
chore a tedious but necessary task often paying technical debt enhancement New feature or enhancement of existing functionality help wanted If you can help make progress with this issue, please comment! please-test Please test the feature in Staging Environment and confirm it's working as expected. T25m Time Estimate 25 Minutes technical A technical issue that requires understanding of the code, infrastructure or dependencies

Comments

@nelsonic
Copy link
Member

nelsonic commented Apr 4, 2021

At present we are seeing the following error:

** (Mix) You're trying to run :auth on Elixir v1.11.2 but it has declared in its mix.exs file it supports only Elixir ~> 1.10.4

This is because our mix.exs file specifies 1.10.4:

auth/mix.exs

Line 8 in 5d04424

elixir: "~> 1.10.4",

Same in elixir_buildpack.config:

elixir_version=1.10.4

Meanwhile people running a later version of Elixir e.g. Elixir 1.11.2 sees the error.

José 👑 published v1.12.0-rc.0 yesterday 🎉 https://github.com/elixir-lang/elixir/releases so we might as well go for that.

Todo

  • Update mix.exs to latest Elixir version
  • Update .travis.yml to latest Elixir
  • Update elixir_buildpack.config (the version used on Heroku)
@nelsonic nelsonic added enhancement New feature or enhancement of existing functionality help wanted If you can help make progress with this issue, please comment! chore a tedious but necessary task often paying technical debt T25m Time Estimate 25 Minutes technical A technical issue that requires understanding of the code, infrastructure or dependencies labels Apr 4, 2021
@nelsonic nelsonic changed the title Update Project to Elixir v1.12 Update Project to Elixir v1.11.2 Apr 30, 2021
@nelsonic
Copy link
Member Author

1.12 released today https://news.ycombinator.com/item?id=27206656 🎉

@nelsonic nelsonic changed the title Update Project to Elixir v1.11.2 Update Project to Elixir v1.12 May 19, 2021
@nelsonic
Copy link
Member Author

Updated to latest:

elixir -v
Erlang/OTP 24 [erts-12.0.3] [source] [64-bit] [smp:8:8] [ds:8:8:10] [async-threads:1] [jit] [dtrace]

Elixir 1.12.2 (compiled with Erlang/OTP 24)

@nelsonic
Copy link
Member Author

Getting an argument error after updating the version of fields: dwyl/fields#86 need to sort this first. ⏳

@nelsonic
Copy link
Member Author

nelsonic commented Oct 5, 2021

Next error to resolve: #146

nelsonic added a commit that referenced this issue Oct 7, 2021
nelsonic added a commit that referenced this issue Oct 7, 2021
nelsonic added a commit that referenced this issue Oct 7, 2021
nelsonic added a commit that referenced this issue Oct 7, 2021
@nelsonic nelsonic mentioned this issue Oct 7, 2021
3 tasks
@SimonLab SimonLab added the please-test Please test the feature in Staging Environment and confirm it's working as expected. label Oct 12, 2021
@SimonLab
Copy link
Member

Versions updated and deployed on Heroku with #147

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore a tedious but necessary task often paying technical debt enhancement New feature or enhancement of existing functionality help wanted If you can help make progress with this issue, please comment! please-test Please test the feature in Staging Environment and confirm it's working as expected. T25m Time Estimate 25 Minutes technical A technical issue that requires understanding of the code, infrastructure or dependencies
Projects
None yet
Development

No branches or pull requests

2 participants