**Reject steals when action segments are present** #59
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
umpire274/bs_scoring#59
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Reject steals when action segments are present
check_mixingonly errors onhas_pitch && has_non_steal_action, so lines that mix steals with hits/outs/FC (for example5 h, 3 st 2b) are accepted even though this combination is unsupported in the new grammar. Once accepted,build_commandsstill emits both commands (steal plus hit/defensive play), which can apply extra runner movement in the same plate appearance and produce incorrect scoring state instead of a validation error. Please add an explicit steal-vs-action exclusion in the mixing pass.Useful? React with 👍 / 👎.
Originally posted by @chatgpt-codex-connector[bot] in https://github.com/umpire274/bs_scoring/pull/58#discussion_r3111521197