Skip to content

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

Merged
merged 5 commits into from
Nov 20, 2016

Conversation

nikomatsakis
Copy link
Contributor

These are microbenchmarks checking that we achieve the expected reuse in the scenarios covered by incremental beta.

r? @michaelwoerister

Copy link
Member

@michaelwoerister michaelwoerister left a 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
Copy link
Member

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.
Copy link
Member

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.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Outdated comment?

@nikomatsakis
Copy link
Contributor Author

@michaelwoerister oh yeah shoot I forgot to go fixup the comments

@nikomatsakis
Copy link
Contributor Author

@bors r=mw

@bors
Copy link
Collaborator

bors commented Nov 18, 2016

📌 Commit 36f2af1 has been approved by mw

@bors
Copy link
Collaborator

bors commented Nov 20, 2016

⌛ Testing commit 36f2af1 with merge e5ed0a5...

bors added a commit that referenced this pull request Nov 20, 2016
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
@bors bors merged commit 36f2af1 into rust-lang:master Nov 20, 2016
@nikomatsakis nikomatsakis deleted the incremental-test branch April 14, 2017 10:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants