Skip to content

[validation-test] Fix Swift 3 warnings in .gyb (NFC) #1270

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

Merged
merged 1 commit into from
Feb 11, 2016

Conversation

modocache
Copy link
Contributor

Silence Swift 3 migration warnings:

  • Replace -- and ++ with -= 1 and += 1.
  • Replace screaming snake case identifiers with #file and #line.

Silence Swift 3 migration warnings:

- Replace `--` and `++` with `-= 1` and `+= 1`.
- Replace screaming snake case identifiers with `#file` and `#line`.
@gribozavr
Copy link
Contributor

@swift-ci Please test

@gribozavr
Copy link
Contributor

@swift-ci Please test

lattner added a commit that referenced this pull request Feb 11, 2016
[validation-test] Fix Swift 3 warnings in .gyb (NFC)
@lattner lattner merged commit 9da87ef into swiftlang:master Feb 11, 2016
@modocache modocache deleted the fix-arithetic-trap-warnings branch February 11, 2016 19:54
@modocache
Copy link
Contributor Author

Thanks! 👍

MaxDesiatov pushed a commit that referenced this pull request Oct 19, 2020
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