-
Notifications
You must be signed in to change notification settings - Fork 105
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 list-contains binding #4644
Conversation
Benchmark ResultMaster commit hash:
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #4644 +/- ##
=======================================
Coverage 86.52% 86.52%
=======================================
Files 1369 1369
Lines 57983 57983
Branches 7208 7209 +1
=======================================
Hits 50168 50168
Misses 7647 7647
Partials 168 168 ☔ View full report in Codecov by Sentry. |
Benchmark ResultMaster commit hash:
|
Description
This PR solves a list_contains binding issue as reported by user in issue #4641
Fixes #4641