-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Add tests for incremental reuse scenarios #37842
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
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.
r=me with the comments fixed.
} | ||
} | ||
|
||
/// A fn item that calls (public) methods on `Point` from the same impl which changed |
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 comment seems wrong.
// option. This file may not be copied, modified, or distributed | ||
// except according to those terms. | ||
|
||
// Test where we change the body of a private method in an impl. |
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.
But the changed method is public?
// except according to those terms. | ||
|
||
// Test where we change the body of a private method in an impl. | ||
// We then test what sort of functions must be rebuilt as a result. |
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.
Outdated comment?
@michaelwoerister oh yeah shoot I forgot to go fixup the comments |
Ideally, callers should not be affected, but they currently are.
f36e448
to
36f2af1
Compare
@bors r=mw |
📌 Commit 36f2af1 has been approved by |
Add tests for incremental reuse scenarios These are microbenchmarks checking that we achieve the expected reuse in the scenarios covered by incremental beta. r? @michaelwoerister
These are microbenchmarks checking that we achieve the expected reuse in the scenarios covered by incremental beta.
r? @michaelwoerister