Deprecate conj(::Any), add real(::Missing) and imag(::Missing)#26288
Deprecate conj(::Any), add real(::Missing) and imag(::Missing)#26288JeffBezanson merged 4 commits intoJuliaLang:masterfrom
Conversation
Sacha0
left a comment
There was a problem hiding this comment.
Thanks @dlfivefifty! :) Out of curiosity, why the associated real and imag changes? Also, perhaps a brief news entry is in order?
|
I noticed that Unless they were left off intentionally. |
nalimilan
left a comment
There was a problem hiding this comment.
Thanks! Could you make the same changes in Missings.jl for 0.6 compatibility?
|
Also reminds me we need to finish #25502 |
|
@dlfivefifty, any interest in just adding #25502 (comment) into this PR? These changes are so small... |
Isn't that PR fine as is? |
|
At this rate of adding special |
That's been evoked at least since There's also the objection that |
|
I think a less dangerous approach would be to keep an official list of "math" functions a la |
|
I'll remind everybody here of the terms of the |
…luenonscalarindexedassignment * origin/master: (28 commits) fix an optimizer bug in `invoke` with non-constant functions (#26301) lower top-level statements in such a way that the front-end knows (#26304) Make sure Sockets page has h1 header (#26315) fix doctests, and make them less prone to errors (#26275) FIx intro to manual chapter on types (#26312) Add a missing "that" (#26313) fix docstring for code_llvm (#26266) Remove the examples/ folder (#26153) download cert.pem from deps-getall, fixes #24903 (#25344) Slight update to doc string for at-enum to refer to instances (#26208) performance tweak in reverse(::String) (#26300) remove references to `TCPSocket` in Base docstrings (#26298) Deprecate adding integers to CartesianIndex (#26284) Deprecate conj(::Any), add real(::Missing) and imag(::Missing) (#26288) fix #26267, regression in `names` with `imported=false` (#26293) fix #25857, `typeinfo` problem in showing arrays with abstract tuple types (#26289) Add adjoint(::Missing) method (#25502) Use lowered form in logging macro (#26291) deprecate bin, oct, dec, hex, and base in favor of `string` and keyword args (#25804) deprecate `spawn(cmd)` to `run(cmd, wait=false)` (#26130) ...
This resolves issue #26248