Closed KristofferC closed 1 week ago
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, @doc ...
seems to return nothing instead of the docstring – not sure if a known regression or not. Anyway, different error from what you show.
See full test run at https://github.com/aplavin/Accessors.jl/actions/runs/8782924455/job/24098041340.
I ran tests on github actions for several versions, and both 1.11s fail with a different error:
That is known: https://github.com/JuliaLang/julia/issues/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 https://github.com/JuliaObjects/Accessors.jl/pull/175. The issue from your first message here didn't manifest itself in the end, only the @doc
regression :)
(Same as https://github.com/jw3126/Setfield.jl/issues/179)