Klaus Zimmermann

Results 110 comments of Klaus Zimmermann

Thanks for the quick review, @jezdez! > This looks very promising, but IMO could go a little further in subsuming the supplement functions into `Index` instance methods (not static nor...

pre-commit.ci autofix

To give a bit of an update: It took me some time last week to make this work with `get_reduced_index`, which uncovered some bugs and rough edges. Now it works,...

Note (for discussion?): This PR does remove the implicit initialization of the logging from `get_index`. If you relied on that, you should probably call `initialize_logging` explicitly.

pre-commit.ci autofix

pre-commit.ci autofix

pre-commit.ci autofix

pre-commit.ci autofix

Thanks for the feedback, @travishathaway! Looking into adding tests, I noticed that in https://github.com/conda/conda/pull/6924, `conda/models/index_record.py` was renamed to `conda/models/records.py`, but so far the corresponding test module retains the name of...

I updated the documentation part of this PR to address @jezdez' comments. I think there is still value in the actual code changes; if you prefer not to add the...