https://github.com/JuliaLang/julia
Revision a6c4691244b6866a74cabeeebf066f93429ea5ab authored by Matt Bauman on 04 May 2018, 17:41:47 UTC, committed by Matt Bauman on 04 May 2018, 17:41:47 UTC
`map` on sets previously returned a `Set`, possibly changing the order or number of elements. This
behavior is deprecated and in the future `map` will preserve order and number of elements.

Fixes #26359.
1 parent fe99c4a
History
Tip revision: a6c4691244b6866a74cabeeebf066f93429ea5ab authored by Matt Bauman on 04 May 2018, 17:41:47 UTC
Deprecate map(f, ::AbstractSet)
Tip revision: a6c4691
File Mode Size
.circleci
.github
base
contrib
deps
doc
etc
src
stdlib
test
ui
.freebsdci.sh -rwxr-xr-x 1.0 KB
.gitattributes -rw-r--r-- 67 bytes
.gitignore -rw-r--r-- 213 bytes
.mailmap -rw-r--r-- 9.5 KB
.travis.yml -rw-r--r-- 6.4 KB
CONTRIBUTING.md -rw-r--r-- 20.4 KB
DISTRIBUTING.md -rw-r--r-- 23.6 KB
HISTORY.md -rw-r--r-- 144.9 KB
LICENSE.md -rw-r--r-- 5.4 KB
Make.inc -rw-r--r-- 35.3 KB
Makefile -rw-r--r-- 25.0 KB
NEWS.md -rw-r--r-- 78.6 KB
README.arm.md -rw-r--r-- 5.7 KB
README.md -rw-r--r-- 29.5 KB
README.windows.md -rw-r--r-- 13.0 KB
VERSION -rw-r--r-- 10 bytes
Windows.inc -rw-r--r-- 1.5 KB
appveyor.yml -rw-r--r-- 2.2 KB

README.md

back to top