Elliot Saba

Results 409 comments of Elliot Saba

> Do dlls need to be writeable on Windows I don't believe that's the case. Without some kind of reproducer it's going to be very difficult to track down what's...

I have much more deeply nested calls than the one shown above; check out the sort benchmarks, [they're crazy nested](https://github.com/staticfloat/Perftests.jl/blob/87c29fff3e9e85331461458fa66fb3ff9369d0ba/benchmarks/sort/perf.jl).

A few thoughts on this; * Keeping track of things such as "number of `Pkg.add()` operations on a given package" should be tracked, but should also be tied to some...

I like something similar to `Package.toml`, or `Packages.toml`. This gets across the idea that the configuration has something to do with packaging, which may not be immediately obvious to users...

For the expliciphiles among us: * `package_system_metadata.toml` * `PackageMetadata.toml` For the cutesy among us: * `JPSI.toml`, pronounced "Gypsy", stands for "Julia Packaging System Information". Bonus points if you symlink it...

I think `Environment.toml` could possibly describe all three in one fell swoop; `Environment.toml` describes how a package fits into its larger environment, how a project's environment should be setup, or...

I think `Environment.toml` is an acceptable length.

Are there any other errors or logs? This tells us there was a failure, but doesn’t give any of the specifics.

@kino-tech can you show the output of the following: ``` curl -Lv https://pkg.julialang.org/package/c8ffd9c3-330d-5841-b78e-0817d7145fa1/c0b1286883cac4e2b617539de41111e0776d02e8 -o MbedTLS_jll.tar.gz ``` That should result in an `MbedTLS_jll.tar.gz` file in your current directory. I'm interested to...