-
Notifications
You must be signed in to change notification settings - Fork 136
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
chore: fix IndexOutOfBoundsException
when invalid function selector
#11373
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, tyvm @Neeharika-Sompalli !
IndexOutOfBoundsException
when invalid function selectorIndexOutOfBoundsException
when invalid function selector
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## develop #11373 +/- ##
=============================================
- Coverage 63.02% 63.02% -0.01%
- Complexity 31057 31060 +3
=============================================
Files 3367 3367
Lines 137589 137591 +2
Branches 14461 14462 +1
=============================================
+ Hits 86720 86721 +1
- Misses 47170 47175 +5
+ Partials 3699 3695 -4 ☔ View full report in Codecov by Sentry. |
Will be fixed by #11359 |
Fixes #11371
Fix
IndexOutOfBoundsException
to not throwFAIL_INVALID
when invalid function selector is provided