Skip to content

Conversation

@tobil4sk
Copy link
Member

array[0] had a side effect of extending an empty array to size 1. Now,
the pointer is retrieved directly without the [] access which prevents
the array being extended.

Fixes #1028.

array[0] had a side effect of extending an empty array to size 1. Now,
the pointer is retrieved directly without the [] access which prevents
the array being extended.
@tobil4sk tobil4sk force-pushed the fix/cpp.Pointer.ofArray-empty branch from 7169f46 to 773d932 Compare November 26, 2025 10:59
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.

cpp.Pointer.ofArray breaks empty Bytes comparison

1 participant