You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: use StringValue instead of string_view for loop-scoped variables
Inner loop variables (table, key, value) reference temporary vectors from
ListTables/Options. After loop iteration the string_view becomes dangling.
StringValue wraps in BinaryString which owns its buffer.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
0 commit comments