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

Fixing the ExUnit async run logic to work on Elixir 1.12 #3

Merged
merged 1 commit into from
Aug 12, 2021

Conversation

kelvinst
Copy link
Contributor

@kelvinst kelvinst commented Aug 5, 2021

Muzak was not working on Elixir 1.12, I debuged it and it was basically
not requiring any tests, so there was no fail at all.

I couldn't find the exact reason for it, but I saw there was the introduction
of the function ExUnit.async_run, so I changed the Task.async to
call it and everything worked!

Muzak was not working on Elixir 1.12, I debuged it and it was basically
not requiring any tests, so there was no fail at all.

I couldn't find the exact reason for it, but I saw there was the introduction
of the function `ExUnit.async_run`, so I changed the `Task.async` to
call it and everything worked!
Copy link
Owner

@devonestes devonestes left a comment

Choose a reason for hiding this comment

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

Thanks for this!

@devonestes devonestes merged commit d3fcb26 into devonestes:master Aug 12, 2021
@jounimakela
Copy link

@devonestes can this be merged to Muzak Pro as well? I had the same issue and this fixed it.

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