-
-
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
Update deprecated.jl #9820
Update deprecated.jl #9820
Conversation
@@ -273,3 +273,12 @@ const base64 = base64encode | |||
|
|||
@deprecate error(ex::Exception) throw(ex) | |||
@deprecate error{E<:Exception}(::Type{E}) throw(E()) | |||
|
|||
@deprecate CholmodSparse!(colpt, rowval, nzval, m) CholmodSparse(colpt, rowval, nzval, m) | |||
@ddprecate lufact!(S::SparseMatrixCSC) lufact(S) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Typo in @ddprecate
.
Thanks for doing this. |
Love the matrix quotes! |
Some rules can be bent. JuliaLang#9803 Others can be broken. JuliaLang#9779
dda4aa5
to
32c4368
Compare
It looks like the
Offending line:
|
I've made a small change in e40c11b to avoid a vast amount of ambiguities on packages. Hence |
It's kind of sad to not have deprecations when we change something. What should we do? |
bump |
Isn't this one depending on #9830? |
Oh, right. |
Bump. What do we do here now, with the recent update to Cholmod? |
This PR needs to be redone and we still need #9830 to create a proper deprecation. |
I am not sure that the deprecated Cc: @andreasnoack on what to do with the triangular stuff. Maybe best to just close this one. |
Some rules can be bent. #9803
Others can be broken. #9779