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:
libcoretestintolibcore/testslibcollectionstestintolibcollections/testsThis is a follow-up to #39561.
r? @alexcrichton