-
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
Passing a name that does not correspond to any variable produces an empty state string with no warning or error.
Current behavior
- returns success with no output.
- Callers cannot distinguish a typo from an intentional omission.
Expected behavior
- Detect unknown variable names and fail with a clear error (or emit a warning).
Severity
Medium.
Notes
- This is currently covered by tests added for unknown names.
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