[codex] migrate ExecutorFileSystem get_metadata to PathUri - #27429
Closed
anp-oai wants to merge 1 commit into
Closed
[codex] migrate ExecutorFileSystem get_metadata to PathUri#27429anp-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-create-directory
branch
from
June 10, 2026 18:08
f3f79e9 to
9fc12ab
Compare
anp-oai
force-pushed
the
codex/exec-server-path-uri-get-metadata
branch
2 times, most recently
from
June 10, 2026 18:12
0106c8a to
c8c79ac
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-get-metadata
branch
from
June 10, 2026 19:03
c8c79ac to
e357762
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-get-metadata
branch
from
June 10, 2026 20:20
e357762 to
271227e
Compare
anp-oai
force-pushed
the
codex/exec-server-path-uri-get-metadata
branch
from
June 10, 2026 22:22
271227e to
c0dda81
Compare
anp-oai
force-pushed
the
codex/exec-server-path-uri-create-directory
branch
from
June 10, 2026 22:22
72339a7 to
aea014d
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
ExecutorFileSystemmetadata reads ontoPathUriwithout changing wire payloads.Implementation: change
get_metadataarguments toPathUri, converting at exec-server adapter boundaries.Validation: focused stack validation ran affected crate tests and core regression selectors.
Stacked on #27428.