-
Notifications
You must be signed in to change notification settings - Fork 19
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
Tests fail on 1.11 #147
Comments
Which 1.11 version specifically? I ran tests on github actions for several versions, and both 1.11s fail with a different error: @accessor: Test Failed at /home/runner/work/Accessors.jl/Accessors.jl/test/test_core.jl:604
Expression: strip(string(#= /home/runner/work/Accessors.jl/Accessors.jl/test/test_core.jl:604 =# @doc(my_x))) == "Documentation for my_x"
Evaluated: "nothing" == "Documentation for my_x" For some reason, See full test run at https://github.com/aplavin/Accessors.jl/actions/runs/8782924455/job/24098041340. |
That is known: JuliaLang/julia#52986. The error for this comes from PkgEval on the backport branch: https://s3.amazonaws.com/julialang-reports/nanosoldier/pkgeval/by_hash/bdc7fb7_vs_bd47eca/Accessors.primary.log |
Tests pass now, after #175. The issue from your first message here didn't manifest itself in the end, only the |
(Same as jw3126/Setfield.jl#179)
The text was updated successfully, but these errors were encountered: