-
Notifications
You must be signed in to change notification settings - Fork 832
Port test/passes/flatten* to lit #3971
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
Conversation
|
Maybe it's too late for this at this point given that another similar PR has been merged, but I wonder moving all files to test/lit/passes directory in one PR and modifying them in place in another PR would allow us not losing the "moving" history of files.. Currently git recognize some files as moves but others as just new files. |
|
I think it would be a little strange to have tests in the |
If we are to go this way, I guess we have to ignore the CI for those PRs.
It's generally better to preserve git history, that's all. You can use What do you think? @kripken |
e72c983 to
5f6bebe
Compare
003c036 to
0657cc3
Compare
|
(Sorry, I wrote in the other PR first. As I said there, I personally don't see a need to do extra work for |
aheejin
left a comment
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.
If both of you find it not very useful, then maybe it is not.. I'm OK either way.
|
Thanks, @aheejin! If it were simpler to do the two phase approach I think it might be worth it, but given the extra complexity I don't think it's worth it, so I'll land these PRs without it. |
No description provided.