-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
Move libXtest into libX/tests #41037
Conversation
Tidy failed with:
I'm not sure what's up with that... Any ideas? |
@stjepang |
@borsd: delegate=stjepang r=me as soon as tidy is fixed |
✌️ @stjepang can now approve this pull request |
@stjepang What do you think about striping the lib prefix in the projects directory names? This looks like an ancient convention... |
@malbarbo Sounds like a good idea to me. I'm all for removing vestigial conventions that don't make sense at this time anymore. However, I wonder if there are traps to watch out for when doing such a massive rename operation. Here's a list of the 54 subdirectories that start with 'lib': list Another thing that is slightly odd is that directories like Is there any other "housekeeping" work that needs to be done? @alexcrichton What are your thoughts on this? |
Let's not rename things just yet, that's a much broader discussion. Let's stick to this PR just moving the tests to the appropriate locations. |
This change moves: 1. `libcoretest` into `libcore/tests` 2. `libcollectionstest` into `libcollections/tests` This is a follow-up to #39561.
@stjepang I would like to see all vestigial conventions vanish. You raised some interesting questions, what about open an specific issue to address these questions? @alexcrichton You are right, that's a broader discussion. I think @stjepang (like me) was just asking an opinion, the intent was not to change this PR, sorry for being unclear. |
@bors r=alexcrichton |
📌 Commit 13c744f has been approved by |
💡 This pull request was already approved, no need to approve it again.
|
📌 Commit 13c744f has been approved by |
@bors r=alexcrichton |
💡 This pull request was already approved, no need to approve it again.
|
📌 Commit 13c744f has been approved by |
Move libXtest into libX/tests This change moves: 1. `libcoretest` into `libcore/tests` 2. `libcollectionstest` into `libcollections/tests` This is a follow-up to rust-lang#39561. r? @alexcrichton
Move libXtest into libX/tests This change moves: 1. `libcoretest` into `libcore/tests` 2. `libcollectionstest` into `libcollections/tests` This is a follow-up to rust-lang#39561. r? @alexcrichton
This change moves:
libcoretest
intolibcore/tests
libcollectionstest
intolibcollections/tests
This is a follow-up to #39561.
r? @alexcrichton