Skip to content

Swift 2.2 warnings #503

Closed
Closed
@paulz

Description

@paulz

Thank you for awesome framework we use it daily!

Would it be possible to fix Swift 2.2 warnings showing in Xcode7.3. We could generally ignore them, but our travis-ci.com log gets overwhelmed with those warnings and does not have space left to show test failures:

This log is too long to be displayed. Please reduce the verbosity of your build or download the raw log.

⚠️ /Pods/Quick/Sources/Quick/DSL/DSL.swift:166:105: LINE is deprecated and will be removed in Swift 3, please use #line

public func itBehavesLike(name: String, flags: FilterFlags = [:], file: String = FILE, line: UInt = LINE, sharedExampleContext: SharedExampleContext) {
^~~~~~~~

⚠️ /Pods/Quick/Sources/Quick/DSL/DSL.swift:201:79: FILE is deprecated and will be removed in Swift 3, please use #file

public func xit(description: String, flags: FilterFlags = [:], file: String = FILE, line: UInt = LINE, closure: () -> ()) {
^~~~~~~~

⚠️ /Pods/Quick/Sources/Quick/DSL/DSL.swift:201:102: LINE is deprecated and will be removed in Swift 3, please use #line

public func xit(description: String, flags: FilterFlags = [:], file: String = FILE, line: UInt = LINE, closure: () -> ()) {
^~~~~~~~

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions