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
Improve clarity for treating null for List values (#213)
As mentioned in #83, we had left the treatment of input `null` by a List value ambiguous, while there is an intended behavior.
Because of the existing language, it's easy to misinterpret providing `null` to `[String]` as the value `[null]`, while the correct interpretating would be `null`.
0 commit comments