-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Method
is public, but not documented
#53971
Comments
It's too late to make it private
We could explicitly declare its fields to be private (fields are private by default already) |
I added the following undocumented public symbols from AtomicMemoryRef, ConcurrencyViolationError, Exception, GenericMemoryRef, GlobalRef, IO, LineNumberNode, Method, SegmentationFault, TypeVar, arrayref, arrayset, arraysize, const_arrayref |
The So, whether this type was exported or not, I would argue that it is effectively part of the public API by virtue of being returned by a documented function. |
We have
Base.ispublic(Core, :Method)
, butMethod
is not documented. Should it be private?The text was updated successfully, but these errors were encountered: