-
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
Open
Labels
bugIndicates an unexpected problem or unintended behaviorIndicates an unexpected problem or unintended behaviordocsystemThe documentation building systemThe documentation building system
Description
#54499 approached to fix #52986 (to no longer return nothing
without REPL).
But as @ztangent and @KristofferC discussed in #52986 (comment), the returned object is still different, making tests like probcomp/Gen.jl#523 and Nemocas/AbstractAlgebra.jl#1716 fail.
IMO, an okay solution would be to add some repr
(or similar) method for Base.Doc.DocStr
, so that at least string(@doc x)
is consistent between 1.10 and 1.11+.
Moelf, BeastyBlacksmith, NHDaly and fingolfinLilithHafner
Metadata
Metadata
Assignees
Labels
bugIndicates an unexpected problem or unintended behaviorIndicates an unexpected problem or unintended behaviordocsystemThe documentation building systemThe documentation building system