Skip to content

Refactor endpoint data grouping#193

Merged
mxr merged 1 commit into
mainfrom
endpoint-data-refactor
Apr 25, 2026
Merged

Refactor endpoint data grouping#193
mxr merged 1 commit into
mainfrom
endpoint-data-refactor

Conversation

@mxr
Copy link
Copy Markdown
Owner

@mxr mxr commented Apr 25, 2026

Problem

The plan data fetch path grouped gathered endpoint results by slicing a single combined result list. That made the unpacking depend on offset bookkeeping.

Solution

Add a private endpoint constant derived from the endpoint literal type. Gather results by endpoint group and assign data from a named mapping instead of slice positions.

@mxr mxr marked this pull request as ready for review April 25, 2026 17:08
@mxr mxr enabled auto-merge (squash) April 25, 2026 17:08
@mxr mxr merged commit 21d780b into main Apr 25, 2026
12 checks passed
@mxr mxr deleted the endpoint-data-refactor branch April 25, 2026 17:08
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