Skip to content
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

change MIR dump filenames from rustc.nodeN... to rustc.<DefPath> #45757

Merged
merged 2 commits into from
Nov 9, 2017

Conversation

mikhail-m1
Copy link
Contributor

write!(s, ".{}", component.data.as_interned_str()).unwrap();
} else {
write!(s,
".{}[{}]",
Copy link
Contributor

Choose a reason for hiding this comment

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

Nit: maybe use -? I sort of like that the . in the current filename allows us to "group" (e.g., rustc.foo-bar.before.mir can be split on . to get out the various bits of information about what this is a dump of)

@kennytm kennytm added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Nov 4, 2017
@nikomatsakis
Copy link
Contributor

@bors r+

@bors
Copy link
Contributor

bors commented Nov 6, 2017

📌 Commit 4a482e9 has been approved by nikomatsakis

@kennytm kennytm added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Nov 7, 2017
@sinkuu
Copy link
Contributor

sinkuu commented Nov 9, 2017

@mikhail-m1 You may need a rebase since a new mir test (src/test/mir-opt/nll/named-lifetimes-basic.rs) has been added in master.

@nikomatsakis
Copy link
Contributor

@bors r+

@bors
Copy link
Contributor

bors commented Nov 9, 2017

📌 Commit 0e5c95e has been approved by nikomatsakis

@bors
Copy link
Contributor

bors commented Nov 9, 2017

⌛ Testing commit 0e5c95e with merge bdb03322cb03b767b35f945799fdd30b065333ac...

@bors
Copy link
Contributor

bors commented Nov 9, 2017

💔 Test failed - status-travis

@kennytm
Copy link
Member

kennytm commented Nov 9, 2017

@bors retry — travis-ci/travis-ci#8728

@bors
Copy link
Contributor

bors commented Nov 9, 2017

⌛ Testing commit 0e5c95e with merge d6b06c6...

bors added a commit that referenced this pull request Nov 9, 2017
…sakis

change MIR dump filenames from `rustc.nodeN...` to `rustc.<DefPath>`

r? @nikomatsakis
@bors
Copy link
Contributor

bors commented Nov 9, 2017

☀️ Test successful - status-appveyor, status-travis
Approved by: nikomatsakis
Pushing d6b06c6 to master...

@bors bors merged commit 0e5c95e into rust-lang:master Nov 9, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants