You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Finally figured out why our nightly CI builds keep failing --- looks like it's due to this upstream issue with how @doc is implemented in the testing environment: JuliaLang/julia#52986
For reference, this is what the failing test looks like:
Looks like the issue is being actively addressed upstream, so we can just wait for a fix. (Alternatively, we can add REPL as a test dependency, but then we'll have to remove once the upstream issue is fixed.)
The text was updated successfully, but these errors were encountered:
This addresses #523 by handling the new return type of `@doc` on Julia 1.11 nightly builds when the REPL module isn't loaded, which differs from the behavior of `@doc` on earlier versions of Julia.
Finally figured out why our nightly CI builds keep failing --- looks like it's due to this upstream issue with how
@doc
is implemented in the testing environment: JuliaLang/julia#52986For reference, this is what the failing test looks like:
Looks like the issue is being actively addressed upstream, so we can just wait for a fix. (Alternatively, we can add
REPL
as a test dependency, but then we'll have to remove once the upstream issue is fixed.)The text was updated successfully, but these errors were encountered: