Skip to content

Conversation

@pull
Copy link

@pull pull bot commented Nov 24, 2024

See Commits and Changes for more details.


Created by pull[bot] (v2.0.0-alpha.1)

Can you help keep this open source service alive? 💖 Please sponsor : )

@pull pull bot added the ⤵️ pull label Nov 24, 2024
IanButterworth and others added 29 commits December 31, 2024 21:00
…t package is user writable. This allows running the Pkg tests as part of Base.runtests of an installed Julia installation, where sources might be readonly. (#4136)
This provides initial support for defining "apps" in Julia which can be run from the terminal and installed via Pkg.
…fore precompilation is finished instead of `__init__` (#4142)

Co-authored-by: KristofferC <kristoffer.carlsson@juliacomputing.com>
…h a binary is already installed (#4143)

Co-authored-by: KristofferC <kristoffer.carlsson@juliacomputing.com>
It turns out that Windows requires the executable bit set if the
`BYPASS_TRAVERSE_CHECKING` privilege is not attached to a user's
account.  It's simply more correct to ensure that our directories have
this bit set, and unfortunately our `filemode()` function call is
not complete on Windows and does not include this bit, so we manually
add it in on Windows.
…ess threads (#4141)

Co-authored-by: Ian Butterworth <i.r.butterworth@gmail.com>
)

* protect against an interrupted mv

* pidlock download_source

* add tests

* try a proper package

* actually test ffmpeg works

* windows fix

* pidlock artifact downloads

* don't claim to have done work

* more tests

* debug hang

* debug: try a yield

* increase stale_age for downloads

* rm debugs

* use (and rename) mv_temp_artifact_dir

* disable modifying permissions in mv_temp_artifact_dir

* rm goto's

* rename as generic and move to utils

* reduce to 1 test. lock ffmpeg version.

* show info if test fails

* debug: turn on verbose testsets for timing

* tweaks

* fix error printing

* check which registries need installing after acquiring pidlock

* rm ispath check outside of pidlock

* add time print

* color process prints

* use early throw `Base.Experimental.@sync`

* narrow try

* reduce stale_age

* fix!

* remove print from happy path

* also pidlock git installs
…ty (#4187)

* `Project` construction: improve type stability

* `Manifest` construction: improve type stability
* allow authors to be a TOML array
* use CFF schema, mention Array of Tables
moble and others added 30 commits November 9, 2025 06:43
Co-authored-by: KristofferC <kristoffer.carlsson@juliacomputing.com>
Co-authored-by: KristofferC <kristoffer.carlsson@juliacomputing.com>
* test: isolate more tests that call subprocesses

The base `make test-Pkg` invocation sets JULIA_DEPOT_PATH to the builtin
DEPOT_PATH. However, Pkg tests assume that this DEPOT_PATH do not have any
registries. There were various places where we were accidentally using
this DEPOT_PATH and installing a registry there. Work around this by
unsetting it, isolating some subprocesses and adding a check on CI that
fails if any pre-set JULIA_DEPOT_PATH gets modified.

Ref JuliaLang/julia#60058

* See if Linux would work at least

* code format

* Try windows env setup

* One more format complaint

* Run with JULIA_DEBUG to debug loading failures

* Use runner rather than matrix in conditional

* More debug logging

* Embarassing typo

* rm CI check again
Co-authored-by: KristofferC <kristoffer.carlsson@juliacomputing.com>
Co-authored-by: Keno Fischer <Keno@users.noreply.github.com>
* Isolate more tests

As seen in JuliaLang/julia#60197, the test I
added to make sure that `make test-Pkg` doesn't corrupt the builtin
depot is firing properly - we had several more tests that were
improperly isolated. A related issue is that if `Preferences` is
not in the depot that starts the test we were trying to Pkg.add
it, causing the same problem. Fix that by treating it like the
other external packages (Aqua, HistoricalStdlibVersions) and
making the corresponding tests optional.

* Try to use the LAODED_DEPOT ReplExt copy
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
7z appears to normalize internally causing it to fail to extract archives that have this pattern. One way to reproduce is to set DEPOT_PATH to a path that has a symlink/.. in the path. We get this wrong in Julia too, c.f. JuliaLang/julia#60251
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.