Skip to content

Conversation

RalfJung
Copy link
Member

Fixes #146769
r? @Kobzol

@rustbot rustbot added S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap) labels Sep 19, 2025
@Kobzol
Copy link
Member

Kobzol commented Sep 19, 2025

Thanks. Hopefully it won't break anyone.. I hope that macOS always has /dev/null, lol.

@bors r+ rollup

@bors
Copy link
Collaborator

bors commented Sep 19, 2025

📌 Commit 04f6b8f has been approved by Kobzol

It is now in the queue for this repository.

@bors bors added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Sep 19, 2025
matthiaskrgr added a commit to matthiaskrgr/rust that referenced this pull request Sep 19, 2025
fix ./x readdir logic when CDPATH is set

Fixes rust-lang#146769
r? `@Kobzol`
bors added a commit that referenced this pull request Sep 19, 2025
Rollup of 5 pull requests

Successful merges:

 - #146690 (add `[const] PartialEq` bound to `PartialOrd`)
 - #146776 (fixes for numerous clippy warnings)
 - #146777 (fix ./x readdir logic when CDPATH is set)
 - #146781 (mbe: Fix feature gate for `macro_derive`)
 - #146785 (btree: safety comments for init and new)

r? `@ghost`
`@rustbot` modify labels: rollup
@bors bors merged commit dc3c62a into rust-lang:master Sep 20, 2025
10 checks passed
@rustbot rustbot added this to the 1.92.0 milestone Sep 20, 2025
rust-timer added a commit that referenced this pull request Sep 20, 2025
Rollup merge of #146777 - RalfJung:x-cdpath, r=Kobzol

fix ./x readdir logic when CDPATH is set

Fixes #146769
r? ``@Kobzol``
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Invoking x from a parent directory fails when CDPATH is set
4 participants