make `checkbounds(collection, indices...)` return `nothing` when returning #60956
`checkbounds(collection, index)` should return `nothing` when returning
bf39ef83
nsajko
commented
on 2026-02-08
fix the test
c2582c9f
Merge branch 'master' into two-arg-checkbounds-return-type
34f8353a
nsajko
marked this pull request as ready for review 13 days ago
Merge branch 'master' into two-arg-checkbounds-return-type
da966527
nsajko
commented
on 2026-02-10
revert doc change
bfdf17d5
Merge branch 'master' into two-arg-checkbounds-return-type
ad5b2444
empty commit to restart CI
ffab51ac
nsajko
commented
on 2026-02-10
fix: make the test stricter
eb8b315c
nsajko
commented
on 2026-02-10
make the test even more strict
d9258ca6
nsajko
commented
on 2026-02-10
add comment to test
731ed7fa
Merge branch 'master' into two-arg-checkbounds-return-type
4c4e5e5e
nsajko
changed the title `checkbounds(collection, index)` should return `nothing` when returning make `checkbounds(collection, index)` return `nothing` when returning 11 days ago
nsajko
changed the title make `checkbounds(collection, index)` return `nothing` when returning make `checkbounds(collection, indices...)` return `nothing` when returning 11 days ago
Merge branch 'master' into two-arg-checkbounds-return-type
dd10c113
mbauman
approved these changes
on 2026-02-10
adienes
merged
defde647
into master 11 days ago
nsajko
deleted the two-arg-checkbounds-return-type branch 11 days ago
Labels
arrays
error handling
Login to write a write a comment.
Login via GitHub