Skip to content

Replace Array.rfindIndex with findIndex to work around bug with Array#1498

Closed
aymanhab wants to merge 1 commit intomainfrom
change_array_rfindindex_usage
Closed

Replace Array.rfindIndex with findIndex to work around bug with Array#1498
aymanhab wants to merge 1 commit intomainfrom
change_array_rfindindex_usage

Conversation

@aymanhab
Copy link
Member

Fixes issue #1496

Brief summary of changes

The new Array implementation returns incorrect/different index for rfindIndex than the legacy code. While the call site has been updated the funtion rfindIndex should be fixed for backward compatibility for possible use in client code elsewhere.

Testing I've completed

Plots in the GUI

CHANGELOG.md (choose one)

  • Will update after core issue is resolved

@aymanhab aymanhab requested a review from nickbianco March 18, 2024 18:52
@aymanhab
Copy link
Member Author

aymanhab commented Apr 9, 2024

This was a workaround for a bug introduced on core, this has been fixed there so no need for the workaround. Will test artifact and close if issue is fixed without this PR

@aymanhab aymanhab closed this May 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants