[codex] add PathUri filesystem adapter coverage - #27282
Merged
anp-oai merged 0 commit intoJun 10, 2026
Merged
Conversation
This was referenced Jun 10, 2026
anp-oai
force-pushed
the
codex/exec-server-path-uri-env-path-ref
branch
from
June 10, 2026 04:01
c190ca0 to
012f87b
Compare
anp-oai
force-pushed
the
codex/exec-server-path-uri
branch
from
June 10, 2026 04:02
ed2768a to
294a25c
Compare
anp-oai
changed the base branch from
codex/exec-server-path-uri-env-path-ref
to
codex/exec-server-path-uri-api
June 10, 2026 04:02
anp-oai
force-pushed
the
codex/exec-server-path-uri
branch
2 times, most recently
from
June 10, 2026 04:57
da5499d to
49dd692
Compare
anp-oai
force-pushed
the
codex/exec-server-path-uri
branch
from
June 10, 2026 12:25
49dd692 to
4b34bd4
Compare
anp-oai
force-pushed
the
codex/exec-server-path-uri-api
branch
from
June 10, 2026 15:26
96945c7 to
2545ed2
Compare
anp-oai
force-pushed
the
codex/exec-server-path-uri
branch
2 times, most recently
from
June 10, 2026 17:40
f1ebed0 to
f24c50d
Compare
anp-oai
force-pushed
the
codex/exec-server-path-uri
branch
from
June 10, 2026 18:08
f24c50d to
832cbfb
Compare
anp-oai
force-pushed
the
codex/exec-server-path-uri-copy
branch
from
June 10, 2026 18:08
db57d94 to
18f02ef
Compare
anp-oai
force-pushed
the
codex/exec-server-path-uri
branch
from
June 10, 2026 18:12
832cbfb to
e9714b0
Compare
anp-oai
force-pushed
the
codex/exec-server-path-uri-copy
branch
from
June 10, 2026 18:12
18f02ef to
54702e9
Compare
anp-oai
force-pushed
the
codex/exec-server-path-uri
branch
from
June 10, 2026 19:03
e9714b0 to
db8680d
Compare
anp-oai
force-pushed
the
codex/exec-server-path-uri-copy
branch
from
June 10, 2026 19:03
54702e9 to
53ae726
Compare
anp-oai
force-pushed
the
codex/exec-server-path-uri
branch
from
June 10, 2026 20:20
db8680d to
071132b
Compare
anp-oai
force-pushed
the
codex/exec-server-path-uri-copy
branch
from
June 10, 2026 20:20
53ae726 to
2612a00
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Intent: prove the temporary
PathUri/native adapters keep the existing native protocol behavior.Implementation: add adapter
InvalidInputcoverage, native helper wire assertions, and Unix/Windows filesystem adapter cases including canonicalization aliases and Windows drive/UNC requests.Validation: focused stack validation ran affected crate tests and core regression selectors.
Stacked on #27432.