Chan Kang

Results 48 comments of Chan Kang

@douglasmakey if you're around. this stuff is great by the way! thanks a lot for putting this out here!

took a stab at this https://github.com/uber-go/zap/pull/1251 - let me know if this is what you guys had in mind!

another separate, but related nicety would be printing out the `Location` column that `pip list --verbose` prints: ``` $ pip list --verbose Package Version Location Installer ------------------ ----------- ------------------------------------------------------------------- ---------...

is it possible to add this info on readme? i had the same thought and was confused for a bit until i landed on this

fixing CI and probably will add tests (it's turning out to be kinda non-trivial hmm, still looking though), should be done sometime today or tomorrow.

taking longer than expected :.( - down to a couple of failing tests (having trouble reproducing it locally atm) + system setup jobs failing for windows, will continue to look.

@zanieb do you happen to know why `incompatible_python_compatible_override_available_no_wheels` might be failing here? it seems to have succeeded for macos after rebase, but the identical code on my fork fails [here](https://github.com/astral-sh/uv/actions/runs/8444731873/job/23130799842?pr=2636)...

😆 ok after rebasing this time it seems like the only failures are windows; i'll try to get these resolved this week.

> What kind of problems are you having with the test suite? Have you merged main lately? We've recently improved the test snapshot filtering (i.e. #2678) the most cryptic test...

took a quick look at the code - seems like this flag isn't passed down to the locking function https://github.com/pypa/pipenv/blob/main/pipenv/routines/install.py#L648-L655 is `pipenv` not designed to handle the case where the...