Add filter(func) method#41173
Conversation
|
I guess I'd need to add some tests. But please let me know if this feature is acceptable. |
base/array.jl
Outdated
| -4 | ||
| ``` | ||
| !!! compat "Julia 1.8" | ||
| This functionality requires at least Julia 1.8 |
There was a problem hiding this comment.
| This functionality requires at least Julia 1.8 | |
| This method requires at least Julia 1.8. |
|
If this is to be done, I think it should be done consistently for |
See #35293 |
|
From triage: we can't do this for
|
Co-authored-by: Johnny Chen <johnnychen94@hotmail.com>
Co-authored-by: Johnny Chen <johnnychen94@hotmail.com>
Nice! Co-authored-by: Michael Abbott <32575566+mcabbott@users.noreply.github.com>
|
Is this good to go now? |
|
Bump. Merge? |
| !!! compat "Julia 1.8" | ||
| This method requires at least Julia 1.8. |
There was a problem hiding this comment.
| !!! compat "Julia 1.8" | |
| This method requires at least Julia 1.8. | |
| !!! compat "Julia 1.9" | |
| This method requires at least Julia 1.9. |
There was a problem hiding this comment.
Was hoping that GitHub provides a way to make a new PR from a comment like this. Alas...
No description provided.