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
Julia Version 1.6.2
Commit 1b93d53fc4 (2021-07-14 15:36 UTC)
Platform Info:
OS: Windows (x86_64-w64-mingw32)
CPU: AMD Ryzen 7 3700X 8-Core Processor
WORD_SIZE: 64
LIBM: libopenlibm
LLVM: libLLVM-11.0.1 (ORCJIT, znver2)
Attempting to Base.map a set or dictionary gives the specialized error messages "map is not defined on sets" and "map is not defined on dictionaries" respectively, even though map is (or at least should be) defined on any iterable, including DataStructures.jl's OrderedDict, OrderedSet, and their Sorted counterparts. Base.collect works on them, anyway (and provides a workaround).
The text was updated successfully, but these errors were encountered:
na-sa-do
changed the title
map is not defined on sets, but it should be
map is not defined on sets/dictionaries, but it should be
Sep 6, 2021
Attempting to
Base.map
a set or dictionary gives the specialized error messages "map is not defined on sets" and "map is not defined on dictionaries" respectively, even though map is (or at least should be) defined on any iterable, including DataStructures.jl's OrderedDict, OrderedSet, and their Sorted counterparts.Base.collect
works on them, anyway (and provides a workaround).The text was updated successfully, but these errors were encountered: