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

Super ultra update to Elixir 1.5 #105

Merged
merged 3 commits into from
Oct 12, 2017
Merged

Super ultra update to Elixir 1.5 #105

merged 3 commits into from
Oct 12, 2017

Conversation

edgurgel
Copy link
Owner

@edgurgel edgurgel commented Oct 8, 2017

Connected to #104 & #101

I still need to fix the Dockerfile, exrm removal etc.

It should also fix #45

@edgurgel edgurgel changed the title Super ultra update to Elixir 1.5 [wip] Super ultra update to Elixir 1.5 Oct 8, 2017
@@ -49,18 +49,18 @@ defmodule Poxa.Adapter.GProc do
def channels(pid \\ :_) do
Ex2ms.fun do
{{:p, :l, {:pusher, channel}}, ^pid, _} -> channel
end |> select |> Enum.uniq
end |> select |> Enum.uniq
Copy link
Collaborator

Choose a reason for hiding this comment

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

Nit: Extra whitespace

Copy link
Owner Author

Choose a reason for hiding this comment

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

Nice catch. I should probably add credo after I finish this upgrade 😶

@edgurgel edgurgel force-pushed the update-all-the-things branch from 64285e2 to 4cdf8b2 Compare October 10, 2017 09:52
@edgurgel edgurgel changed the title [wip] Super ultra update to Elixir 1.5 Super ultra update to Elixir 1.5 Oct 12, 2017
@edgurgel edgurgel merged commit e47eee6 into master Oct 12, 2017
@edgurgel edgurgel deleted the update-all-the-things branch October 12, 2017 09:29
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.

Add support to configs via environment variables
2 participants