Skip to content

add piecepack_parser() alias and fix !PieceId bug#27

Merged
trevorld merged 2 commits into
mainfrom
piecepack_parser
Apr 25, 2026
Merged

add piecepack_parser() alias and fix !PieceId bug#27
trevorld merged 2 commits into
mainfrom
piecepack_parser

Conversation

@trevorld

Copy link
Copy Markdown
Member
  • feat: piecepack_parser() and fix !PieceId bug

    • Export piecepack_parser() as an alias for default_parser().
    • Fix process_exclamation_move() which was truncating the piece ID to
      a single character, causing !PieceId to fail for any PieceId longer
      than one character.

    Co-Authored-By: Claude Sonnet 4.6 noreply@anthropic.com

  • test: Add tests for all movetext parsers
    Co-Authored-By: Claude Sonnet 4.6 noreply@anthropic.com

trevorld and others added 2 commits April 25, 2026 11:26
* Export `piecepack_parser()` as an alias for `default_parser()`.
* Fix `process_exclamation_move()` which was truncating the piece ID to
  a single character, causing `!PieceId` to fail for any PieceId longer
  than one character.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@codecov

codecov Bot commented Apr 25, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 88.80%. Comparing base (3f45e5c) to head (3101654).
⚠️ Report is 2 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #27      +/-   ##
==========================================
+ Coverage   86.92%   88.80%   +1.87%     
==========================================
  Files           8        8              
  Lines        1224     1224              
==========================================
+ Hits         1064     1087      +23     
+ Misses        160      137      -23     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@trevorld trevorld merged commit d981cc1 into main Apr 25, 2026
7 checks passed
@trevorld trevorld deleted the piecepack_parser branch April 25, 2026 20:00
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.

1 participant