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
{{ message }}
This repository was archived by the owner on Nov 9, 2017. It is now read-only.
I believe it's because of this line in the eval version, and this one in the base version, throwing away any nils after looking up the reducer in the reducers map. Wouldn't it be better to throw some sort of error if a requested reducer does not exist?
If you mis-spell the name of a reducer function, it will be ignored silently, e.g.:
I believe it's because of this line in the
evalversion, and this one in the base version, throwing away any nils after looking up the reducer in the reducers map. Wouldn't it be better to throw some sort of error if a requested reducer does not exist?