-
-
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
Undocumented exceptions #24043
Comments
Hey I would like to work on it can someone help me out on how to move forward? |
Nice. Maybe we can collect some docstring proposals here. While we'll happily explain the howto, finding the right words for some of these exceptions needs some knowledge. For example, I myself also do not know what |
Can you suggest how to move forward, I can't seem to understand that. |
Sure. Which Exception(s) would you be comfortable to start with? We'll go through the steps at https://github.com/JuliaLang/julia/blob/master/CONTRIBUTING.md#improving-documentation |
Base.LinAlg.LAPACKException Are two of the errors that I am a little familiar with so I think it would be better to start with them. |
Do you want to prepare an initial pull request with reference to this issue so that we have something to base the discussion on? |
Yeah sure. |
A documented exception (example:
|
Hi, is anyone working on the other exceptions? |
Update (using
|
Not sure why |
Good find. I opened a corresponding issue at JuliaLinearAlgebra/Arpack.jl/issues/64, which still uses this |
I added docstring for Sockets.DNSError in #34189 |
would you like me to add some more of Exception... |
Yeah why not take inventory |
Update
|
Some days ago I generated a list of
Exception
s without inline documentation. Here it is:Some of those are quite prominent, e.g.
PosDefException
.The text was updated successfully, but these errors were encountered: