-
Notifications
You must be signed in to change notification settings - Fork 300
address concatenate lazy comparison truthiness #5353
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
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## v3.6.x #5353 +/- ##
=======================================
Coverage 89.32% 89.32%
=======================================
Files 89 89
Lines 22398 22398
Branches 5375 5375
=======================================
Hits 20008 20008
Misses 1640 1640
Partials 750 750
☔ View full report in Codecov by Sentry. |
|
Ping @sloosvel, just so you're aware 👍 |
trexfeathers
left a comment
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.
Thanks @bjlittle, this all makes sense to me.
A few changes to improve test readability:
|
@trexfeathers Awesome, thanks 🍻 |
🚀 Pull Request
Description
This PR is a follow-on to #5142.
Lazy comparison will always yield a truthy value, therefore we require to realize the comparison. In this case, we're performing either lazy indexing for a single value or comparing lazy single values. Realizing the result won't undo the intent of #5142.
Great spot @trexfeathers 👀
To do:
as_concrete_datapattern, if possibleConsult Iris pull request check list