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

Check for non-gccrs things in the commits we cherry-pick #18

Open
CohenArthur opened this issue Feb 7, 2024 · 0 comments
Open

Check for non-gccrs things in the commits we cherry-pick #18

CohenArthur opened this issue Feb 7, 2024 · 0 comments

Comments

@CohenArthur
Copy link
Member

from @dkm:

which is the same as doing git rev-list --no-merges --reverse ^gcc/trunk -- gcc/rust gcc/testsuite/rust libgrust
Hmm, if you have a commit that touches rust/foo.c and gcc/tree.h, I think it will show up in your list, but I may be wrong

we need to check the content of each commit we cherry-pick. if content in the commit belongs to something other than the Rust frontend bits, it should be flagged and reported when opening the PR

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant