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

Mark __crystal_personality as nodoc [fixup #15070] #15219

Merged

Conversation

BlobCodes
Copy link
Contributor

I noticed that this internal function is not :nodoc: since #15070:
API Link

@straight-shoota straight-shoota changed the title Chore: Mark __crystal_personality as nodoc Chore: Mark __crystal_personality as nodoc [fixup #15070] Nov 23, 2024
@straight-shoota straight-shoota changed the title Chore: Mark __crystal_personality as nodoc [fixup #15070] Mark __crystal_personality as nodoc [fixup #15070] Nov 23, 2024
@HertzDevil
Copy link
Contributor

The actual __crystal_personality is still not marked as such on MinGW-w64

@BlobCodes
Copy link
Contributor Author

The actual __crystal_personality is still not marked as such on MinGW-w64

Good catch!
I think the new commit should fix the other internal stuff

@@ -207,12 +207,14 @@ end
alias DISPATCHER_CONTEXT = Void
end

# :nodoc:
lib LibUnwind
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nitpick: Lib types are nodoc by default, so this is technically unnecessary.

@straight-shoota straight-shoota added this to the 1.15.0 milestone Dec 9, 2024
@straight-shoota straight-shoota merged commit 512a8b7 into crystal-lang:master Dec 10, 2024
69 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants