[codex] pin latest boxcars and release parser 1.3.0 - #10
Merged
Conversation
gankoji
marked this pull request as ready for review
July 20, 2026 07:27
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Problem
Recent Rocket League replays can fail full analysis with
Replay is missing parsed network frames, including973E29BA437C1AA2B54BC6AFE28BA0B3.replay. The replay itself is valid and contains 10,659 frames.Root cause
Older parser artifacts use a
boxcarsrelease that does not recognize theTAGame.PRI_TA:AnonymizedNamenetwork attribute. Because the binding parses withNetworkParse::IgnoreOnError, that decoder error is downgraded tonetwork_frames = None, which hides the actionable attribute error behind the missing-frames message.The repository already resolved
boxcars 0.11.5, which supports that attribute, but the manifest used a compatible range rather than an exact pin. The Cargo and Python package versions were also out of sync, while the publish workflow generated a fresh patch version every day instead of publishing an explicitly committed release.Changes
boxcarsexactly to the current latest release,0.11.5.1.3.0.IgnoreOnErrorbinding path returns all 10,659 frames.After this PR merges, the existing trusted-publishing workflow will build and publish
sprocket-rl-parser 1.3.0to PyPI.Validation
cargo test --locked1.3.0>1.2.122at validation time)protoc 29.5