-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
backward-compatibleChanges that maintain backward compatibilityChanges that maintain backward compatibilitybugSomething isn't workingSomething isn't workingbugfixBug fix branch typeBug fix branch typemediumMedium severity issueMedium severity issue
Description
Summary
Associative arrays are silently ignored by hs_persist_state.
Current behavior
local -A amap=([key]=value)persisted viahs_persist_state amapemits no state.- Callers receive no warning or error.
Expected behavior
- Either persist associative arrays or explicitly error out when they are passed.
Severity
Medium.
Notes
- Associative arrays can be represented as two indexed arrays (keys/values).
- Indexed arrays can be represented as associative arrays as well, but both are variable-length structures.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
backward-compatibleChanges that maintain backward compatibilityChanges that maintain backward compatibilitybugSomething isn't workingSomething isn't workingbugfixBug fix branch typeBug fix branch typemediumMedium severity issueMedium severity issue