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

Backports for Pkg 1.6.2 #2592

Merged
merged 14 commits into from
Jun 11, 2021
Merged

Backports for Pkg 1.6.2 #2592

merged 14 commits into from
Jun 11, 2021

Commits on Jun 4, 2021

  1. Fix: capture all test printing (#2452)

    (cherry picked from commit d3a3d38, PR #2452)
    00vareladavid authored and fredrikekre committed Jun 4, 2021
    Configuration menu
    Copy the full SHA
    d4426d0 View commit details
    Browse the repository at this point in the history
  2. Remove some unnecessary feedback (#2465)

    (cherry picked from commit 97f8db8, PR#2465)
    00vareladavid authored and fredrikekre committed Jun 4, 2021
    Configuration menu
    Copy the full SHA
    8018c8f View commit details
    Browse the repository at this point in the history
  3. Precompilation: Don't skip precompilation of different versions of lo…

    …aded modules (#2484)
    
    (cherry picked from commit 879c21d, PR#2484)
    IanButterworth authored and fredrikekre committed Jun 4, 2021
    Configuration menu
    Copy the full SHA
    0ea5627 View commit details
    Browse the repository at this point in the history
  4. No longer specify "white" as a color for packages in status and in pr…

    …ogress bar (#2521)
    
    (cherry picked from commit 7fe84c1, PR#2521)
    KristofferC authored and fredrikekre committed Jun 4, 2021
    Configuration menu
    Copy the full SHA
    b539876 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2021

  1. Refactor write_manifest, and add a method for write_manifest that…

    … prints the manifest to an IO (#2575)
    
    (cherry picked from commit 6cf6b95)
    DilumAluthge authored and KristofferC committed Jun 7, 2021
    Configuration menu
    Copy the full SHA
    9315827 View commit details
    Browse the repository at this point in the history
  2. Precompile: Improve handling of packages that are missing modules (#2579

    )
    
    (cherry picked from commit 5104536)
    IanButterworth authored and KristofferC committed Jun 7, 2021
    Configuration menu
    Copy the full SHA
    d6c5399 View commit details
    Browse the repository at this point in the history
  3. Refactor write_project, and add a method for write_project that p…

    …rints the project to an IO (#2581)
    
    (cherry picked from commit 2341a06)
    DilumAluthge authored and KristofferC committed Jun 7, 2021
    Configuration menu
    Copy the full SHA
    36f71aa View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2021

  1. Precompilation: Limit the default number of tasks to 16 (#2552)

    * limit the default number of precomp tasks to 16
    
    * add JULIA_NUM_PRECOMPILE_TASKS to docs
    
    (cherry picked from commit d4089a2)
    IanButterworth authored and KristofferC committed Jun 10, 2021
    Configuration menu
    Copy the full SHA
    cd8c5d0 View commit details
    Browse the repository at this point in the history
  2. add debug logs for artifact download failures

    (cherry picked from commit 5eb157b)
    IanButterworth authored and KristofferC committed Jun 10, 2021
    Configuration menu
    Copy the full SHA
    036ae90 View commit details
    Browse the repository at this point in the history
  3. tweak formatting

    (cherry picked from commit 53b12b6)
    IanButterworth authored and KristofferC committed Jun 10, 2021
    Configuration menu
    Copy the full SHA
    d876a0a View commit details
    Browse the repository at this point in the history
  4. Use the current std(out|err) for printing, fixes #2542. (#2543)

    (cherry picked from commit ad3d639)
    fredrikekre authored and KristofferC committed Jun 10, 2021
    Configuration menu
    Copy the full SHA
    7140b26 View commit details
    Browse the repository at this point in the history
  5. New Manifest.toml format: Pt 1. Teach Pkg new format, but default to …

    …old format (#2561)
    
    * implement manifest format with deps field
    
    * temporarily run CI on base PR
    
    * simpler convert_flat_format_manifest
    
    * default to old manifest format
    
    * remove warning about maintaining old manifest format
    
    * add unknown manifest format warning
    
    * fix
    
    * only print the major and minor part of the `manifest_format` to file
    
    * add tests for manifest.toml formats
    
    * add test for unknown manifest format warning
    
    * provide manifest file path in warning, when available
    
    * Revert "temporarily run CI on base PR"
    
    This reverts commit d4a1e14.
    
    * add support for unknown extra data in Manifest
    
    * fixes
    
    * add missing write_manifest method
    
    * fix with windows-safe regex
    
    Co-authored-by: KristofferC <[email protected]>
    (cherry picked from commit a3fc759)
    
    New manifest format: Fix `upgrade_manifest` and raw dict entry for nothing (#2610)
    
    (cherry picked from commit b8bea6c)
    IanButterworth authored and KristofferC committed Jun 10, 2021
    Configuration menu
    Copy the full SHA
    c793378 View commit details
    Browse the repository at this point in the history
  6. Zero out broken_artifact gitsha

    Let's not allow for false-positive results from the PkgServer.
    
    (cherry picked from commit 1e0a488)
    staticfloat authored and KristofferC committed Jun 10, 2021
    Configuration menu
    Copy the full SHA
    5a5ca99 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2021

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