Skip to content

refactor(storage): remove dead post cursor parser - #1211

Merged
mdorman merged 2 commits into
mainfrom
issue-797-remove-dead-post-cursor
Aug 27, 2026
Merged

refactor(storage): remove dead post cursor parser#1211
mdorman merged 2 commits into
mainfrom
issue-797-remove-dead-post-cursor

Conversation

@mdorman

@mdorman mdorman commented Aug 27, 2026

Copy link
Copy Markdown
Contributor

Summary

  • remove the unused storage::parse_post_cursor API and its three self-referential tests
  • preserve typed PageCursor decode and legitimate PostCursor projections
  • correct the stale cursor-decode test comment

Verification

  • cargo xtask test-local -- -p storage post_cursor_round_trips_through_wire_cursor
  • cargo xtask test-local -- -p jaunder list_rejects_invalid_cursor_inputs
  • pre-commit and pre-push gates

Closes #797

@mdorman
mdorman enabled auto-merge August 27, 2026 11:33
@mdorman
mdorman added this pull request to the merge queue Aug 27, 2026
Merged via the queue into main with commit 7fe1720 Aug 27, 2026
7 checks passed
@mdorman
mdorman deleted the issue-797-remove-dead-post-cursor branch August 27, 2026 12:10
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.

storage: parse_post_cursor has no production callers after #569

1 participant