mirror of
https://github.com/openai/codex.git
synced 2026-05-23 12:34:25 +00:00
PR feedback
This commit is contained in:
@@ -157,6 +157,16 @@ def parse_args() -> argparse.Namespace:
|
||||
"built-in default workflow."
|
||||
),
|
||||
)
|
||||
parser.add_argument(
|
||||
"--allow-legacy-codex-package",
|
||||
action="store_true",
|
||||
# This legacy installer already consumes per-binary artifacts; keep the
|
||||
# flag so newer staging workflows can call older PR branches.
|
||||
help=(
|
||||
"Accepted as a no-op compatibility flag for staging workflows that "
|
||||
"may synthesize codex-package layouts from legacy per-binary artifacts."
|
||||
),
|
||||
)
|
||||
parser.add_argument(
|
||||
"root",
|
||||
nargs="?",
|
||||
|
||||
@@ -4,10 +4,10 @@ Vendored from upstream SQLite Fossil trunk:
|
||||
- `ext/recover/sqlite3recover.h`
|
||||
- `ext/recover/dbdata.c`
|
||||
|
||||
`sqlite3.h` is copied from the `libsqlite3-sys` 0.30.1 bundled SQLite
|
||||
source so Cargo and Bazel compile these extension files with matching public
|
||||
SQLite declarations without adding a build-dependency that would compile
|
||||
SQLite a second time.
|
||||
`sqlite3.h` is a comment-stripped copy from the `libsqlite3-sys` 0.30.1
|
||||
bundled SQLite source so Cargo and Bazel compile these extension files with
|
||||
matching public SQLite declarations without adding a build-dependency that
|
||||
would compile SQLite a second time.
|
||||
|
||||
These files implement SQLite's recover extension without invoking the
|
||||
`sqlite3` command-line shell. They are compiled into `codex-state` and link
|
||||
|
||||
12638
codex-rs/state/vendor/sqlite-recover/sqlite3.h
vendored
12638
codex-rs/state/vendor/sqlite-recover/sqlite3.h
vendored
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user