-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Update Pkg.jl #39616
Merged
Merged
Update Pkg.jl #39616
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Member
fredrikekre
commented
Feb 11, 2021
$ git log --pretty=format:"%h %s" fe759b2..47105aa 47105aa Add `tree_hash()` debugging output (Pkg.jl-2383) bc8532f Run GitHub Action on master and release branches (Pkg.jl-2389) 6c1e899 Another GHA windows fix: run with bash, fix TEMP fix, add sanity check for correct Pkg under test (Pkg.jl-2390) 2a0a18d If the `JULIA_PKG_SERVER` environment variable is not set, use Git for cloning registries (Pkg.jl-2377) 5e9ecd6 Fix p7zip usage on alpine (Pkg.jl-2382) ec6b34f prevent github actions CI git from changing \n to \r\n (Pkg.jl-2384) cf114f3 use a consistent alternative uuid across CI platforms (Pkg.jl-2379) f269fd4 Enable windows on github actions CI (Pkg.jl-2372) 8fbdbd9 Precompile: add `strict` kwarg to control whether indirect deps throw (Pkg.jl-2362) 320ec76 Precomp: Halve the default number of precompilation tasks in windows to avoid ReadOnlyMemoryError (Pkg.jl-2366) 76402b8 Fix invalidations from LatexStrings and PyPlot (Pkg.jl-2365) 4e93bc7 improve the `update`(REPLMode) document (Pkg.jl-2347) 4ffa905 overwrite registry folders that don't contain a Registry.toml (Pkg.jl-2356) 695d019 disable autoprecomp if --compiled-modules=no (Pkg.jl-2360) 7bf206e only use git on Windows for default pkg server (Pkg.jl-2364) f00fa96 Deprecate `ensure_all_artifacts_installed()` 60c98c4 Add hook to augment `Platform` objects for Artifact selection 1f12cac Add test for Pkg.jl-2302, closes Pkg.jl-2302 (Pkg.jl-2352) e54b83c Fix `is_instantiated()` (Pkg.jl-2338) a832dca Catch errors during `recursive_dir_size()` (Pkg.jl-2345) 625d764 Registry: Change update from `cp` to `mv` (Pkg.jl-2349) 204b405 fix reference to PkgError (fixes Pkg.jl-2350) (Pkg.jl-2351)
win64
|
ElOceanografo
pushed a commit
to ElOceanografo/julia
that referenced
this pull request
May 4, 2021
* Update Pkg.jl $ git log --pretty=format:"%h %s" fe759b2..47105aa 47105aa Add `tree_hash()` debugging output (Pkg.jl-2383) bc8532f Run GitHub Action on master and release branches (Pkg.jl-2389) 6c1e899 Another GHA windows fix: run with bash, fix TEMP fix, add sanity check for correct Pkg under test (Pkg.jl-2390) 2a0a18d If the `JULIA_PKG_SERVER` environment variable is not set, use Git for cloning registries (Pkg.jl-2377) 5e9ecd6 Fix p7zip usage on alpine (Pkg.jl-2382) ec6b34f prevent github actions CI git from changing \n to \r\n (Pkg.jl-2384) cf114f3 use a consistent alternative uuid across CI platforms (Pkg.jl-2379) f269fd4 Enable windows on github actions CI (Pkg.jl-2372) 8fbdbd9 Precompile: add `strict` kwarg to control whether indirect deps throw (Pkg.jl-2362) 320ec76 Precomp: Halve the default number of precompilation tasks in windows to avoid ReadOnlyMemoryError (Pkg.jl-2366) 76402b8 Fix invalidations from LatexStrings and PyPlot (Pkg.jl-2365) 4e93bc7 improve the `update`(REPLMode) document (Pkg.jl-2347) 4ffa905 overwrite registry folders that don't contain a Registry.toml (Pkg.jl-2356) 695d019 disable autoprecomp if --compiled-modules=no (Pkg.jl-2360) 7bf206e only use git on Windows for default pkg server (Pkg.jl-2364) f00fa96 Deprecate `ensure_all_artifacts_installed()` 60c98c4 Add hook to augment `Platform` objects for Artifact selection 1f12cac Add test for Pkg.jl-2302, closes Pkg.jl-2302 (Pkg.jl-2352) e54b83c Fix `is_instantiated()` (Pkg.jl-2338) a832dca Catch errors during `recursive_dir_size()` (Pkg.jl-2345) 625d764 Registry: Change update from `cp` to `mv` (Pkg.jl-2349) 204b405 fix reference to PkgError (fixes Pkg.jl-2350) (Pkg.jl-2351) * Add p7zip_jll to precompile tests since Pkg depends on it now.
antoine-levitt
pushed a commit
to antoine-levitt/julia
that referenced
this pull request
May 9, 2021
* Update Pkg.jl $ git log --pretty=format:"%h %s" fe759b2..47105aa 47105aa Add `tree_hash()` debugging output (Pkg.jl-2383) bc8532f Run GitHub Action on master and release branches (Pkg.jl-2389) 6c1e899 Another GHA windows fix: run with bash, fix TEMP fix, add sanity check for correct Pkg under test (Pkg.jl-2390) 2a0a18d If the `JULIA_PKG_SERVER` environment variable is not set, use Git for cloning registries (Pkg.jl-2377) 5e9ecd6 Fix p7zip usage on alpine (Pkg.jl-2382) ec6b34f prevent github actions CI git from changing \n to \r\n (Pkg.jl-2384) cf114f3 use a consistent alternative uuid across CI platforms (Pkg.jl-2379) f269fd4 Enable windows on github actions CI (Pkg.jl-2372) 8fbdbd9 Precompile: add `strict` kwarg to control whether indirect deps throw (Pkg.jl-2362) 320ec76 Precomp: Halve the default number of precompilation tasks in windows to avoid ReadOnlyMemoryError (Pkg.jl-2366) 76402b8 Fix invalidations from LatexStrings and PyPlot (Pkg.jl-2365) 4e93bc7 improve the `update`(REPLMode) document (Pkg.jl-2347) 4ffa905 overwrite registry folders that don't contain a Registry.toml (Pkg.jl-2356) 695d019 disable autoprecomp if --compiled-modules=no (Pkg.jl-2360) 7bf206e only use git on Windows for default pkg server (Pkg.jl-2364) f00fa96 Deprecate `ensure_all_artifacts_installed()` 60c98c4 Add hook to augment `Platform` objects for Artifact selection 1f12cac Add test for Pkg.jl-2302, closes Pkg.jl-2302 (Pkg.jl-2352) e54b83c Fix `is_instantiated()` (Pkg.jl-2338) a832dca Catch errors during `recursive_dir_size()` (Pkg.jl-2345) 625d764 Registry: Change update from `cp` to `mv` (Pkg.jl-2349) 204b405 fix reference to PkgError (fixes Pkg.jl-2350) (Pkg.jl-2351) * Add p7zip_jll to precompile tests since Pkg depends on it now.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
external dependencies
Involves LLVM, OpenBLAS, or other linked libraries
stdlib
Julia's standard library
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.