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

What's the plan on Elixir version support? #12

Closed
fenollp opened this issue Feb 27, 2019 · 2 comments
Closed

What's the plan on Elixir version support? #12

fenollp opened this issue Feb 27, 2019 · 2 comments

Comments

@fenollp
Copy link
Contributor

fenollp commented Feb 27, 2019

On Elixir 1.8:

==> opus
Compiling 13 files (.ex)
warning: System.stacktrace/0 outside of rescue/catch clauses is deprecated. If you want to support only Elixir v1.7+, you must access __STACKTRACE__ inside a rescue/catch. If you want to support earlier Elixir versions, move System.stacktrace/0 inside a rescue/catch
  lib/opus/safe.ex:31

warning: System.stacktrace/0 outside of rescue/catch clauses is deprecated. If you want to support only Elixir v1.7+, you must access __STACKTRACE__ inside a rescue/catch. If you want to support earlier Elixir versions, move System.stacktrace/0 inside a rescue/catch
  lib/opus/safe.ex:37

warning: System.stacktrace/0 outside of rescue/catch clauses is deprecated. If you want to support only Elixir v1.7+, you must access __STACKTRACE__ inside a rescue/catch. If you want to support earlier Elixir versions, move System.stacktrace/0 inside a rescue/catch
  lib/opus/safe.ex:46

Generated opus app

I see CI uses 1.4/1.5. Do you plan to move minimal required version to at least 1.7 anytime?
Thanks

@zorbash
Copy link
Owner

zorbash commented Feb 27, 2019

@fenollp Why would we move the minimal required version to at least 1.7.
I haven't tried it with Elixir >= 1.7 yet, but it should definitely be supported.

@zorbash
Copy link
Owner

zorbash commented Mar 9, 2019

@fenollp 1.7 is now supported and tested on Travis.

@zorbash zorbash closed this as completed Mar 9, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants