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

Unable to check files with escaping #490

Open
ifelsedeveloper opened this issue Aug 16, 2017 · 0 comments
Open

Unable to check files with escaping #490

ifelsedeveloper opened this issue Aug 16, 2017 · 0 comments

Comments

@ifelsedeveloper
Copy link

Hello,
I like your utility, but we have one issue

Tailor Version: v0.12.0

Swift Version: 3.1

Platform (Mac/Linux/Windows/CI): Mac

Installation Method: Homebrew

Steps to Reproduce Issue

  1. Create a test class with function
    private func getAvailableBoosts(completion: @escaping (Int) -> (), failure: @escaping (_ error: RequestError) -> ()) {}
  2. Check this file by tailor
  3. You will see message that it can't be parsed
  4. change function name(remove "error") to
    private func getAvailableBoosts(completion: @escaping (Int) -> (), failure: @escaping (RequestError) -> ()) {}
  5. check file again and it will be parsed successfully

Expected Behavior

Actual Behavior

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

No branches or pull requests

1 participant