Skip to content

Fix config-loader tests after filesystem abstraction race#18351

Merged
bolinfest merged 1 commit into
mainfrom
pr18351
Apr 17, 2026
Merged

Fix config-loader tests after filesystem abstraction race#18351
bolinfest merged 1 commit into
mainfrom
pr18351

Conversation

@bolinfest
Copy link
Copy Markdown
Collaborator

@bolinfest bolinfest commented Apr 17, 2026

Why

origin/main picked up two changes that crossed in flight:

Once both landed, just clippy failed because the new tests no longer matched the current helper API.

What

Verification

  • just clippy
  • cargo test -p codex-core load_requirements_toml_resolves_deny_read
  • cargo test -p codex-core --test all unified_exec_enforces_glob_deny_read_policy
@bolinfest bolinfest changed the title fix build breakage resulting from merge race Fix config-loader tests after filesystem abstraction race Apr 17, 2026
load_requirements_toml(
LOCAL_FS.as_ref(),
&mut config_requirements_toml,
&requirements_file,
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

requirements_file.abs()

@bolinfest bolinfest merged commit d0eff70 into main Apr 17, 2026
25 checks passed
@bolinfest bolinfest deleted the pr18351 branch April 17, 2026 16:20
@github-actions github-actions Bot locked and limited conversation to collaborators Apr 17, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

3 participants