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

🤖 [master] Bump the Pkg stdlib from f3b81f1aa to 6dd0e7c9e (take 2) #53220

Merged
merged 6 commits into from
Feb 8, 2024

Conversation

IanButterworth
Copy link
Member

Replaces #53216 (I can't push to that repo branch)

Adds

  • making pkgimages for REPLExt
  • Fixes PkgCompletionProvider location

Stdlib: Pkg
URL: https://github.com/JuliaLang/Pkg.jl.git
Stdlib branch: master
Julia branch: master
Old commit: f3b81f1aa
New commit: 6dd0e7c9e
Julia version: 1.11.0-DEV
Pkg version: 1.11.0
Bump invoked by: @IanButterworth
Powered by: BumpStdlibs.jl

Diff: JuliaLang/Pkg.jl@f3b81f1...6dd0e7c

$ git log --oneline f3b81f1aa..6dd0e7c9e
6dd0e7c9e Revert "add test for recurring precompile" (#3779)
dbf114fa9 Merge pull request #3777 from JuliaLang/kc/repl_extension
a49d47981 fixup
e3edf3917 avoid prompting for git creds on CI (#3778)
510454343 make the `REPL` specific code into an extension
12d2de14e make `pkgstr` independent of REPL

pkgimage.mk Outdated Show resolved Hide resolved
stdlib/REPL/src/REPL.jl Outdated Show resolved Hide resolved
pkgimage.mk Outdated Show resolved Hide resolved
Co-authored-by: Valentin Churavy <vchuravy@users.noreply.github.com>
Co-authored-by: Kristoffer Carlsson <kcarlsson89@gmail.com>
@IanButterworth
Copy link
Member Author

There remains an issue with the build script here that I can't figure out

    JULIA stdlib/Pkg.release.image
/bin/sh: -c: line 0: unexpected EOF while looking for matching `''
/bin/sh: -c: line 1: syntax error: unexpected end of file
    JULIA stdlib/LazyArtifacts.release.image
make[1]: *** [stdlib/REPLExt.release.image] Error 2
make[1]: *** Waiting for unfinished jobs....
    JULIA stdlib/LazyArtifacts.release.image
make: *** [stdlibs-cache-release] Error 2

pkgimage.mk Outdated Show resolved Hide resolved
pkgimage.mk Outdated Show resolved Hide resolved
Co-authored-by: Jameson Nash <vtjnash@gmail.com>
@vtjnash vtjnash added stdlib Julia's standard library merge me PR is reviewed. Merge when all tests are passing labels Feb 7, 2024
@IanButterworth
Copy link
Member Author

Thanks. Good to merge but a little noisy currently @KristofferC

    JULIA stdlib/Pkg.release.image
    JULIA stdlib/Pkg.release.image
    JULIA stdlib/REPLExt.release.image
    JULIA stdlib/LazyArtifacts.release.image
    JULIA stdlib/LazyArtifacts.release.image
 │ Attempted to find missing packages in package registries but no registries are installed.
 └ Use package mode to install a registry. `pkg> registry add` will install the default registries.

    JULIA stdlib/REPLExt.release.image
 │ Attempted to find missing packages in package registries but no registries are installed.
 └ Use package mode to install a registry. `pkg> registry add` will install the default registries.

julia %

@KristofferC
Copy link
Member

Nice, let's fix that as a follow up.

@KristofferC KristofferC merged commit c1a7bb2 into JuliaLang:master Feb 8, 2024
7 checks passed
@inkydragon inkydragon removed the merge me PR is reviewed. Merge when all tests are passing label Feb 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
stdlib Julia's standard library
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants