Skip to content

Conversation

@fredrikekre
Copy link
Member

No description provided.

Otherwise, it ignores your selection of `platform` when testing to see if the artifact even exists.

(cherry picked from commit 2472c31, PR #1353)
This is not a permanent fix, it's to paper over the fact that we have
two, slightly incompatible concepts of a `VersionNumber` within `Pkg`;
the `VersionNumber` and the `VersionBound`.  The latter does not support
`build` or `prerelease` specifiers, which causes much confusion within
`compress_versions()` when it attempts to compare equality of
`VersionNumber` objects with their supposedly-equivalent `VersionBound`
objects.  To fix this, we explcitly strip those pieces of information
before doing any comparisons.

(cherry picked from commit dd4fc94, PR #1350)
@fredrikekre
Copy link
Member Author

bors try

bors bot added a commit that referenced this pull request Sep 9, 2019
@bors
Copy link
Contributor

bors bot commented Sep 9, 2019

fredrikekre and others added 3 commits September 16, 2019 10:10
@fredrikekre fredrikekre added the release Release management and versioning. label Sep 16, 2019
fredrikekre and others added 4 commits September 16, 2019 19:20
fixes JuliaLang/julia#33237.

(cherry picked from commit 7a1b669, PR #1392)
git revision, and when installing a package because
of a dependency from a Pkg.develop'd package,
fixes #729, fixes #1313, fixes #1382.

(cherry picked from commit 2ed8e73, PR #1394)
@fredrikekre
Copy link
Member Author

bors try

bors bot added a commit that referenced this pull request Sep 17, 2019
@bors
Copy link
Contributor

bors bot commented Sep 17, 2019

staticfloat and others added 3 commits September 20, 2019 15:16
(cherry picked from commit 266c327, PR #1400)
Also fix verbosity in many levels of downloading API
(cherry picked from commit 45be6f6, PR #1374)
@codecov
Copy link

codecov bot commented Sep 20, 2019

Codecov Report

Merging #1361 into release-1.3 will increase coverage by 0.31%.
The diff coverage is 90.56%.

Impacted file tree graph

@@               Coverage Diff               @@
##           release-1.3    #1361      +/-   ##
===============================================
+ Coverage        86.25%   86.56%   +0.31%     
===============================================
  Files               29       29              
  Lines             5537     5569      +32     
===============================================
+ Hits              4776     4821      +45     
+ Misses             761      748      -13
Impacted Files Coverage Δ
src/Types.jl 80.84% <100%> (+0.03%) ⬆️
src/API.jl 96.17% <100%> (+0.01%) ⬆️
src/versions.jl 93.26% <100%> (+8.24%) ⬆️
src/PlatformEngines.jl 76.19% <50%> (-0.63%) ⬇️
src/Artifacts.jl 91.6% <93.33%> (-0.04%) ⬇️
src/Operations.jl 92.54% <96.15%> (+0.12%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 6c978c0...a478f1b. Read the comment docs.

@fredrikekre fredrikekre changed the title [WIP] [release-1.3] Backports for 1.3.0 [release-1.3] Backports for 1.3.0 Sep 23, 2019
@fredrikekre fredrikekre merged commit 7fc471e into release-1.3 Sep 23, 2019
@delete-merged-branch delete-merged-branch bot deleted the backports-release-1.3 branch September 23, 2019 09:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

release Release management and versioning.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants