Skip to content

Conversation

@bglw
Copy link
Collaborator

@bglw bglw commented Jun 1, 2025

No description provided.

@bglw bglw requested a review from Copilot June 1, 2025 22:52
BlakeMScurr
BlakeMScurr previously approved these changes Jun 1, 2025
Copy link
Collaborator

@BlakeMScurr BlakeMScurr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR prepares a production release by introducing a new capability to rearrange a player's hand and updating related client and server functionality, along with database migration and dependency version bumps.

  • Added RearrangeHand functionality to both server and client code.
  • Updated migration scripts for changelogs.
  • Upgraded the wasm-bindgen-cli version in the Dockerfile and GitHub workflow.

Reviewed Changes

Copilot reviewed 16 out of 16 changed files in this pull request and generated 4 comments.

Show a summary per file
File Description
truncate_server/src/main.rs Added a new match arm for RearrangeHand with a TODO for error handling.
truncate_server/src/game_state.rs Added rearrange_hand method that currently ignores error results.
truncate_core/src/messages.rs Introduced a new PlayerMessage::RearrangeHand variant.
truncate_client/src/regions/single_player.rs Integrated rearrange_hand handling upon receiving the corresponding message.
truncate_client/src/lil_bits/hand.rs Extended hand rendering logic for rearrangement with potential panic risk.
Other migration and dependency files Updated migration scripts and dependency versions accordingly.

@bglw bglw merged commit 202d61b into production Jun 1, 2025
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants