Skip to content
Snippets Groups Projects
  • Nat Goodspeed's avatar
    1a1563bb
    Untested support for passing array to map-registered function. · 1a1563bb
    Nat Goodspeed authored
    An array-registered function has no param names, so you can only pass an
    array: a map would be meaningless. Initial implementation of map-registered
    functions assumed that since you CAN pass a map, you MUST pass a map. But in
    fact it's meaningful to pass an array as well -- for whatever reason -- and
    easy to implement, so there you are. Tests to follow.
    1a1563bb
    History
    Untested support for passing array to map-registered function.
    Nat Goodspeed authored
    An array-registered function has no param names, so you can only pass an
    array: a map would be meaningless. Initial implementation of map-registered
    functions assumed that since you CAN pass a map, you MUST pass a map. But in
    fact it's meaningful to pass an array as well -- for whatever reason -- and
    easy to implement, so there you are. Tests to follow.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.