0.1.0-3-rc.1-fix.1
This commit is contained in:
51
deltas/0.1.0/3-rc.1.fix.1.md
Normal file
51
deltas/0.1.0/3-rc.1.fix.1.md
Normal file
@@ -0,0 +1,51 @@
|
||||
<!-- file: deltas/0.1.0/3-rc.1.fix.1.md -->
|
||||
<!-- version: 1 -->
|
||||
|
||||
# Delta 0.1.0-3-rc.1.fix.1
|
||||
|
||||
## Base
|
||||
|
||||
Base déclarée : `0.1.0-3-rc.1`.
|
||||
|
||||
## Défaut
|
||||
|
||||
La gate RC complète échoue sur le test :
|
||||
|
||||
```text
|
||||
tests::native_bridge_contract_version_is_one
|
||||
```
|
||||
|
||||
Le contrat JNI courant vaut `3`, alors que ce test historique attend encore `1`.
|
||||
|
||||
## Correctif
|
||||
|
||||
Le test devient :
|
||||
|
||||
```text
|
||||
native_bridge_contract_version_is_three
|
||||
```
|
||||
|
||||
et vérifie désormais la valeur :
|
||||
|
||||
```text
|
||||
3
|
||||
```
|
||||
|
||||
Aucun comportement runtime, gameplay ou plateforme n'est modifié.
|
||||
|
||||
## Validation
|
||||
|
||||
```bash
|
||||
cargo fmt --all
|
||||
cargo fmt --all -- --check
|
||||
|
||||
python3 scripts/audit_rust_workspace_rules.py
|
||||
python3 scripts/audit_markdown_tables.py README.md RULES.md ROADMAP.md CHANGELOG.md docs prompts crates Android deltas history
|
||||
python3 scripts/audit_distribution_layout.py
|
||||
|
||||
cargo check --workspace
|
||||
cargo clippy --workspace --all-targets --all-features -- -D warnings
|
||||
cargo test --workspace --all-targets --all-features
|
||||
```
|
||||
|
||||
Si cette gate complète passe, reprendre les builds/smokes RC prévus pour Desktop, Tauri et Android.
|
||||
Reference in New Issue
Block a user