-
Notifications
You must be signed in to change notification settings - Fork 9
Fix slicing of PtrArrays
#51
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
Conversation
|
@oscardssmith are you maintainer here too? |
|
reluctantly, yes. |
|
I took a different approach now, essentially just throwing away the second index when indexing into a |
|
@oscardssmith could you please approve the CI? |
|
These CI fails look unrelated to my changes. I had to comment out this test to even make the tests run locally even on main. |
|
Now all errors are unrelated to my changes and the 1.6 version passes. |
|
@oscardssmith could you please approve CI here? Now with the CI fix merged. |
|
@oscardssmith Ready for review. The segfaults are unrelated and also happening in the latest CI run on main. The tests I added are wrapped inside |
|
bump |
|
@ranocha do you maybe have permissions to review/merge this? It might also cause problems with Trixi.jl. |
|
Merging now since no one seems to care enough to review this. |
Closes JuliaSIMD/StrideArrays.jl#88.