jaimergp

Results 1521 comments of jaimergp

I'm also curious about those hardlink optimizations that macOS has for linking a full directory at once. Would those go away without materialized extracted directories?

Can we stream the `info/` component first and then proceed with the package ones once the hashes are available?

> My main worry is still cache corruption. If someone accidentally modifies a file in the cache the cache is corrupted in a pretty bad way. You mean that instead...

I may expand the scope of this into "Creation of conda environments" and also discuss the operations required to (extract and) link packages, record their metadata, etc. Otherwise we risk...

I updated the `package_record` schemas at https://github.com/conda/schemas/pull/26 to support this CEP.

cc @maresb, lmk what you think!

Thanks for the prompt review! > There's a "unique" constraint on the `package` list with key `(name, manager, platform, category)`. Added in [ee2dff0](https://github.com/conda/ceps/pull/138/commits/ee2dff0121f57579a2c52b3e2124102497420588). > Actually md5 and sha256 are technically...

Trying this in https://github.com/conda-incubator/conda-rattler-solver/pull/19, but I'm not sure it works. I do see the conditional dependencies being passed, but I'm not obtaining errors where I thought I would. Do I...

Just learnt that this is solved in v2, so feel free to close if 1.x is not being maintained anymore.