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

use git subtree to graft Pkg3, etc. into stdlib #25942

Closed
wants to merge 974 commits into from
Closed
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Oct 17, 2017

  1. Configuration menu
    Copy the full SHA
    ae5a17b View commit details
    Browse the repository at this point in the history
  2. character and string concatenation

    Michael Reed committed Oct 17, 2017
    Configuration menu
    Copy the full SHA
    55c211c View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2017

  1. Configuration menu
    Copy the full SHA
    a2f800b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f8a8248 View commit details
    Browse the repository at this point in the history
  3. only build after writing out new environment

    otherwise the build process doesn't pick up correct versions
    StefanKarpinski committed Oct 19, 2017
    Configuration menu
    Copy the full SHA
    28c803e View commit details
    Browse the repository at this point in the history
  4. fix the PyCall build issue, use 16-byte slugs for version dirs

    The miniconda installer creates the correct shebang line no problem
    but conda update encounters long shebang lines and decides that they
    are dangerous, so it silently replaces a "long" (≥128 bytes) path to
    `python` with `/usr/bin/env python`. What could go wrong?!? This works
    around that behavior by using a 16-byte "slug" in package/version
    paths instead of using the full "$uuid/$sha1" string, which, to be
    fair, is an excessive 77 characters in the middle of paths.
    
    The issue was that Conda looks for long shebang lines (>127) and
    silently replaces the or
    StefanKarpinski committed Oct 19, 2017
    Configuration menu
    Copy the full SHA
    d9f70b8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6e32ff7 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #406 from chakravala/pull-request/55c211cb

    character and string concatenation
    TotalVerb authored Oct 19, 2017
    Configuration menu
    Copy the full SHA
    a75cf4f View commit details
    Browse the repository at this point in the history
  7. Drop Compat dependency (#42)

    Keno authored and staticfloat committed Oct 19, 2017
    Configuration menu
    Copy the full SHA
    aba4a66 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2017

  1. use mod 62 arithmetic instead of SHA2-224 for slug generation

    otherwise the SHA package would have to be internalized
    StefanKarpinski committed Oct 20, 2017
    Configuration menu
    Copy the full SHA
    718182c View commit details
    Browse the repository at this point in the history
  2. always print log file path when building

    when the build takes a while, you can tail the file to see what's up
    StefanKarpinski committed Oct 20, 2017
    Configuration menu
    Copy the full SHA
    e229047 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2017

  1. Configuration menu
    Copy the full SHA
    853ca08 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1c96bcb View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2017

  1. Configuration menu
    Copy the full SHA
    468bfbe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d6aef97 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2017

  1. Empty LOAD_PATH on load and add Pkg3 dir

    This allows Pkg3 loading to work even if it's loaded with `include`
    instead of by being on the `LOAD_PATH` and running `using Pkg3`.
    StefanKarpinski committed Oct 25, 2017
    Configuration menu
    Copy the full SHA
    f6d6de5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4596b54 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2017

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

Commits on Nov 1, 2017

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

Commits on Nov 4, 2017

  1. Add BitSet (#407)

    ararslan authored Nov 4, 2017
    Configuration menu
    Copy the full SHA
    5bd5e8c View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2017

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

Commits on Nov 8, 2017

  1. add HMAC functionalities (#45)

    ylxdzsw authored and staticfloat committed Nov 8, 2017
    Configuration menu
    Copy the full SHA
    43b2bad View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    775d9ee View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c0edbd7 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2017

  1. Merge pull request #409 from JuliaLang/tb/nospecialize

    Support more forms of at-nospecialize.
    maleadt authored Nov 9, 2017
    Configuration menu
    Copy the full SHA
    fbd9cb2 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2017

  1. Configuration menu
    Copy the full SHA
    7d4badf View commit details
    Browse the repository at this point in the history
  2. Merge pull request #20 from KristofferC/patch-1

    remove precompile from internalized toml
    StefanKarpinski authored Nov 10, 2017
    Configuration menu
    Copy the full SHA
    f210028 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2017

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

Commits on Nov 14, 2017

  1. no precompilation remark, add pkg3 clone, pkg dir

    add information I was missing when installing and remove remark about precompilation, which doesn't seem to be true anymore.
    SimonDanisch authored Nov 14, 2017
    Configuration menu
    Copy the full SHA
    5483b6a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #26 from SimonDanisch/patch-1

    no precompilation remark, add pkg3 clone, pkg dir
    StefanKarpinski authored Nov 14, 2017
    Configuration menu
    Copy the full SHA
    13ebc13 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2017

  1. tweak README

    StefanKarpinski authored Nov 15, 2017
    Configuration menu
    Copy the full SHA
    5f146b8 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2017

  1. Configuration menu
    Copy the full SHA
    cecfdc2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4cbe461 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2ef7b9f View commit details
    Browse the repository at this point in the history
  4. Merge pull request #27 from KristofferC/patch-2

    enable precompilation for Pkg3
    StefanKarpinski authored Nov 16, 2017
    Configuration menu
    Copy the full SHA
    5de6df7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    aef0cca View commit details
    Browse the repository at this point in the history
  6. Merge pull request #25 from KristofferC/kc/async

    Asynchronously install packages
    StefanKarpinski authored Nov 16, 2017
    Configuration menu
    Copy the full SHA
    9d53433 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    91f5803 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #29 from KristofferC/patch-3

    fix not printing already existing packages
    StefanKarpinski authored Nov 16, 2017
    Configuration menu
    Copy the full SHA
    696afd0 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2017

  1. Configuration menu
    Copy the full SHA
    266ab1a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    682cef5 View commit details
    Browse the repository at this point in the history
  3. bump TOML

    KristofferC committed Nov 19, 2017
    Configuration menu
    Copy the full SHA
    173803f View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2017

  1. Configuration menu
    Copy the full SHA
    4558247 View commit details
    Browse the repository at this point in the history
  2. Add (sp)diagm pair constructors (#408)

    * Add (sp)diagm pair constructors
    ararslan authored and fredrikekre committed Nov 20, 2017
    Configuration menu
    Copy the full SHA
    a419b7c View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2017

  1. Add constructors for Matrix{T}, Array{T}, and `SparseMatrixCSC{T}…

    …` from `UniformScaling` (#412)
    
    * Add constructors for `Matrix{T}` and `SparseMatrixCSC{T}` from `UniformScaling`
    
    * Add constructors for `Array{T}` from `UniformScaling`
    martinholters authored and fredrikekre committed Nov 21, 2017
    Configuration menu
    Copy the full SHA
    0e01338 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2017

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

Commits on Nov 23, 2017

  1. Add Compat.Dates for standard library Dates (#413)

    * Add Compat.Dates for standard library Dates
    
    * Refactor deprecated parametic syntax
    omus authored and TotalVerb committed Nov 23, 2017
    Configuration menu
    Copy the full SHA
    3cd0bc6 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2017

  1. Merge pull request #39 from vdayanand/download_fix

    Select libgit2 when tarball download fails
    KristofferC authored Nov 26, 2017
    Configuration menu
    Copy the full SHA
    1fc2c3f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #37 from KristofferC/kc/show_pkg_name_on_req_fail

    show pkg name on resolution failure
    KristofferC authored Nov 26, 2017
    Configuration menu
    Copy the full SHA
    706a600 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7f58ca6 View commit details
    Browse the repository at this point in the history
  4. use default depot for now

    KristofferC committed Nov 26, 2017
    Configuration menu
    Copy the full SHA
    b552904 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #36 from KristofferC/kc/tests

    make a basic functional API and add some very basic tests
    KristofferC authored Nov 26, 2017
    Configuration menu
    Copy the full SHA
    6a9806f View commit details
    Browse the repository at this point in the history
  6. add preview mode

    KristofferC committed Nov 26, 2017
    Configuration menu
    Copy the full SHA
    39bf5ce View commit details
    Browse the repository at this point in the history
  7. Merge pull request #35 from KristofferC/kc/preview

    add preview mode
    KristofferC authored Nov 26, 2017
    Configuration menu
    Copy the full SHA
    688f27c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    462e6fd View commit details
    Browse the repository at this point in the history
  9. Merge pull request #44 from JuliaLang/kc/test_name_res

    add test for pkg name in resolution failure
    KristofferC authored Nov 26, 2017
    Configuration menu
    Copy the full SHA
    b0c714b View commit details
    Browse the repository at this point in the history
  10. Merge pull request #38 from KristofferC/kc/fixtoml

    bump TOML
    KristofferC authored Nov 26, 2017
    Configuration menu
    Copy the full SHA
    490e914 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    5987404 View commit details
    Browse the repository at this point in the history
  12. fix TOML deprecations

    KristofferC committed Nov 26, 2017
    Configuration menu
    Copy the full SHA
    ec1c4ff View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    af5a2f8 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    10ff6c4 View commit details
    Browse the repository at this point in the history
  15. fixes on 0.7

    fixup v0.7
    KristofferC committed Nov 26, 2017
    Configuration menu
    Copy the full SHA
    3734fd9 View commit details
    Browse the repository at this point in the history
  16. Merge pull request #30 from KristofferC/kc/07

    Upgrade Pkg3 and ext dependencies to 0.7
    KristofferC authored Nov 26, 2017
    Configuration menu
    Copy the full SHA
    0263099 View commit details
    Browse the repository at this point in the history
  17. fix typo

    KristofferC committed Nov 26, 2017
    Configuration menu
    Copy the full SHA
    c7cfb25 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    f1ea56c View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2017

  1. update CI (#46)

    KristofferC authored Nov 27, 2017
    Configuration menu
    Copy the full SHA
    27b65fa View commit details
    Browse the repository at this point in the history
  2. update AV badge url

    KristofferC authored Nov 27, 2017
    Configuration menu
    Copy the full SHA
    17887af View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6bf7d0d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c72b467 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2017

  1. bump sha1map (#49)

    KristofferC authored Nov 28, 2017
    Configuration menu
    Copy the full SHA
    c5785d4 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2017

  1. Cleanup Julia 0.7 deprecations (#419)

    omus authored and ararslan committed Nov 29, 2017
    Configuration menu
    Copy the full SHA
    47a5a7a View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2017

  1. Configuration menu
    Copy the full SHA
    5ab47d1 View commit details
    Browse the repository at this point in the history
  2. Base64 (#418)

    Compat.Base64
    Nosferican authored and fredrikekre committed Nov 30, 2017
    Configuration menu
    Copy the full SHA
    5ada727 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4aaff07 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2017

  1. Configuration menu
    Copy the full SHA
    d59635b View commit details
    Browse the repository at this point in the history
  2. Revert "Add function-first finalizers (#416)"

    This reverts commit 5ab47d1 due to
    method ambiguities.
    
    add at-compat for finalizer instead
    
    at-compat finalizer
    ararslan authored and fredrikekre committed Dec 1, 2017
    Configuration menu
    Copy the full SHA
    a58d00a View commit details
    Browse the repository at this point in the history
  3. Add ambiguity detection test

    ararslan authored and fredrikekre committed Dec 1, 2017
    Configuration menu
    Copy the full SHA
    5ac29d9 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2017

  1. Merge pull request #422 from JuliaLang/aa/revert-finalizer

    Revert function first finalizers due to ambiguities
    ararslan authored Dec 2, 2017
    Configuration menu
    Copy the full SHA
    bda7613 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2017

  1. Configuration menu
    Copy the full SHA
    053c376 View commit details
    Browse the repository at this point in the history
  2. implement gc (#60)

    * implement "garbage collection"
    KristofferC authored Dec 5, 2017
    Configuration menu
    Copy the full SHA
    4c96737 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    602c43a View commit details
    Browse the repository at this point in the history
  4. Improve Pkg dependency pruning

    Computes the dependency graph subset induced by the requirements
    after filter_versions has propagated the implicit requirements,
    rather than before, which ensures that only the parts reachable
    from some requirement are kept. In practice, it removes many more
    useless parts of the graph.
    
    (Plus other tiny improvements.)
    carlobaldassi committed Dec 5, 2017
    Configuration menu
    Copy the full SHA
    3c0f46f View commit details
    Browse the repository at this point in the history
  5. Ensure consistency in Pkg solver decimation process

    Fixes the rare condition where two packages were
    being decimated at once in mutually inconsistent
    versions.
    carlobaldassi committed Dec 5, 2017
    Configuration menu
    Copy the full SHA
    32161b7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5176c8e View commit details
    Browse the repository at this point in the history
  7. Restore Pkg2 sanity_check and more

    Bring in some functions from Base which are useful
    in preparation for the cloning functionality.
    They (and a few more) are also needed for
    Resolve.sanity_check to work.
    
    Also import tests for resolve.
    carlobaldassi committed Dec 5, 2017
    Configuration menu
    Copy the full SHA
    e8e8582 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2017

  1. update registries on up (#64)

    * update registries on up
    
    * no longer special case branch
    KristofferC authored Dec 6, 2017
    Configuration menu
    Copy the full SHA
    cdf23e7 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #63 from JuliaLang/cb/pkg2fixes

    Solver fixes, tests, etc.
    carlobaldassi authored Dec 6, 2017
    Configuration menu
    Copy the full SHA
    23b4df4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0a09689 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    838890b View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2017

  1. Configuration menu
    Copy the full SHA
    89740ef View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    beb8a61 View commit details
    Browse the repository at this point in the history
  3. WIP force explicit init using init for local env (#51)

    * force explicit init using `init` for local env
    
    * remove try catch, other small fixes
    KristofferC authored Dec 7, 2017
    Configuration menu
    Copy the full SHA
    3b8d98b View commit details
    Browse the repository at this point in the history
  4. Merge pull request #68 from JuliaLang/fe/Ctrl-C

    exit pkg repl mode with ^C
    StefanKarpinski authored Dec 7, 2017
    Configuration menu
    Copy the full SHA
    d335252 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2017

  1. Remove all prerelease/build stuff from tests

    Make sure nothing beyond patch gets to Pkg2
    by crudely using asserts.
    carlobaldassi committed Dec 8, 2017
    Configuration menu
    Copy the full SHA
    b03a449 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f5eff12 View commit details
    Browse the repository at this point in the history
  3. Add ∩,∪,hash,== operations to VersionSpec

    Also normalize the VersionSpec in the constructor.
    Also allow '*' as an extreme in VersionSpec string specification.
    This is in preparation for the switch VersionSet->VersionSpec.
    carlobaldassi committed Dec 8, 2017
    Configuration menu
    Copy the full SHA
    6d80171 View commit details
    Browse the repository at this point in the history
  4. Temporary change in Pkg2 file loading order

    And some ugly reoarganization of the code.
    This is in preparation for the switch VersionSet->VersionSpec
    carlobaldassi committed Dec 8, 2017
    Configuration menu
    Copy the full SHA
    efc8bc5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f8c5efd View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    df7f834 View commit details
    Browse the repository at this point in the history
  7. Print names insteadof uuids in ResolveBacktrace

    plus code cosmetics
    carlobaldassi committed Dec 8, 2017
    Configuration menu
    Copy the full SHA
    46e97c1 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c986cbc View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0a0b1a1 View commit details
    Browse the repository at this point in the history
  10. Remove Available type, use Requires instead

    Also introduce a DepsGraph alias, and do some code cosmetics
    carlobaldassi committed Dec 8, 2017
    Configuration menu
    Copy the full SHA
    5c54e94 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    fdcafb5 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    a3dbce1 View commit details
    Browse the repository at this point in the history
  13. Remove Pkg2, merge its contents into main dir

    Also some file renaming to match module names.
    carlobaldassi committed Dec 8, 2017
    Configuration menu
    Copy the full SHA
    d65a063 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2017

  1. Make maxsum solver behavior uniform across platforms

    Use Int64 instead of Int, remove the noise term
    in FieldValues, import the graph dict in a sorted
    way so as to avoid the variability induced by
    hashing on 64 vs 32 bit machines.
    carlobaldassi committed Dec 9, 2017
    Configuration menu
    Copy the full SHA
    99d0229 View commit details
    Browse the repository at this point in the history
  2. Move uuid5 from bin/loadmeta.jl into src/Types.jl

    and use it for the julia UUID and in tests.
    carlobaldassi committed Dec 9, 2017
    Configuration menu
    Copy the full SHA
    537a641 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6370caf View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2017

  1. fix #74 (#75)

    tests pass locally on v0.6.1
    Ken-B authored and KristofferC committed Dec 10, 2017
    Configuration menu
    Copy the full SHA
    bd7da6d View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2017

  1. Transition from Pkg2 to Pkg3 (#73)

    * Remove all prerelease/build stuff from tests
    
    Make sure nothing beyond patch gets to Pkg2
    by crudely using asserts.
    
    * Expunge prerelease/build stuff from VersionWeight
    
    * Add ∩,∪,hash,== operations to VersionSpec
    
    Also normalize the VersionSpec in the constructor.
    Also allow '*' as an extreme in VersionSpec string specification.
    This is in preparation for the switch VersionSet->VersionSpec.
    
    * Temporary change in Pkg2 file loading order
    
    And some ugly reoarganization of the code.
    This is in preparation for the switch VersionSet->VersionSpec
    
    * Replace VersionSet->VersionSpec
    
    * Small notational improvements in test/resolve.jl
    
    * Print names insteadof uuids in ResolveBacktrace
    
    plus code cosmetics
    
    * Factor out name+short_uuid printing code
    
    * Move contents of Pkg2Types into Types
    
    * Remove Available type, use Requires instead
    
    Also introduce a DepsGraph alias, and do some code cosmetics
    
    * Use UUIDs instead of Strings in solver code
    
    * Remove Pkg2/reqs.jl and Pkg2.dir()
    
    * Remove Pkg2, merge its contents into main dir
    
    Also some file renaming to match module names.
    
    * Make maxsum solver behavior uniform across platforms
    
    Use Int64 instead of Int, remove the noise term
    in FieldValues, import the graph dict in a sorted
    way so as to avoid the variability induced by
    hashing on 64 vs 32 bit machines.
    
    * Move uuid5 from bin/loadmeta.jl into src/Types.jl
    
    and use it for the julia UUID and in tests.
    
    * Add back [pieces of] Pkg2 for bin/loadmeta.jl
    carlobaldassi authored and KristofferC committed Dec 12, 2017
    Configuration menu
    Copy the full SHA
    6e7e0ee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c1507f9 View commit details
    Browse the repository at this point in the history
  3. Creating a redundant merge commit to keep a record of Carlo's

    commits for JuliaLang/Pkg.jl#73
    
    Merge branch 'cb/solverrefactor'
    StefanKarpinski committed Dec 12, 2017
    Configuration menu
    Copy the full SHA
    ea9499f View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2017

  1. help inference by hiding a method and not using Dates.format (#76)

    * help inference by hiding a method and not using Dates.format
    
    * fix comment [ci skip]
    KristofferC authored Dec 13, 2017
    Configuration menu
    Copy the full SHA
    70ca74e View commit details
    Browse the repository at this point in the history
  2. implement build call (#78)

    * implement build call
    
    * fix help string [ci skip]
    KristofferC authored Dec 13, 2017
    Configuration menu
    Copy the full SHA
    912e550 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2017

  1. add back Project.toml

    KristofferC committed Dec 14, 2017
    Configuration menu
    Copy the full SHA
    5a86ce5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    24dfd8e View commit details
    Browse the repository at this point in the history
  3. Merge pull request #79 from i-apellaniz/ia/typo-in-readme

    Update package URL in README.md
    StefanKarpinski authored Dec 14, 2017
    Configuration menu
    Copy the full SHA
    a554607 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2017

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

Commits on Dec 17, 2017

  1. Implement pairs like PR 22907 (#428)

    iamed2 authored and ararslan committed Dec 17, 2017
    Configuration menu
    Copy the full SHA
    1aa2b90 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2017

  1. Add Compat.Unicode for standard library Unicode (#432)

    * Add Compat.Unicode for standard library Unicode
    
    * Define titlecase only on Julia 0.5
    
    * Remove normalize and isassigned from exports
    
    * Add textwidth deprecation
    omus authored and ararslan committed Dec 21, 2017
    Configuration menu
    Copy the full SHA
    7695d5c View commit details
    Browse the repository at this point in the history
  2. Add AbstractDict

    ararslan committed Dec 21, 2017
    Configuration menu
    Copy the full SHA
    ad0ddc6 View commit details
    Browse the repository at this point in the history
  3. Add Printf

    ararslan committed Dec 21, 2017
    Configuration menu
    Copy the full SHA
    6922b6f View commit details
    Browse the repository at this point in the history
  4. Add IterativeEigensolvers

    ararslan committed Dec 21, 2017
    Configuration menu
    Copy the full SHA
    2ba0b74 View commit details
    Browse the repository at this point in the history
  5. Add SuiteSparse

    ararslan committed Dec 21, 2017
    Configuration menu
    Copy the full SHA
    2ae7892 View commit details
    Browse the repository at this point in the history
  6. Add axes

    ararslan committed Dec 21, 2017
    Configuration menu
    Copy the full SHA
    b11dd5d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8e106e8 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3832a22 View commit details
    Browse the repository at this point in the history
  9. Add Nothing and Cvoid

    ararslan committed Dec 21, 2017
    Configuration menu
    Copy the full SHA
    9ffecc0 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #435 from JuliaLang/aa/0.7

    A bunch of stuff for 0.7
    ararslan authored Dec 21, 2017
    Configuration menu
    Copy the full SHA
    7a64c3f View commit details
    Browse the repository at this point in the history
  11. Temporarily disable the OffsetArrays tests for 0.7

    The functionality being tested is only provided in Compat for
    compatibility with Julia 0.5, which is near end of life, and
    OffsetArrays currently has some issues on 0.7 that cause unrelated test
    failures in this package.
    ararslan committed Dec 21, 2017
    Configuration menu
    Copy the full SHA
    206c709 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    25515c1 View commit details
    Browse the repository at this point in the history
  13. Merge pull request #436 from JuliaLang/aa/disable-oa

    Temporarily disable the OffsetArrays tests for 0.7
    ararslan authored Dec 21, 2017
    Configuration menu
    Copy the full SHA
    afee752 View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2017

  1. add Compat.Sys.BINDIR (#433)

    * add Compat.Sys.BINDIR
    
    * import Sys.BINDIR into Compat.Sys on v0.7 and add tests
    rdeits authored and fredrikekre committed Dec 23, 2017
    Configuration menu
    Copy the full SHA
    747b75d View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2017

  1. Undeprecate textwidth (only on Julia < 0.7-DEV.2915) (#437)

    That's a perfectly valid call on Julia 0.6, so it is annoying to make it
    print warnings there suddenly for packages which previously worked fine.
    Packages will progressively stop using it when being ported to 0.7: we
    can simply rely on the deprecation provided by Julia itself.
    nalimilan authored and ararslan committed Dec 26, 2017
    Configuration menu
    Copy the full SHA
    95f9474 View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2017

  1. API for status (#54)

    vdayanand authored and StefanKarpinski committed Dec 27, 2017
    Configuration menu
    Copy the full SHA
    3b86007 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    317e312 View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2017

  1. Don't export axes (#442)

    ararslan authored Dec 30, 2017
    Configuration menu
    Copy the full SHA
    423a025 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2018

  1. Add invpermute!

    ararslan committed Jan 3, 2018
    Configuration menu
    Copy the full SHA
    f7e65c7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e450796 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7a92e17 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    eb60a6a View commit details
    Browse the repository at this point in the history
  5. Merge pull request #445 from JuliaLang/aa/more-0.7

    Add invpermute! and a pairs method for replace
    ararslan authored Jan 3, 2018
    Configuration menu
    Copy the full SHA
    7b874aa View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2018

  1. Configuration menu
    Copy the full SHA
    13bc82a View commit details
    Browse the repository at this point in the history
  2. New dependency graph, new resolve function

    The new graph is basically the old maxsum graph plus the
    old interface plus the uuid_to_name dict. But it's built
    directly from the TOML data, and manipulated directly.
    carlobaldassi committed Jan 5, 2018
    Configuration menu
    Copy the full SHA
    8ee6786 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    456a2f5 View commit details
    Browse the repository at this point in the history
  4. Throw error if user tries to add "julia"

    Prevents an obscure TypeAssertion error later in the
    process.
    carlobaldassi committed Jan 5, 2018
    Configuration menu
    Copy the full SHA
    1492de0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    776439b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    977a30f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6e97978 View commit details
    Browse the repository at this point in the history
  8. Implement copy for Graphs

    Much faster than deepcopy
    carlobaldassi committed Jan 5, 2018
    Configuration menu
    Copy the full SHA
    275eb18 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d35292e View commit details
    Browse the repository at this point in the history
  10. Maxsum decimation builds an explicit solution

    Also checks the constraints at decimation, not just the
    interaction masks.
    Also makes sure that all variables get decimated.
    Also builds a trace of the decimation process and returns
    that in the error message (preparatory step for future improvements)
    carlobaldassi committed Jan 5, 2018
    Configuration menu
    Copy the full SHA
    2aa577c View commit details
    Browse the repository at this point in the history
  11. Apply maxsum trace, log it, simplify after

    Provides meaningful error messages about what happened.
    
    Also, minor cosmetics to resolve logs.
    carlobaldassi committed Jan 5, 2018
    Configuration menu
    Copy the full SHA
    1591c8b View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    e65b076 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    7b636b5 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    698be15 View commit details
    Browse the repository at this point in the history
  15. Add backtracking to max-sum, improve greedy solver

    With this change, the solver is now exact, i.e. it should always
    find a solution if it exists, and fail only when it
    doesn't, producing a reasonable log trace in that case.
    (Optimality is still based on a heuristic, unless the solution
    is found by the greedy solver, which is quite improved as well
    anyway.)
    carlobaldassi committed Jan 5, 2018
    Configuration menu
    Copy the full SHA
    98e1e8f View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2018

  1. Configuration menu
    Copy the full SHA
    d72d372 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    55da10d View commit details
    Browse the repository at this point in the history
  3. Merge pull request #81 from JuliaLang/cb/graphrefactor

    Complete refactor of the dependency graph and related functions
    carlobaldassi authored Jan 6, 2018
    Configuration menu
    Copy the full SHA
    b8086ba View commit details
    Browse the repository at this point in the history
  4. Merge pull request #86 from JuliaLang/cb/resolvelog

    Resolution log - looking into what the solver is doing, and why
    carlobaldassi authored Jan 6, 2018
    Configuration menu
    Copy the full SHA
    2f304cb View commit details
    Browse the repository at this point in the history
  5. Merge pull request #94 from JuliaLang/cb/backtrack

    Add backtracking to max-sum, improve greedy solver; the solver is now exact
    carlobaldassi authored Jan 6, 2018
    Configuration menu
    Copy the full SHA
    32d3dbc View commit details
    Browse the repository at this point in the history
  6. Drop Julia 0.5 support

    nalimilan committed Jan 6, 2018
    Configuration menu
    Copy the full SHA
    1f40dd0 View commit details
    Browse the repository at this point in the history
  7. Add CartesianIndices and LinearIndices

    Needed in particular to get linear indices once find() returns cartesian indices.
    nalimilan committed Jan 6, 2018
    Configuration menu
    Copy the full SHA
    8768c35 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2018

  1. fix path in windows (#97)

    vdayanand authored and KristofferC committed Jan 7, 2018
    Configuration menu
    Copy the full SHA
    e294caf View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2018

  1. Configuration menu
    Copy the full SHA
    e7a2563 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #446 from JuliaLang/nl/indices

    Add CartesianIndices and LinearIndices
    ararslan authored Jan 8, 2018
    Configuration menu
    Copy the full SHA
    50c6b36 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2018

  1. Use transpose instead of ' syntax (#101)

    Fixes a problem in julia 0.7
    
    Also a minor fix to keep the julia name in uuid_to_name
    carlobaldassi authored and KristofferC committed Jan 9, 2018
    Configuration menu
    Copy the full SHA
    d001509 View commit details
    Browse the repository at this point in the history
  2. Moved BINDIR definition into '__init__'. (#439)

    * Moved BINDIR definition into '__init__'.
    
    * Make BINDIR not const.
    rofinn authored and omus committed Jan 9, 2018
    Configuration menu
    Copy the full SHA
    d0f2551 View commit details
    Browse the repository at this point in the history
  3. add copyto! and unsafe_copyto! (#448)

    * add copyto! and unsafe_copyto!
    
    * make a copy to fix interaction with new lazy adjoint
    fredrikekre authored Jan 9, 2018
    Configuration menu
    Copy the full SHA
    8d6689e View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2018

  1. Added Compat.AbstractDateTime (#443)

    * Added Compat.AbstractDateTime.
    
    * Added tests and README entry for AbstractDateTime.
    
    * Added DateTime subtype check.
    rofinn authored and omus committed Jan 10, 2018
    Configuration menu
    Copy the full SHA
    3c1d4fc View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2018

  1. =Use abstract type, not union (#48)

    oxinabox authored and staticfloat committed Jan 11, 2018
    Configuration menu
    Copy the full SHA
    ad95112 View commit details
    Browse the repository at this point in the history
  2. Abstractions for MD5.jl (#49)

    * =Use abstract type, not union
    
    * =Some abstractions
    oxinabox authored and staticfloat committed Jan 11, 2018
    Configuration menu
    Copy the full SHA
    1d29970 View commit details
    Browse the repository at this point in the history
  3. fix typo in comment

    staticfloat authored Jan 11, 2018
    Configuration menu
    Copy the full SHA
    939e8f5 View commit details
    Browse the repository at this point in the history
  4. Build dependent packages and support varargs in API.build (#91)

    * build dependent packages also
    
    * support varags in build api
    
    * build: use deps_graph instead of resolve_version!
    
    * remove stray new line
    
    * revert changes on resolve_versions!
    
    * remove dependency on deps_graph
    vdayanand authored and KristofferC committed Jan 11, 2018
    Configuration menu
    Copy the full SHA
    b4df8a2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    36d879c View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2018

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

Commits on Jan 14, 2018

  1. 0.7 compat fixes (#51)

    * Explicitly convert to `Vector()` for 0.7 compatibility
    
    * Quash 0.7 errors
    
    * Add Compat dependency and `global nerrors` everywhere
    
    * Add `codeunits(x) = x` shim for Julia 0.6.x
    staticfloat authored Jan 14, 2018
    Configuration menu
    Copy the full SHA
    5ca2ad1 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2018

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

Commits on Jan 18, 2018

  1. Compat.Random (#460)

    fredrikekre authored Jan 18, 2018
    Configuration menu
    Copy the full SHA
    37a1150 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0b398b8 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2018

  1. Configuration menu
    Copy the full SHA
    a84c596 View commit details
    Browse the repository at this point in the history
  2. Add parentmodule

    ararslan authored and fredrikekre committed Jan 19, 2018
    Configuration menu
    Copy the full SHA
    91fbb6f View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2018

  1. Configuration menu
    Copy the full SHA
    4178bf3 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #465 from JuliaLang/jq/libdl

    Compat for Libdl moving to stdlib
    quinnj authored Jan 20, 2018
    Configuration menu
    Copy the full SHA
    20e454d View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2018

  1. Compat for findall

    quinnj committed Jan 21, 2018
    Configuration menu
    Copy the full SHA
    f69f5c8 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #461 from JuliaLang/aa/parentmodule

    Add parentmodule
    quinnj authored Jan 21, 2018
    Configuration menu
    Copy the full SHA
    84e1abb View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2018

  1. Configuration menu
    Copy the full SHA
    ba6cef7 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #466 from JuliaLang/jq/findall

    Compat for findall
    quinnj authored Jan 22, 2018
    Configuration menu
    Copy the full SHA
    0711117 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    68040e9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9b72743 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    354500d View commit details
    Browse the repository at this point in the history
  6. Merge pull request #467 from JuliaLang/fe/news-and-tests

    Some missed readme entries and tests
    quinnj authored Jan 22, 2018
    Configuration menu
    Copy the full SHA
    a342f94 View commit details
    Browse the repository at this point in the history
  7. Optimize SHA1 implementation. (#47)

    dcjones authored and staticfloat committed Jan 22, 2018
    Configuration menu
    Copy the full SHA
    de59699 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d79a809 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2018

  1. Add argmin and argmax (#470)

    * Add argmin and argmax
    ararslan authored and fredrikekre committed Jan 23, 2018
    Configuration menu
    Copy the full SHA
    0d0e025 View commit details
    Browse the repository at this point in the history
  2. Add Compat.REPL (#469)

    ararslan authored and fredrikekre committed Jan 23, 2018
    Configuration menu
    Copy the full SHA
    edc9a63 View commit details
    Browse the repository at this point in the history
  3. More 0.7 compat (#52)

    * `copy!()` -> `copyto!()`
    
    * Quash more 0.7 compatibility bugs
    
    * Require at least Compat 0.38
    staticfloat authored Jan 23, 2018
    Configuration menu
    Copy the full SHA
    af7239e View commit details
    Browse the repository at this point in the history
  4. Bump Compat requirement

    staticfloat authored Jan 23, 2018
    Configuration menu
    Copy the full SHA
    62e0924 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2018

  1. loadmeta: add v0.6.{1,2} and a dummy commit for v0.7.0

    The dummy commit of Julia 0.7.0 should be fixed when the actual version
    is tagged. Having this now allows us to generate version bounds that
    include v0.7-DEV, allowing packages without an upper bound to at least
    be installed on master.
    StefanKarpinski committed Jan 24, 2018
    Configuration menu
    Copy the full SHA
    8b499ac View commit details
    Browse the repository at this point in the history
  2. update sha1map

    StefanKarpinski committed Jan 24, 2018
    Configuration menu
    Copy the full SHA
    d79c575 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2018

  1. Fix argmin/argmax for non-vectors

    Make sure `argmin` and `argmax` yield the correct return type when
    falling back to `indmin` and `indmax`, at least for `AbstractArray` and
    `Associative` arguments.
    martinholters committed Jan 25, 2018
    Configuration menu
    Copy the full SHA
    4a3d938 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d96e19b View commit details
    Browse the repository at this point in the history
  3. fix Pkg3 deprecations

    KristofferC committed Jan 25, 2018
    Configuration menu
    Copy the full SHA
    94a83ea View commit details
    Browse the repository at this point in the history
  4. Fix TOML deprecations

    KristofferC committed Jan 25, 2018
    Configuration menu
    Copy the full SHA
    a48af31 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4b72043 View commit details
    Browse the repository at this point in the history
  6. binary

    KristofferC committed Jan 25, 2018
    Configuration menu
    Copy the full SHA
    b629cd2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e8ac623 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    67aaf52 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    349f75d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    5e7c4e7 View commit details
    Browse the repository at this point in the history
  11. update tests a bit

    KristofferC committed Jan 25, 2018
    Configuration menu
    Copy the full SHA
    e675858 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2018

  1. Handle HasShape change (#476)

    martinholters authored and stevengj committed Jan 27, 2018
    Configuration menu
    Copy the full SHA
    787f24e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    169abdd View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2018

  1. Backport period rounding (#462)

    * Backport period rounding.
    
    * Added link to bottom of README.
    rofinn authored and omus committed Jan 29, 2018
    Configuration menu
    Copy the full SHA
    ace032f View commit details
    Browse the repository at this point in the history
  2. Compat for Serialization stdlib (#473)

    * Compat for Serialization stdlib
    
    * Add tests and fix
    omus authored Jan 29, 2018
    Configuration menu
    Copy the full SHA
    791ea60 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2018

  1. Add nameof (#471)

    ararslan authored and fredrikekre committed Jan 30, 2018
    Configuration menu
    Copy the full SHA
    5d14f28 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    35635f1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a809676 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    180d676 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    980247c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    117d324 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    80d2ce1 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b9c51f1 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    092a4f9 View commit details
    Browse the repository at this point in the history
  10. Add Distributed

    martinholters committed Jan 30, 2018
    Configuration menu
    Copy the full SHA
    7859467 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2018

  1. Merge pull request #477 from JuliaLang/mh/fixes_0.7

    Deprecation fixes and a few additions for 0.7
    vchuravy authored Jan 31, 2018
    Configuration menu
    Copy the full SHA
    7d4dcd7 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2018

  1. Add lastindex

    Where not provided by Julia, it is just defined as an alias for `endof`,
    hence does not support `lastindex(A, n)`, as `endof` doesn't.
    martinholters committed Feb 1, 2018
    Configuration menu
    Copy the full SHA
    94f8f64 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #480 from JuliaLang/mh/lastindex

    Add `lastindex`
    timholy authored Feb 1, 2018
    Configuration menu
    Copy the full SHA
    95e21c5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    43a3b57 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #456 from JuliaLang/teh/expunge_oldcode

    Delete outdated deprecated code
    timholy authored Feb 1, 2018
    Configuration menu
    Copy the full SHA
    d742f67 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fbc1559 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2018

  1. Configuration menu
    Copy the full SHA
    0668f9c View commit details
    Browse the repository at this point in the history
  2. Add bytesavailable (#483)

    ararslan authored Feb 3, 2018
    Configuration menu
    Copy the full SHA
    19bad8c View commit details
    Browse the repository at this point in the history
  3. Add printstyled (#481)

    ararslan authored Feb 3, 2018
    Configuration menu
    Copy the full SHA
    f2bd1a9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    02367e6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f008a07 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2018

  1. Add occursin and find* methods replacing search and findin

    Add OccursIn predicate which replaces findin and all specific
    findfirst/findnext/findlast/findprev methods for specific types.
    These all call search or findin, but return nothing instead of 0
    where appropriate. Note that there is an inconsistency with generic
    find* methods which already existed in Julia 0.6 and which continue
    to return 0: separate Compat.find* methods will have to be introduced
    for them to avoid conflicts with Base.
    
    Also fix in(::CartesianIndex, ::CartesianIndices) bug uncovered by importing in.
    nalimilan authored and ararslan committed Feb 5, 2018
    Configuration menu
    Copy the full SHA
    130ad51 View commit details
    Browse the repository at this point in the history
  2. Add unexported find* functions returning nothing

    Change methods added to Base functions to return 0 on 0.6, which
    matches what already happens without the optimized methods.
    nalimilan authored and ararslan committed Feb 5, 2018
    Configuration menu
    Copy the full SHA
    b94ae1d View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2018

  1. Add Compat.LibGit2 (#487)

    ararslan authored Feb 6, 2018
    Configuration menu
    Copy the full SHA
    ac3483b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #484 from JuliaLang/nl/search

    Add occursin and find* methods replacing search and findin
    ararslan authored Feb 6, 2018
    Configuration menu
    Copy the full SHA
    b2aac2e View commit details
    Browse the repository at this point in the history
  3. Add size(::LinearIndices) (#455)

    * Add size(::LinearIndices)
    
    Fixes indexing LinearIndices with an array. This is useful in particular
    to convert cartesian indices that find() now returns to linear indices.
    
    * Add size(::LinearIndices) on older 0.7 versions
    nalimilan authored and ararslan committed Feb 6, 2018
    Configuration menu
    Copy the full SHA
    8cca897 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2018

  1. Configuration menu
    Copy the full SHA
    3c0c9e2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2958883 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1507917 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2018

  1. Merge pull request #488 from JuliaLang/sk/project-file

    add Pkg3 Project.toml file
    StefanKarpinski authored Feb 8, 2018
    Configuration menu
    Copy the full SHA
    95db156 View commit details
    Browse the repository at this point in the history
  2. Add 'stdlib/Compat/' from commit '95db156e9adf11adf400caf7c3db29ea025…

    …a389a'
    
    git-subtree-dir: stdlib/Compat
    git-subtree-mainline: 2017524
    git-subtree-split: 95db156
    StefanKarpinski committed Feb 8, 2018
    Configuration menu
    Copy the full SHA
    331bf19 View commit details
    Browse the repository at this point in the history
  3. Add 'stdlib/SHA/' from commit '2958883111f7ddc37b485a7f91af18be4ab84434'

    git-subtree-dir: stdlib/SHA
    git-subtree-mainline: 331bf19
    git-subtree-split: 2958883
    StefanKarpinski committed Feb 8, 2018
    Configuration menu
    Copy the full SHA
    278ede2 View commit details
    Browse the repository at this point in the history
  4. Add 'stdlib/Pkg3/' from commit '3c0c9e2834b5a7a1c0f4fa04ae25f61cc4ba8…

    …483'
    
    git-subtree-dir: stdlib/Pkg3
    git-subtree-mainline: 278ede2
    git-subtree-split: 3c0c9e2
    StefanKarpinski committed Feb 8, 2018
    Configuration menu
    Copy the full SHA
    588e9a4 View commit details
    Browse the repository at this point in the history