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
The Base version of filter on Dict requires a function that takes two arguments. That's not the case for PersistentHashMap. Arguably, the existing FunctionalCollections behaviour makes more sense; I've filed JuliaLang/julia#17886 over in Base. If Base transitions to one-argument, then nothing needs to be done; otherwise, I feel like PersistentHashMap must be changed too to avoid the surprise factor.
The text was updated successfully, but these errors were encountered:
The Base version of
filter
onDict
requires a function that takes two arguments. That's not the case forPersistentHashMap
. Arguably, the existingFunctionalCollections
behaviour makes more sense; I've filed JuliaLang/julia#17886 over inBase
. IfBase
transitions to one-argument, then nothing needs to be done; otherwise, I feel likePersistentHashMap
must be changed too to avoid the surprise factor.The text was updated successfully, but these errors were encountered: