[codex] migrate ExecutorFileSystem copy to PathUri - #27432
Closed
anp-oai wants to merge 1 commit into
Closed
Conversation
anp-oai
force-pushed
the
codex/exec-server-path-uri-remove
branch
from
June 10, 2026 18:08
3378185 to
b2452f0
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-remove
branch
from
June 10, 2026 18:12
b2452f0 to
3348822
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-remove
branch
from
June 10, 2026 19:03
3348822 to
8568509
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-remove
branch
from
June 10, 2026 20:20
8568509 to
f4d7bd3
Compare
anp-oai
force-pushed
the
codex/exec-server-path-uri-copy
branch
from
June 10, 2026 20:20
53ae726 to
2612a00
Compare
anp-oai
force-pushed
the
codex/exec-server-path-uri-copy
branch
from
June 10, 2026 22:22
2612a00 to
d49c3e1
Compare
anp-oai
force-pushed
the
codex/exec-server-path-uri-remove
branch
from
June 10, 2026 22:22
f4d7bd3 to
cd02f0c
Compare
Contributor
Author
|
Superseded by #27424, which now contains the complete mechanical ExecutorFileSystem PathUri migration as one squashed commit. |
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: move
ExecutorFileSystemcopy operations ontoPathUriwithout changing wire payloads.Implementation: change
copysource and destination arguments toPathUri, converting at exec-server adapter boundaries.Validation: focused stack validation ran affected crate tests and core regression selectors.
Stacked on #27431.