Daniel Holth
Daniel Holth
The pipelined implementation does this. Fixed by #756
Why do we need to increase lines-of-code? Why should we care about the indentation?
The documentation has the wrong version number in the HTML (0.0.0-placeholder0)
Should we go back to old-school NFS-safe separate lockfiles? Accept some cache corruption? Show messages if we see an actual OSError (not always the case); make sure all filesystem operations...
Am able to reproduce in a fresh environment [slow-client-min.txt](https://github.com/user-attachments/files/18558296/slow-client-min.txt) I thought it was because the newer release of binstar_client uses pydantic, or imports many things on startup.
Although there were some problems running against conda@main, now resolved, the latest issue turned out to be related to either the way other dependencies were packaged or the Python 3.14...
We implemented our own filter in conda-package-streaming. Could we use the Python one instead or pass our filter function through that parameter?
This is what [pypa/build's cli does](https://github.com/pypa/build/blob/main/src/build/__main__.py#L125) to build an ordinary wheel in its own environment, providing pip or uv as the available installers. We could add a conda installer. ```...
Superceded by https://github.com/dholth/conda-pupa which creates conda packages directly from Python projects or wheels.
A sample of work that has been done to make c-l-s tests pass, unrelated to intended work [Update deprecations in conda-build](https://github.com/conda/conda-build/pull/5790) Detect [conda-build deprecations pre-merge in conda CI](https://github.com/conda/conda/pull/15231) xonsh investigation...