Skip to content

Fix manifest load-all chunk selection#27

Merged
zipproth merged 1 commit intoacrion:developfrom
chboishabba:mcp-zelph-partial-load
Apr 10, 2026
Merged

Fix manifest load-all chunk selection#27
zipproth merged 1 commit intoacrion:developfrom
chboishabba:mcp-zelph-partial-load

Conversation

@chboishabba
Copy link
Copy Markdown

This follow-up fixes the manifest-mode load-all path after PR #25.\n\nProblem\n- When no explicit chunk selectors are provided, the corresponding selection pointer is null, but the inner per-chunk loop still checked the selection set and skipped every chunk.\n- That meant could load no payload chunks even though omitted selectors are documented to mean load all.\n\nFix\n- Apply the per-chunk selection filter only when the corresponding selection pointer is non-null.\n- The change is applied symmetrically for left, right, nameOfNode, and nodeOfName.\n\nValidation\n- Rebased onto current .\n- Local rebuild passed.\n\nThis is the issue Stefan flagged in the PR #24 thread and again after PR #25.

@zipproth zipproth self-assigned this Apr 10, 2026
@zipproth zipproth merged commit f827cc7 into acrion:develop Apr 10, 2026
12 checks passed
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.

2 participants