Eric Hanson
Eric Hanson
and pass `--project` flag to `setup-julia` so it can parse `min`. in https://github.com/JuliaRegistries/RegistryCI.jl/pull/632 we tried `min` but I didn't realize `project` needed to be passed to setup-julia (not just julia-test)
## Background in [2021](https://www.youtube.com/watch?v=9YWwiFbaRx8) and [2023](https://youtu.be/KfQTFVtZTYY), @giordano and I presented package ecosystem statistics at JuliaCon (and in 2021 we wrote a blog post, https://julialang.org/blog/2021/08/general-survey/), collected through our package [PackageAnalyzer](https://github.com/JuliaEcosystem/PackageAnalyzer.jl). This...
This is to address the problem of a package repo being deleted. What happens currently depends on when it is deleted: 1. before AutoMerge checks the PR: ✅ automerge fails...
https://blog.asciinema.org/post/three-point-o/
just exploration
closes #100 Needs https://github.com/pre-commit/pre-commit/pull/3494 to support in-repo julia hooks
Copies src files in addition to Project/Manifest. This allows pre-commit hooks to live inside a package (like https://github.com/JuliaTesting/ExplicitImports.jl/blob/main/.pre-commit-hooks.yaml) instead of being in a separate repo (like https://github.com/fredrikekre/runic-pre-commit). Split out from...
Adds basic support for customizing the Julia version by setting the JULIAUP_CHANNEL environmental variable. This support is limited in a couple ways: - We don't check that the user is...
I had a local Manifest.toml which was out-of-date with respect to a Project.toml from a PR. This led to: ```julia julia --project=AutoMerge The latest version of Julia in the `release`...
based on #4326 but using https://github.com/JuliaTesting/ExplicitImports.jl/pull/128. Needs https://github.com/pre-commit/pre-commit/pull/3494 for `language_version` to work, for the src file copying feature to support the in-repo ExplicitImports.jl hook, and optionally for startup-file=no.