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

Fix boundscheck in unsetindex for SubArrays #53475

Merged
merged 1 commit into from
Feb 27, 2024
Merged

Conversation

jishnub
Copy link
Contributor

@jishnub jishnub commented Feb 26, 2024

These had been copy-pasted incorrectly in #53383, and should throw an error if the indices are out of bounds.

@jishnub jishnub added arrays [a, r, r, a, y, s] embarrassing-bugfix Whoops! labels Feb 26, 2024
@vtjnash vtjnash added the merge me PR is reviewed. Merge when all tests are passing label Feb 26, 2024
@jishnub jishnub merged commit 98b3f72 into master Feb 27, 2024
10 checks passed
@jishnub jishnub deleted the jishnub/unsetindexsubarray branch February 27, 2024 01:16
@DilumAluthge DilumAluthge removed the merge me PR is reviewed. Merge when all tests are passing label Feb 29, 2024
tecosaur pushed a commit to tecosaur/julia that referenced this pull request Mar 4, 2024
These had been copy-pasted incorrectly, and should throw an error if the
indices are out of bounds.
mkitti pushed a commit to mkitti/julia that referenced this pull request Mar 7, 2024
These had been copy-pasted incorrectly, and should throw an error if the
indices are out of bounds.
@jishnub jishnub added the backport 1.11 Change should be backported to release-1.11 label Mar 17, 2024
@KristofferC KristofferC mentioned this pull request Mar 20, 2024
41 tasks
@KristofferC
Copy link
Sponsor Member

These methods do not exist on 1.11 so removing backport label.

@KristofferC KristofferC removed the backport 1.11 Change should be backported to release-1.11 label Mar 27, 2024
@KristofferC
Copy link
Sponsor Member

Ok, #53383 has to be backported first.

@KristofferC KristofferC added the backport 1.11 Change should be backported to release-1.11 label Mar 27, 2024
KristofferC pushed a commit that referenced this pull request Mar 27, 2024
These had been copy-pasted incorrectly, and should throw an error if the
indices are out of bounds.

(cherry picked from commit 98b3f72)
KristofferC added a commit that referenced this pull request Apr 9, 2024
Backported PRs:
- [x] #53757 <!-- Add an IndexStyle example to the diagind docstring -->
- [x] #53809 <!-- Add missing GC_POP() in emit_cfunction -->
- [x] #53789 <!-- also check that UUID of project is non-null when
treating it as a package -->
- [x] #53805 <!-- precompilepkgs: simplify custom config printing if
only one -->
- [x] #53822 <!-- Bump libuv -->
- [x] #53837 <!-- update MPFR to 4.2.1 -->
- [x] #53862 <!-- precompilepkgs: fix error reporting -->
- [x] #53774 <!-- Remove some duplicates from emitted compilation traces
-->
- [ ] #53696 <!-- add invokelatest to on_done callback in bracketed
paste -->
- [x] #53383 <!-- Add `_unsetindex!` methods for `SubArray`s and
`CartesianIndex`es -->
- [x] #53475 <!-- Fix boundscheck in unsetindex for SubArrays -->
- [x] #53888 
- [x] #53870 <!-- Revert change to checksum for llvm-julia -->
- [x] #53906 <!-- Add `Base.isrelocatable(pkg)` -->
- [x] #53833 <!-- Profile: make heap snapshots viewable in vscode viewer
-->
- [x] #53961 <!-- `LazyString` in `LinearAlgebra.checksquare` error
message -->
- [x] #53962 <!-- Use StringMemory instead of StringVector where
possible -->
- [x] #53825 <!-- profile: doc: update the `Allocs.@profile` doc string
-->
- [x] #53975 <!-- `LazyString` in `DimensionMismatch` error messages in
broadcasting -->
- [x] #53905 <!-- Avoid repeated precompilation when loading from
non-relocatable cachefiles -->
- [x] #53896 <!-- Make reshape and view on Memory produce Arrays and
delete wrap -->
- [x] #53991 <!-- Test and fix non-int-length bug in `view(::Memory,
::Union{UnitRange, Base.OneTo})` -->
@KristofferC KristofferC removed the backport 1.11 Change should be backported to release-1.11 label Apr 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
arrays [a, r, r, a, y, s] embarrassing-bugfix Whoops!
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants