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
KristofferC and others added 29 commits January 28, 2025 09:11
…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
* add a helper script to make Pkg.jl tags

* rethrow
This shows adds an optional download size value to an artifact binding.
While this value is not used anywhere yet, it could be used to create warnings when downloading large artifacts, or to
feed progress meters when the server does not provide content size headers.
It is simpler to not let the current Julia process change its working
directory and just tell `git` where to work. (Noticed this when
launching a new tmux tab which opened up with a `.julia/clones/` working
diretory, for example.)
nalimilan and others added 30 commits November 17, 2025 14:08
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
Co-authored-by: Claude <noreply@anthropic.com>
…ches (#4562)

Co-authored-by: Claude <noreply@anthropic.com>
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v4...v6)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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.