Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deprecate map(f, ::AbstractSet) #26980

Merged
merged 1 commit into from
May 4, 2018
Merged

Deprecate map(f, ::AbstractSet) #26980

merged 1 commit into from
May 4, 2018

Conversation

mbauman
Copy link
Sponsor Member

@mbauman mbauman commented May 4, 2018

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.

`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.
@mbauman mbauman added the kind:deprecation This change introduces or involves a deprecation label May 4, 2018
@mbauman mbauman added this to the 1.0 milestone May 4, 2018
Copy link
Member

@fredrikekre fredrikekre left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This touched a surprisingly small number of lines.

@Keno Keno merged commit 55a47e8 into master May 4, 2018
@Keno
Copy link
Member

Keno commented May 4, 2018

Thanks, Matt.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind:deprecation This change introduces or involves a deprecation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants