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

Fix Elixir 1.8 compile warnings #109

Merged
merged 2 commits into from
Jan 23, 2019

Conversation

ejscunha
Copy link
Contributor

To fix the compile warnings when using Elixir 1.8, Enum.into/2 was replace with Kernel.++/2 when a non-empty list was being provided as second argument.

Eduardo Cunha added 2 commits January 23, 2019 15:43
To fix the compile warnings when using Elixir 1.8, Enum.into/2 was
replace with Kernel.++/2 when a non-empty list was being provided
as second argument.
@ejscunha ejscunha force-pushed the fix/elixir-1-8-compile-warnings branch from b999fa5 to 46fb2a6 Compare January 23, 2019 15:52
Copy link
Collaborator

@meadsteve meadsteve left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice work 👍

@meadsteve meadsteve merged commit dc5d27f into meadery:master Jan 23, 2019
@meadsteve
Copy link
Collaborator

Merged. I'll hopefully release this soon. Thanks for your time.

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.

2 participants