You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixups for #47383 (fixes runbenchmarks("sort")) (#47822)
* add test demonstrating overflow in countsort
* fix overflow in countsort
* remove unnecessary type annotations (fixes tests)
This fixes the test failure because it allows for automatic conversion.
The manual for implementing the AbstractArray interface also does not recomend
a type signature for the value arg in setindex!.
Co-authored-by: Lilith Hafner <Lilith.Hafner@gmail.com>
(cherry picked from commit 965bc7d)
0 commit comments