-
-
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
Standard practices for incomplete/semi-experimental methods #49296
Comments
#49298 is a good example where this has bit us in the ass. There appears to be two packages that use |
Tokazama
added a commit
to Tokazama/julia
that referenced
this issue
Apr 10, 2023
Encourage documentation of contributions that may be unstable but require explicit admonition. Also add review of "Writing Documentation" to contributors checklist
ViralBShah
pushed a commit
that referenced
this issue
Apr 19, 2023
ViralBShah
added a commit
that referenced
this issue
Apr 19, 2023
ViralBShah
added a commit
that referenced
this issue
Apr 19, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It's pretty hard to figure out what's going on in Julia Base for newbies given all the undocumented internals. There are a lot of comments but those are poorly maintained and have variable quality. I propose we require documentation with some standard
!!! warning Unstable API
for all methods that are used throughout Julia Base but are not intended for public use.This is related to #48819, but it's probably safe to add a documentation requirement to the contributors guide prior to any other bells and whistles.
The text was updated successfully, but these errors were encountered: