Mosè Giordano

Results 675 comments of Mosè Giordano

There are unrelated commits in this branch?

Also similar to #41451 and #48015 (for logging macros).

Once we finish https://github.com/JuliaPackaging/Yggdrasil/pull/8377 (and https://github.com/JuliaPackaging/Yggdrasil/pull/8386) and the corresponding builds are updated here, we can remove mbedTLS_jll as stdlib from here, since it isn't used for anything else, I think.

I'm not sure, but maybe that's during documentation building?

@IanButterworth @KristofferC do I understand correctly we need to update `doc/Manifest.toml` with the new stdlibs?

> On Windows, the naming convention is libcrypto-3-x64.dll for 64_bit and libcrypto-3.dll for 32-bit. Really? Yes, we stumbled upon that already: https://github.com/JuliaPackaging/Yggdrasil/pull/7576#issuecomment-1781543615

> I have to dig to understand why this used to work and doesn't anymore. It is working for me on a full source build, but not with binarybuilder. Go...

Trying to load the package `NetCDF_jll` with this branch I get ``` ERROR: LoadError: InitError: could not load library "/home/mose/.julia/artifacts/2829a1f6a9ca59e5b9b53f52fa6519da9c9fd7d3/lib/libhdf5.so" /home/mose/repo/julia/usr/bin/../lib/libcurl.so.4: version `CURL_4' not found (required by /home/mose/.julia/artifacts/2829a1f6a9ca59e5b9b53f52fa6519da9c9fd7d3/lib/libhdf5.so) ``` which...

On latest commit (753084bec7b) `cmdlineargs` tests pass locally for me (but I didn't test whether they were failing before): ``` julia> Base.runtests("cmdlineargs") Running parallel tests with: getpid() = 28811 nworkers()...

We also need to figure out https://github.com/JuliaLang/julia/pull/53891#issuecomment-2029491035 before merging this PR.