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

Fix Xcode 8 hung-up by making Helper.backticks retriable #6000

Closed
wants to merge 4 commits into from

Commits on Sep 5, 2016

  1. Configuration menu
    Copy the full SHA
    5682b7f View commit details
    Browse the repository at this point in the history
  2. Make Helper.backticks retriable

    Retriable is a simple DSL to retry failed code blocks with randomized
    exponential backoff time intervals. This is especially useful when
    interacting external api/services or file system calls.
    
    See more about retriable:
    https://github.com/kamui/retriable/blob/master/README.md
    nafu committed Sep 5, 2016
    Configuration menu
    Copy the full SHA
    55be9a0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    39c475a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    68031fd View commit details
    Browse the repository at this point in the history