-
Notifications
You must be signed in to change notification settings - Fork 12.9k
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
Conversation
src/librustc/hir/map/definitions.rs
Outdated
write!(s, ".{}", component.data.as_interned_str()).unwrap(); | ||
} else { | ||
write!(s, | ||
".{}[{}]", |
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.
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)
@bors r+ |
📌 Commit 4a482e9 has been approved by |
@mikhail-m1 You may need a rebase since a new mir test ( |
4a482e9
to
0e5c95e
Compare
@bors r+ |
📌 Commit 0e5c95e has been approved by |
⌛ Testing commit 0e5c95e with merge bdb03322cb03b767b35f945799fdd30b065333ac... |
💔 Test failed - status-travis |
@bors retry — travis-ci/travis-ci#8728 |
…sakis change MIR dump filenames from `rustc.nodeN...` to `rustc.<DefPath>` r? @nikomatsakis
☀️ Test successful - status-appveyor, status-travis |
r? @nikomatsakis