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

:check-docstrings is confused when no module is loaded #1722

Closed
yav opened this issue Aug 9, 2024 · 1 comment
Closed

:check-docstrings is confused when no module is loaded #1722

yav opened this issue Aug 9, 2024 · 1 comment

Comments

@yav
Copy link
Member

yav commented Aug 9, 2024

To reproduce, run :check-docstrings right after starting Cryptol. It says:

Cryptol> :check-docstrings 

Checking Cryptol

Checking submodule Cryptol::Bool

Checking submodule Cryptol::Word

Checking submodule Cryptol::Char

Checking submodule Cryptol::String

Checking submodule Cryptol::lg2

Checking submodule (Cryptol::<=)
...

Form some reason it thinks that the functions are submodules.

@yav yav added the docstrings label Aug 9, 2024
@glguy
Copy link
Member

glguy commented Aug 13, 2024

Fixed in #1726

@glguy glguy closed this as completed Aug 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants