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

Upgrades Elixir and dependencies #14

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

davejlong
Copy link
Member

@davejlong davejlong commented Sep 26, 2017

Upgrades Elixir support to 1.5. Upgrades all dependencies to their latest
versions.

@sourcelevel-bot
Copy link

Ebert has finished reviewing this Pull Request and has found:

  • 2 fixed issues! 🎉

You can see more details about this review at https://ebertapp.io/github/operable/probe/pulls/14.

@davejlong
Copy link
Member Author

davejlong commented Sep 26, 2017

GenEvent has been deprecated as of Elixir 1.5. Suggested replacements are Supervisor with GenServers or GenStage. I'm interested in trying GenStage as it's geared to be more stable, handling backpressure and multiple ways to handle the log output.

@davejlong davejlong changed the title [WIP] Upgrades Elixir and dependencies Upgrades Elixir and dependencies Sep 26, 2017
@coveralls
Copy link

Coverage Status

Coverage remained the same at 58.0% when pulling 7343b6a on davejlong:elixir-upgrades into 9dbeaa7 on operable:master.

@davejlong
Copy link
Member Author

The library now supports Elixir 1.5 with a deprecation notice for GenEvent, so I expect for Elixir 1.6 we’ll have to replace GenEvent, but it’s okay for right now.

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

Successfully merging this pull request may close these issues.

3 participants