Skip to content
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

Bad docstrings on theories in Julia v1.11 #163

Open
epatters opened this issue Oct 11, 2024 · 2 comments · May be fixed by #171
Open

Bad docstrings on theories in Julia v1.11 #163

epatters opened this issue Oct 11, 2024 · 2 comments · May be fixed by #171
Assignees
Labels
bug Something isn't working

Comments

@epatters
Copy link
Member

epatters commented Oct 11, 2024

Likely related to #162, the docstrings attached to theories are messed up on Julia v1.11:

julia> using GATlab

julia> @doc ThCMonoid
Base.Docs.DocStr(svec(" The theory of a monoid where multiplication enjoys commutativity.\n\nExamples:\n  - The set of classical 1-knots under \"knot sum\"\n"), nothing, Dict{Symbol, Any}(:typesig => Union{}, :module => GATlab.Stdlib.StdTheories, :linenumber => 118, :binding => GATlab.Stdlib.StdTheories.##909, :path => "/home/epatters/Local/algjulia/gatlab/src/stdlib/theories/algebra.jl"))

  ThCMonoid
  =========

[...]

There are also failing tests related to docstrings.

@epatters epatters added the bug Something isn't working label Oct 11, 2024
@kris-brown kris-brown self-assigned this Oct 11, 2024
@lukem12345
Copy link
Member

Has anyone determined if updating to 1.11.1 resolves this issue?

@epatters
Copy link
Member Author

I just tested. Not resolved.

@kris-brown kris-brown linked a pull request Dec 8, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants