mirror of
https://github.com/openai/codex.git
synced 2026-05-03 19:06:58 +00:00
Motivation: - `codex-app-server-protocol` schema fixtures are not insta snapshots. - Filtering `*.snap.new` is confusing and risks hiding real files. What changed: - Remove the `.snap.new` filename special case in `read_schema_fixture_tree`. Refs: macOS Bazel schema fixture mismatch investigation
8 lines
204 B
Python
8 lines
204 B
Python
load("//:defs.bzl", "codex_rust_crate")
|
|
|
|
codex_rust_crate(
|
|
name = "app-server-protocol",
|
|
crate_name = "codex_app_server_protocol",
|
|
test_data_extra = glob(["schema/**"], allow_empty = True),
|
|
)
|