-
Notifications
You must be signed in to change notification settings - Fork 26
Initial addition of RemappedSource #877
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 Report
@@ Coverage Diff @@
## develop #877 +/- ##
===========================================
+ Coverage 88.62% 89.22% +0.60%
===========================================
Files 116 117 +1
Lines 9363 10182 +819
===========================================
+ Hits 8298 9085 +787
- Misses 1065 1097 +32
... and 29 files with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
|
Noting this doesn't update the tutorials. It will be much easier to do that as a small follow after some of the PRs are merged. |
j-c-c
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.
This looks great! The code comments were very helpful. It will be nice to A/B some experiments!
|
Cool, let's confirm the design with Joakim then move to merge it. |
janden
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.
Nice! Can't wait for immutable Sources…
Closes #876 . Open to alternatives, but I think this solves the immediate problem. It can be refined more as part of the upcoming immutable Source effort.