fix/position-validation-lineup #10

Merged
cal merged 2 commits from fix/position-validation-lineup into main 2026-02-11 04:15:45 +00:00
Owner
No description provided.
cal added 2 commits 2026-02-11 04:13:09 +00:00
Early returns in log_chaos, log_sac_bunt, and log_stealing left play
locks permanently stuck because the lock was acquired but never released.
The new locked_play async context manager wraps checks_log_interaction()
and guarantees lock release on exception, early return, or normal exit.

Migrated all 18 locking commands in gameplay.py and removed redundant
double-locking in end_game_command.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Update VERSION
All checks were successful
Build Docker Image / build (pull_request) Successful in 2m20s
0168279f6d
cal merged commit df97b76294 into main 2026-02-11 04:15:45 +00:00
cal deleted branch fix/position-validation-lineup 2026-02-11 04:15:46 +00:00
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: cal/paper-dynasty-discord#10
No description provided.