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

Gracefully skip checking docstrings on interface modules #1734

Merged
merged 1 commit into from
Aug 20, 2024

Conversation

glguy
Copy link
Member

@glguy glguy commented Aug 19, 2024

We can't currently check docstrings on interfaces or (uninstantiated) functors. This change ensures we gracefully handle docstring-checking being called on these kinds of modules.

While I'd like to give docstrings on interfaces a better story we need to work through what that story should be. This PR allows us to gracefully check all the .cry files in a project without having to know which ones are regular modules and which are interfaces and which are functors.

@glguy glguy self-assigned this Aug 19, 2024
@glguy glguy merged commit 688e478 into master Aug 20, 2024
48 checks passed
@glguy glguy deleted the graceful-interface-docstrings branch August 20, 2024 15:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant