Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: JuliaLang/julia
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: samoconnor/julia
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 7 commits
  • 1 file changed
  • 1 contributor

Commits on Sep 4, 2015

  1. pmap() cleanup. See #12908.

    Interface
    
    - Rethrow worker exception unless `err_stop == false` (fix #12908).
    - Change err_retry from bool to int number of retries.
    - Set defaults to `err_retry=0`, err_stop=true to match `map()`
    
    Implementation
    
    - Use `enumerate(zip(lsts...))` in place of `getnextidx()`,
      `states`, `nxtvals` etc to simplify iteration logic.
    - Use `finally` to clear `busy_workers` flag.
    samoconnor committed Sep 4, 2015
    Configuration menu
    Copy the full SHA
    75b3c9a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a42489a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    513e03d View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2015

  1. pmap cleanup

    samoconnor committed Oct 7, 2015
    Configuration menu
    Copy the full SHA
    2c9ef06 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2016

  1. pmap() clenaup

    samoconnor committed Jan 13, 2016
    Configuration menu
    Copy the full SHA
    639a1b3 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2016

  1. Configuration menu
    Copy the full SHA
    f2d8e24 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    032c922 View commit details
    Browse the repository at this point in the history
Loading