Remove DrawMode #82

Closed
opened 2026-06-11 03:07:49 +00:00 by Quaternions · 1 comment

Remove DrawMode type in solitaire_core/src/klondike_adapter.rs. Replace all usages with the identical upstream type DrawStockConfig

Remove DrawMode type in solitaire_core/src/klondike_adapter.rs. Replace all usages with the identical upstream type DrawStockConfig
Owner

Resolved in commit 5c992cb. Local DrawMode replaced by upstream klondike::DrawStockConfig everywhere (278 refs across all crates); re-exported from solitaire_core. Serde is unchanged (same "DrawOne"/"DrawThree" named variants) so saves stay byte-compatible. cargo test --workspace + clippy -D warnings green.

Resolved in commit 5c992cb. Local DrawMode replaced by upstream klondike::DrawStockConfig everywhere (278 refs across all crates); re-exported from solitaire_core. Serde is unchanged (same "DrawOne"/"DrawThree" named variants) so saves stay byte-compatible. cargo test --workspace + clippy -D warnings green.
Sign in to join this conversation.
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: funman300/Ferrous-Solitaire#82