Skip to content

Conversation

@oli-obk
Copy link
Contributor

@oli-obk oli-obk commented May 16, 2022

Alternatively we could make the regex string configurable so that changing it doesn't require rebuilds

anyhow::bail!("`cg_diff` not installed.");
}
let output = Command::new("cg_diff")
.arg("--mod-filename=s#/rustc/[^/]*/##")
Copy link
Contributor

Choose a reason for hiding this comment

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

I'm failing to remember how this original regex works, I can't remember the synatx. What does it do?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I don't know. When you get rustc from CI, the filenames are all ??? so this may just be useless nowadays

@Kobzol
Copy link
Member

Kobzol commented Oct 17, 2025

I'm gonna close this PR, as there hasn't been any activity on it for a long time. If you still want to land it, feel free to reopen!

@Kobzol Kobzol closed this Oct 17, 2025
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