[codex] migrate ExecutorFileSystem create_directory to PathUri - #27428
Closed
anp-oai wants to merge 1 commit into
Closed
[codex] migrate ExecutorFileSystem create_directory to PathUri#27428anp-oai wants to merge 1 commit into
anp-oai wants to merge 1 commit into
Conversation
anp-oai
force-pushed
the
codex/exec-server-path-uri-write-file
branch
from
June 10, 2026 18:08
fa28f65 to
e9ccd91
Compare
anp-oai
force-pushed
the
codex/exec-server-path-uri-create-directory
branch
from
June 10, 2026 18:08
f3f79e9 to
9fc12ab
Compare
anp-oai
force-pushed
the
codex/exec-server-path-uri-write-file
branch
from
June 10, 2026 18:12
e9ccd91 to
d0fedda
Compare
anp-oai
force-pushed
the
codex/exec-server-path-uri-create-directory
branch
from
June 10, 2026 18:12
9fc12ab to
91381a4
Compare
anp-oai
force-pushed
the
codex/exec-server-path-uri-write-file
branch
from
June 10, 2026 19:03
d0fedda to
f590226
Compare
anp-oai
force-pushed
the
codex/exec-server-path-uri-create-directory
branch
2 times, most recently
from
June 10, 2026 20:20
3a1a6bd to
72339a7
Compare
anp-oai
force-pushed
the
codex/exec-server-path-uri-write-file
branch
from
June 10, 2026 20:20
f590226 to
739e29f
Compare
anp-oai
force-pushed
the
codex/exec-server-path-uri-create-directory
branch
from
June 10, 2026 22:22
72339a7 to
aea014d
Compare
anp-oai
force-pushed
the
codex/exec-server-path-uri-write-file
branch
from
June 10, 2026 22:22
739e29f to
3f075fc
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
ExecutorFileSystemdirectory creation ontoPathUriwithout changing wire payloads.Implementation: change
create_directoryarguments toPathUri, converting at exec-server adapter boundaries.Validation: focused stack validation ran affected crate tests and core regression selectors.
Stacked on #27427.