v0.3.8-pre.005-fix.001
This commit is contained in:
36
deltas/0.3.8/pre.005-fix.001.md
Normal file
36
deltas/0.3.8/pre.005-fix.001.md
Normal file
@@ -0,0 +1,36 @@
|
||||
<!-- file: deltas/0.3.8/pre.005-fix.001.md -->
|
||||
<!-- version: 1 -->
|
||||
|
||||
# Delta `0.3.8-pre.005-fix.001` — restauration de la fixture Account inspection
|
||||
|
||||
## Base requise
|
||||
|
||||
Base directe attendue : `0.3.8-pre.005`.
|
||||
|
||||
## Objet
|
||||
|
||||
Corriger exclusivement l'erreur de syntaxe introduite dans le test unitaire PostgreSQL Account inspection : la fonction fixture `inspection_row(data_length_bytes)` avait perdu sa signature lors de l'assemblage de `pre.005`.
|
||||
|
||||
## Modifications
|
||||
|
||||
- `Cargo.toml` : version workspace `0.3.8-pre.5.fix.1` ;
|
||||
- `crates/ksp-store-postgres-lib/unit_tests/raw_account.rs` : restauration de `fn inspection_row(data_length_bytes: i64) -> super::RawAccountInspectionDbRow` ;
|
||||
- `docs/validation/025-V0_3_8_STORE_DESK.md` : consignation du gate opérateur et du live proof Account PostgreSQL 17.
|
||||
|
||||
## Hors scope
|
||||
|
||||
Aucun changement de SQL, runtime, migration, Store API, façade, capability, UI Desk ou protocole DataTables.
|
||||
|
||||
## Validation attendue
|
||||
|
||||
```bash
|
||||
cargo fmt --all
|
||||
python3 scripts/audit_rust_workspace_rules.py
|
||||
python3 scripts/audit_markdown_tables.py README.md RULES.md ROADMAP.md CHANGELOG.md docs prompts crates deltas
|
||||
cargo check --workspace
|
||||
cargo clippy --workspace --all-targets
|
||||
cargo test -p ksp-store-postgres-lib
|
||||
cargo test -p ksp-store-lib
|
||||
cargo check -p ksp-store-lib --no-default-features
|
||||
cargo test -p ksp-store-api
|
||||
```
|
||||
Reference in New Issue
Block a user