Skip to content
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

Use applicable correctly in sort! #46194

Merged
merged 1 commit into from
Jul 29, 2022
Merged

Use applicable correctly in sort! #46194

merged 1 commit into from
Jul 29, 2022

Conversation

LilithHafner
Copy link
Member

julia> applicable(resize!, [1])
false

julia> applicable(resize!, [1], 2)
true

(also replace hi-lo+1 with len)

(also replace hi-lo+1 with len)
@LilithHafner LilithHafner added performance Must go faster kind:bugfix This change fixes an existing bug domain:sorting Put things in order labels Jul 27, 2022
@LilithHafner LilithHafner merged commit e2a8a4e into master Jul 29, 2022
@LilithHafner LilithHafner deleted the LilithHafner-patch-3 branch July 29, 2022 11:04
ffucci pushed a commit to ffucci/julia that referenced this pull request Aug 11, 2022
pcjentsch pushed a commit to pcjentsch/julia that referenced this pull request Aug 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
domain:sorting Put things in order kind:bugfix This change fixes an existing bug performance Must go faster
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants