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 for change of gen_server behaviour introduced in 1.4 elixir #11

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

fix for change of gen_server behaviour introduced in 1.4 elixir #11

wants to merge 1 commit into from

Conversation

firinflamez
Copy link

The following change to gen_server
elixir-lang/elixir@d9cdeeb
resulted in errors being thrown calling the start_link functions.
Looking at the previous state of lib/elixir/lib/gen_server.ex
i don't believe that these changes would break under older versions of elixir
as it would fall into the
{atom, opts} when is_atom(atom) ->
:gen.start(:gen_server, link, {:local, atom}, module, args, opts)
case
However i have only been learning elixir for a total of 2 days

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.

1 participant