-
Notifications
You must be signed in to change notification settings - Fork 820
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
Precaching updates for v6 #2639
Conversation
c8ad114
to
6f02a08
Compare
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.
This PR mentions that it's an "Initial" set of updates. How complete is it? What's missing?
I am a little confused about what ends up invoking _handle()
on the PrecacheStrategy
, and I am not sure if that's because this isn't yet the full set of changes.
Sorry, after realizing that there were several large files whose diffs were hidden, I need to re-review this PR. |
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; this mostly looks good now that I have found the entirety of the code changes.
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 for implementing this!
R: @jeffposnick
Fixes #2638, fixes #1857, fixes #2402, fixes #2574
This PR implements the changes proposed in [RFC] v6 Precaching Updates and Changes #2638