-
Notifications
You must be signed in to change notification settings - Fork 14
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
serialize(io, handler)
in tests no longer throws an exception
#184
Comments
I tried to reproduce the original error in the comment above and I ended up here:
A few more experiments had processes segfault like that as well. Given that, I don't have time to look further. Maybe someone else will pick it up. |
I have the same issue
|
@KristofferC we tracked it down to JuliaLang/julia#43325! Looks like this is an issue that was fixed. The |
The following code no longer throws on Julia 1.8 leading to a test failure:
Memento.jl/test/handlers.jl
Lines 117 to 123 in eccf67a
I haven't looked into it in detail but it would be good to understand what changed. Maybe the serializer can handle the conditions that it previously failed on?
PkgEval report: https://s3.amazonaws.com/julialang-reports/nanosoldier/pkgeval/by_hash/f51f24c_vs_2ca8b0c/Memento.primary.log
The text was updated successfully, but these errors were encountered: