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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

[snapshot] Replace Objective-C-style NSMakeRange with Swift-style NSRange.init #15128

Merged
merged 2 commits into from
Aug 6, 2019
Merged

[snapshot] Replace Objective-C-style NSMakeRange with Swift-style NSRange.init #15128

merged 2 commits into from
Aug 6, 2019

Conversation

RomanPodymov
Copy link
Contributor

馃攽 Checklist

  • I've run bundle exec rspec from the root directory to see all new and existing tests pass
  • I've followed the fastlane code style and run bundle exec rubocop -a to ensure the code style is valid
  • I've read the Contribution Guidelines
  • I've updated the documentation if necessary.

Motivation and Context

Get the following message in SnapshotHelper.swift line 182 when running swiftlint: Swift constructors are preferred over legacy convenience functions. I think it would be great to use modern Swift API in fastlane.
This is a very small improvement, but I think all users will enjoy it.

Description

Replace Objective-C-style NSMakeRange(0, simulator.count) with Swift-style NSRange(location: 0, length: simulator.count) (suggested by swiftlint https://github.com/realm/SwiftLint). Delete empty line.
To test my changes I replaced SnapshotHelper.swift from the tag fastlane/2.128.1 with my version of SnapshotHelper.swift and run capture_screenshots. Fastlane generated the same screenshots successfully.

Replace Objective-C-style NSMakeRange(0, simulator.count) with Swift-style NSRange(location: 0, length: simulator.count) (suggested by SwiftLint https://github.com/realm/SwiftLint). Delete empty line.
@googlebot
Copy link

Thanks for your pull request. It looks like this may be your first contribution to a Google open source project (if not, look below for help). Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

馃摑 Please visit https://cla.developers.google.com/ to sign.

Once you've signed (or fixed any issues), please reply here with @googlebot I signed it!) and we'll verify it.


What to do if you already signed the CLA

Individual signers
Corporate signers

鈩癸笍 Googlers: Go here for more info.

@RomanPodymov
Copy link
Contributor Author

@googlebot I signed it!

@googlebot
Copy link

CLAs look good, thanks!

鈩癸笍 Googlers: Go here for more info.

@googlebot googlebot added cla: yes and removed cla: no labels Aug 2, 2019
@janpio janpio changed the title Replace Objective-C-style NSMakeRange with Swift-style NSRange.init [snapshot] Replace Objective-C-style NSMakeRange with Swift-style NSRange.init Aug 5, 2019
@janpio
Copy link
Member

janpio commented Aug 5, 2019

Looks good. Could you please also increment the version in the last line of the file so this can be merged for release? Thanks.

Copy link
Member

@mollyIV mollyIV left a comment

Choose a reason for hiding this comment

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

Hey @RomanPodymov ,

Thanks for making this change 馃檶

This is a very small improvement, but I think all users will enjoy it.

Absolutely 馃憤 Slowly, but surely we are making fastlane swift better and better 馃槈

@janpio
Copy link
Member

janpio commented Aug 6, 2019

Thanks for the review @mollyIV (but this is actually not part of fastlane swift, but of the code that the apps run to be able to do snapshot)

@janpio janpio merged commit d1b7d85 into fastlane:master Aug 6, 2019
@mollyIV
Copy link
Member

mollyIV commented Aug 7, 2019

but this is actually not part of fastlane swift, but of the code that the apps run to be able to do snapshot

Oh, you're right, .swift file extension tricked me up 馃槄 馃檶

@fastlane-bot
Copy link

Hey @RomanPodymov 馃憢

Thank you for your contribution to fastlane and congrats on getting this pull request merged 馃帀
The code change now lives in the master branch, however it wasn't released to RubyGems yet.
We usually ship about once a week, and your PR will be included in the next one.

Please let us know if this change requires an immediate release by adding a comment here 馃憤
We'll notify you once we shipped a new release with your changes 馃殌

@fastlane-bot
Copy link

Congratulations! 馃帀 This was released as part of fastlane 2.129.0 馃殌

@fastlane fastlane locked and limited conversation to collaborators Oct 14, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants