Skip to content

Conversation

@linev
Copy link
Member

@linev linev commented Jan 28, 2026

In simple cases jsroot uses array-based tree processing creating virtual kOffsetL + type streamer element.
But in case of kChar type this lead to reading data as string.
So one need to avoid this - providing no_string parameter.

Fixes #384

linev added 4 commits January 28, 2026 15:43
In some cases `kOffsetL + kChar` type should be read as array and not as string.
If branch values processed as array - they always
should be read as arrays. So specify no_string for
such case
@linev linev self-assigned this Jan 28, 2026
@linev linev merged commit e6a5efc into dev Jan 28, 2026
18 checks passed
@linev linev deleted the tree_leafb branch January 28, 2026 15:33
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