60 lines
2.2 KiB
Markdown
60 lines
2.2 KiB
Markdown
<!-- file: history/0.3.0/0-pre.5.fix.1.md -->
|
|
<!-- version: 1 -->
|
|
|
|
# Historique 0.3.0-0-pre.5.fix.1
|
|
|
|
## Statut
|
|
|
|
Intégration plateforme du POC Snake Web validée par l'utilisateur le 2026-09-20. Aucun défaut structurel supplémentaire n'est identifié ; `0-pre.6` conditionnelle est omise et la version peut entrer en `2-beta.1`.
|
|
|
|
## Validation utilisateur
|
|
|
|
Les gates suivantes ont passé sur `0.3.0-0-pre.5.fix.1` :
|
|
|
|
```text
|
|
General Rust rule audit: clean
|
|
Rust export completeness audit: 0 candidate(s)
|
|
games.sasedev workspace audit: clean
|
|
Markdown table audit: clean (5 table(s), 191 file(s))
|
|
Distribution layout audit: clean (31 required path(s), 1 forbidden path(s) absent)
|
|
cargo fmt --all -- --check: clean
|
|
cargo check --workspace: clean
|
|
cargo clippy --workspace --all-targets --all-features -- -D warnings: clean
|
|
cargo test -p engine-v1-platform-api --all-targets --all-features: 3 passed, 0 failed
|
|
cargo test -p game-snake-poc-wasm --all-targets --all-features: 4 passed, 0 failed
|
|
cargo build -p game-snake-poc-wasm --target wasm32-unknown-unknown: clean
|
|
wasm-bindgen --target web: clean
|
|
cargo tree -p game-snake-poc-wasm --edges normal: frontière attendue
|
|
npm install: 64 packages audités, 0 vulnérabilité
|
|
npm run build: clean, 30 modules transformés, 2 assets copiés
|
|
npm run dev: Vite démarré sur 127.0.0.1:1434
|
|
```
|
|
|
|
Le warning npm non bloquant relatif au script d'installation de `@parcel/watcher@2.6.0` reste présent.
|
|
|
|
## Smoke Web accepté
|
|
|
|
Le navigateur confirme :
|
|
|
|
```text
|
|
Provenance: web / browser / wasm / desktop / keyboard-mouse
|
|
Assets: snake / engine-v1
|
|
controls: clavier et contrôles souris fonctionnels
|
|
```
|
|
|
|
Le chargement des assets est donc réparé en dev et le bridge expose la provenance attendue. Les tests lifecycle/resize plus larges restent repris dans la gate beta afin de consolider le comportement feature-complete.
|
|
|
|
## Non-régression Desktop SDL3
|
|
|
|
Le smoke `cargo run -p game-snake-poc-desktop` passe :
|
|
|
|
```text
|
|
desktop SDL3 runner started game="snake"
|
|
SDL3 runtime started title=Snake POC width=405 height=720
|
|
SDL3 runtime stopped frames=411
|
|
```
|
|
|
|
## Suite
|
|
|
|
La tranche conditionnelle `0-pre.6` est omise. `2-beta.1` ouvre une validation large sans nouveau scope fonctionnel.
|