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

Enumeration Method Renamings #19

Merged
merged 3 commits into from
Sep 18, 2017
Merged

Enumeration Method Renamings #19

merged 3 commits into from
Sep 18, 2017

Conversation

eddiekaiger
Copy link
Owner

To disambiguate from Foundation, the methods used to retrieve attributes at locations and enumerate attributes will now have the swifty identifier in them:

  • swiftyAttributes(in:options:)
  • enumerateSwiftyAttributes(in:options:using:)
  • enumerateSwiftyAttribute(_:in:options:using:)

This will present breaking changes for people using these methods but will also fix projects where the Foundation equivalent methods were being identified as ambiguous.

@zachlucas
Copy link

👍 Awesome, thanks

Copy link

@zachlucas zachlucas left a comment

Choose a reason for hiding this comment

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

👍

@codecov-io
Copy link

codecov-io commented Sep 18, 2017

Codecov Report

Merging #19 into master will increase coverage by 0.01%.
The diff coverage is 100%.

@@            Coverage Diff             @@
##           master      #19      +/-   ##
==========================================
+ Coverage   99.86%   99.87%   +0.01%     
==========================================
  Files          19       21       +2     
  Lines        1448     1576     +128     
==========================================
+ Hits         1446     1574     +128     
  Misses          2        2

@eddiekaiger eddiekaiger merged commit 666a070 into master Sep 18, 2017
@eddiekaiger eddiekaiger deleted the method-renamings branch September 18, 2017 21:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants