Skip to content

Instantly share code, notes, and snippets.

@ssherar
Created February 16, 2015 13:25
Show Gist options
  • Save ssherar/768004cf60fc6671c39e to your computer and use it in GitHub Desktop.
Save ssherar/768004cf60fc6671c39e to your computer and use it in GitHub Desktop.
/Users/sambuca/Documents/diss/formulary/Vendor/Nimble/Nimble/Matchers/BeLessThan.swift:32:53: error: expected type after 'as'
let expr = actualExpression.cast { $0 as! NMBComparable? }
^
/Users/sambuca/Documents/diss/formulary/Vendor/Nimble/Nimble/Matchers/Contain.swift:64:43: error: expected type after 'as'
return contain(expected as! String).matches(expr, failureMessage: failureMessage)
^
/Users/sambuca/Documents/diss/formulary/Vendor/Nimble/Nimble/Matchers/Contain.swift:64:43: error: expected ',' separator
return contain(expected as! String).matches(expr, failureMessage: failureMessage)
^
,
/Users/sambuca/Documents/diss/formulary/Vendor/Nimble/Nimble/Matchers/Contain.swift:64:43: error: expected expression in list of expressions
return contain(expected as! String).matches(expr, failureMessage: failureMessage)
^
/Users/sambuca/Documents/diss/formulary/Vendor/Nimble/Nimble/Matchers/Contain.swift:64:43: error: expected ',' separator
return contain(expected as! String).matches(expr, failureMessage: failureMessage)
^
,
/Users/sambuca/Documents/diss/formulary/Vendor/Nimble/Nimble/Matchers/Contain.swift:64:52: error: consecutive statements on a line must be separated by ';'
return contain(expected as! String).matches(expr, failureMessage: failureMessage)
^
;
/Users/sambuca/Documents/diss/formulary/Vendor/Nimble/Nimble/Matchers/Contain.swift:64:52: error: expected expression
return contain(expected as! String).matches(expr, failureMessage: failureMessage)
^
/Users/sambuca/Documents/diss/formulary/Vendor/Nimble/Nimble/Matchers/BeginWith.swift:46:45: error: expected type after 'as'
return beginWith(expected as! String).matches(expr, failureMessage: failureMessage)
^
/Users/sambuca/Documents/diss/formulary/Vendor/Nimble/Nimble/Matchers/BeginWith.swift:46:45: error: expected ',' separator
return beginWith(expected as! String).matches(expr, failureMessage: failureMessage)
^
,
/Users/sambuca/Documents/diss/formulary/Vendor/Nimble/Nimble/Matchers/BeginWith.swift:46:45: error: expected expression in list of expressions
return beginWith(expected as! String).matches(expr, failureMessage: failureMessage)
^
/Users/sambuca/Documents/diss/formulary/Vendor/Nimble/Nimble/Matchers/BeginWith.swift:46:45: error: expected ',' separator
return beginWith(expected as! String).matches(expr, failureMessage: failureMessage)
^
,
/Users/sambuca/Documents/diss/formulary/Vendor/Nimble/Nimble/Matchers/BeginWith.swift:46:54: error: consecutive statements on a line must be separated by ';'
return beginWith(expected as! String).matches(expr, failureMessage: failureMessage)
^
;
/Users/sambuca/Documents/diss/formulary/Vendor/Nimble/Nimble/Matchers/BeginWith.swift:46:54: error: expected expression
return beginWith(expected as! String).matches(expr, failureMessage: failureMessage)
^
/Users/sambuca/Documents/diss/formulary/Vendor/Nimble/Nimble/Matchers/EndWith.swift:56:43: error: expected type after 'as'
return endWith(expected as! String).matches(expr, failureMessage: failureMessage)
^
/Users/sambuca/Documents/diss/formulary/Vendor/Nimble/Nimble/Matchers/EndWith.swift:56:43: error: expected ',' separator
return endWith(expected as! String).matches(expr, failureMessage: failureMessage)
^
,
/Users/sambuca/Documents/diss/formulary/Vendor/Nimble/Nimble/Matchers/EndWith.swift:56:43: error: expected expression in list of expressions
return endWith(expected as! String).matches(expr, failureMessage: failureMessage)
^
/Users/sambuca/Documents/diss/formulary/Vendor/Nimble/Nimble/Matchers/EndWith.swift:56:43: error: expected ',' separator
return endWith(expected as! String).matches(expr, failureMessage: failureMessage)
^
,
/Users/sambuca/Documents/diss/formulary/Vendor/Nimble/Nimble/Matchers/EndWith.swift:56:52: error: consecutive statements on a line must be separated by ';'
return endWith(expected as! String).matches(expr, failureMessage: failureMessage)
^
;
/Users/sambuca/Documents/diss/formulary/Vendor/Nimble/Nimble/Matchers/EndWith.swift:56:52: error: expected expression
return endWith(expected as! String).matches(expr, failureMessage: failureMessage)
^
/Users/sambuca/Documents/diss/formulary/Vendor/Nimble/Nimble/Matchers/MatcherProtocols.swift:85:38: error: expected type after 'as'
return compare(otherObject as! NSNumber)
^
/Users/sambuca/Documents/diss/formulary/Vendor/Nimble/Nimble/Matchers/MatcherProtocols.swift:85:38: error: expected ',' separator
return compare(otherObject as! NSNumber)
^
,
/Users/sambuca/Documents/diss/formulary/Vendor/Nimble/Nimble/Matchers/MatcherProtocols.swift:85:38: error: expected expression in list of expressions
return compare(otherObject as! NSNumber)
^
/Users/sambuca/Documents/diss/formulary/Vendor/Nimble/Nimble/Matchers/MatcherProtocols.swift:85:38: error: expected ',' separator
return compare(otherObject as! NSNumber)
^
,
/Users/sambuca/Documents/diss/formulary/Vendor/Nimble/Nimble/Matchers/MatcherProtocols.swift:90:38: error: expected type after 'as'
return compare(otherObject as! String)
^
/Users/sambuca/Documents/diss/formulary/Vendor/Nimble/Nimble/Matchers/MatcherProtocols.swift:90:38: error: expected ',' separator
return compare(otherObject as! String)
^
,
/Users/sambuca/Documents/diss/formulary/Vendor/Nimble/Nimble/Matchers/MatcherProtocols.swift:90:38: error: expected expression in list of expressions
return compare(otherObject as! String)
^
/Users/sambuca/Documents/diss/formulary/Vendor/Nimble/Nimble/Matchers/MatcherProtocols.swift:90:38: error: expected ',' separator
return compare(otherObject as! String)
^
,
/Users/sambuca/Documents/diss/formulary/Vendor/Nimble/Nimble/FailureMessage.swift:19:87: error: expected type after 'as'
var lines: [String] = (value as NSString).componentsSeparatedByString("\n") as! [String
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment