Skip to content
This repository has been archived by the owner on Sep 9, 2020. It is now read-only.

Concurrent ensure add #1218

Merged
merged 2 commits into from
Sep 28, 2017
Merged

Commits on Sep 24, 2017

  1. ref(ensure): make ensure -add concurrent

    This change makes `ensure -add` concurrently add the dependencies and
    uses golang.org/x/sync/syncmap for a concurrent map to replace
    addInstructions map.
    
    Also, logs a message when the sources are being fetched.
    darkowlzz committed Sep 24, 2017
    Configuration menu
    Copy the full SHA
    bc88218 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2017

  1. Configuration menu
    Copy the full SHA
    e7899a3 View commit details
    Browse the repository at this point in the history