jaimergp

Results 951 comments of jaimergp

If we can make the whole codebase work with the `Struct` representation, I am sure we can make it competitive with `libmamba`. However, several parts of the loading plus post-processing...

Yes, there's little gain when we can use `libmamba` repodata fetchers and loaders directly. However, we are still relying on `SubdirData` for S3 and FTP channels (small %, true). For...

Yes, it's not as well supported API-wise right now if we compare conda's `SubdirData` with libmamba's, but it can be done.

Wow! JSON+sqlite is not even fair, is it? 🤣

Looks like you are trying to update a `base` environment shared with more users in a shared file system? Looking at `base environment : /apps/users/LLP/Software/miniconda (writable)`. If there's an IT...

Hey @minrk, this is awesome! Thank you so much! There's a failure on the unit tests we need to fix, though: ``` ___________________ MatchSpecMergeTests.test_channel_merge ____________________ Traceback (most recent call last):...

@conda/conda-core this is ready for review, but it's also a breaking change for `libmamba`. Note [this comment](https://github.com/conda/conda/issues/11442#issuecomment-1179620645) by @minrk: > I can't be sure if there will be any negative...

Added better error messages now if we find incompatible merges at Solver instantiation. Instead of getting the old message with no information about the MatchSpecs involved: ``` Traceback (most recent...

Adding here the solution for #11694 - note this will still fail, we need to patch the underlying Miniconda installation. Coming in the next commit to make sure the current...