Elliot Saba
Elliot Saba
Hello there! This is an automated pull request submitted by `@staticfloat` to help package authors transition their Julia installation CI setups to the new binary provider URL. Please take a...
[The check for whether `depsfile` exists](https://github.com/jheinen/GR.jl/blob/2af13784083d01bf2006c410eeb1ce5513c4f5db/src/GR.jl#L13-L32) occurs at compile-time, which means that if GR attempts to use `GR_jll` and writes out a `deps.jl` file, `GR` will not notice and will...
Hello there! This is an automated pull request submitted by `@staticfloat` to help package authors transition their Julia installation CI setups to the new binary provider URL. Please take a...
https://github.com/JuliaPackaging/BinaryProvider.jl/blob/master/src/Products.jl#L158 Finds `libcairo-script-interpreter` when it should find just `libcairo`
This should fix https://github.com/JuliaPackaging/BinaryProvider.jl/issues/127
With each Julia release, we should generate a `BinaryProvider`-style tarball of shared libraries that typically ship with Julia. Things like `libgfortran.so.4`, `libstdc++.so.6`, etc... and enable automatic downloading of it to...
@juliaregistrator tag
We should allow the registry preference header (`Julia-Registry-Preference`) to not just be a single value, but a comma-separated list. The Pkg server should attempt to serve each registry flavor, in...
I have found a few usages in the wild of `@require` enabling test sets dynamically, but it has some surprising interactions in that a failing test within the nested `@require`-`@testset`...