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

New gem release #7

Closed
larskanis opened this issue Aug 16, 2021 · 4 comments
Closed

New gem release #7

larskanis opened this issue Aug 16, 2021 · 4 comments

Comments

@larskanis
Copy link

The latest release minitest-parallel_fork-1.1.2 doesn't contain the callback as described in the README:

Minitest.on_parallel_fork_marshal_failure do
end

@jeremyevans Could you please make a new release to make it easily available?

@jeremyevans
Copy link
Owner

Definitely. Sorry I didn't do this sooner, looks like it has been almost 2 years since that was committed. I'll try to get the release out later today.

@jeremyevans
Copy link
Owner

Looks like there some issues with newer versions of minitest. Fixing those issues now.

@jeremyevans
Copy link
Owner

Fixed those issues and released version 1.2.0. Thanks again for the reminder.

@larskanis
Copy link
Author

Thank you for maintaining this gem! I came across the incompatibility to Minitest-5.14+ as well, but was blocked by a ruby-core issue with Marshal.dump before submitting a PR. The Marshal bug affects this gem and can be worked around by catching TypeError and IOError. But I think it's seldom enough to keep the code how it is.

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

No branches or pull requests

2 participants