jaimergp

Results 1194 comments of jaimergp

This is now raising deprecation errors in conda-build's CI now, see https://github.com/conda/conda-build/issues/5807.

I reworked some sections: * `__glibc` only makes sense if native and target platforms match the same linux subdir, so now the text specifies the `MUST` clauses more strictly. *...

I'm seeing myself referring to the "MatchSpec" interface in other CEPs yet this is not standardized, so there we go. Let's open that can of worms.

This will probably need another CEP on `PackageRecord`, which will probably ask for `Repodata` counterparts and... channel structure. Yay. [I like how `packaging.python.org` does this btw](https://packaging.python.org/en/latest/specifications/). I'll probably copy some...

@baszalmstra, @beckermr, @AntoinePrv, @ruben-arts, @JeanChristopheMorinPerso, I've tackled some of the pending items if you want to take a look. Perhaps more critically, the version strings and ordering conversation is now...

@chenghlee shared this gem yesterday 😂 😭 ```python >>> from conda.models.match_spec import MatchSpec >>> MatchSpec("foo") MatchSpec("foo") >>> MatchSpec("foo=") MatchSpec("foo") >>> MatchSpec("foo # comment") MatchSpec("foo") >>> MatchSpec("foo=# comment") MatchSpec("foo") >>> MatchSpec("foo...

This would need two sides: - how to store standardized metadata about it; possibly part of https://github.com/conda/ceps/issues/67. Last modification of environment could come from `stat` of the `conda-meta/history`; the rest...

Opened https://github.com/conda/conda/pull/15329 to add the necessary API. Unfortunately, the `info --envs` logic is very simple (only a list of prefixes), which is then enriched at print time. That will need...

With https://github.com/conda/conda/pull/15329 and https://github.com/conda/conda/pull/15330, users can rely on `conda info --envs --json` and `conda env list --json` to obtain the `created` and `last_modified` timestamps.

I think nothing prevents us from saying something like "This CEP is co-submitted with X, Y, Z. All of them propose to bump to repodata version v2, the implementation of...