Skip to content

Conversation

@LilithHafner
Copy link
Member

No description provided.

@ViralBShah ViralBShah added the sorting Put things in order label Sep 11, 2022
@oscardssmith
Copy link
Member

Is there a strong reason to remove this? IMO issorted may be useful for the compiler (at least for debugging), and it doesn't look to me hard to support.

@LilithHafner
Copy link
Member Author

It is currently (since #47066) not supported

julia> methods(Core.Compiler.issorted)
# 3 methods for generic function "issorted" from Core.Compiler:
 [1] issorted(r::Core.Compiler.AbstractUnitRange)
     @ range.jl:1380
 [2] issorted(r::Core.Compiler.AbstractRange)
     @ range.jl:1381
 [3] issorted(s::Core.Compiler.BitSet)
     @ bitset.jl:433

and I don't feel inclined to add support until there is a use case.

@KristofferC KristofferC merged commit cf44223 into master Oct 10, 2022
@KristofferC KristofferC deleted the LilithHafner-patch-3 branch October 10, 2022 11:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

sorting Put things in order

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants