-
Notifications
You must be signed in to change notification settings - Fork 46
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
Aggregate cacheability information from access results #1061
Conversation
Ensure that cacheability information bubbles up from previously evaluated access results instead of just get lost.
Just spotted this when I took a look at the source code. Do we also need an issue for this? |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## 3.x #1061 +/- ##
=========================================
Coverage 44.37% 44.37%
Complexity 3041 3041
=========================================
Files 342 342
Lines 11111 11111
=========================================
Hits 4931 4931
Misses 6180 6180 |
All failures look unrelated.
|
Hi @mxr576 Thanks! |
Hi @mxr576 |
Opened #1062. |
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
Ensure that cacheability information bubbles up from previously evaluated access results instead of just get lost.
Closes #1062.