Pradyun Gedam

Results 1572 comments of Pradyun Gedam

I’m not a lawyer, so don’t take this as legal advice from me. IIUC, you don't need to update the copyright year on license declarations. See also https://hynek.me/til/copyright-years/

Well, of course pip just accepts such wheels. :) Longer term, I think the right thing to do here is for pip to become strict on this front. That isn't...

This should already be possible via the API, which takes a mapping containing the installation scheme’s resolved paths: https://installer.readthedocs.io/en/latest/api/destinations/#installer.destinations.SchemeDictionaryDestination Could you be a bit more specific about what you are...

I’d like to request folks to hold off going this direction in the discussion, based off of a guess. I specifically asked for details, to better understand why OP wants...

If someone wants to file a PR implementing such a flag, please feel welcome to do so!

@pfmoore @uranusjr notes from a past @pradyunsg about what to do for the ResolutionImpossible exception. :3

The world has changed and the above cases does not result in a dependency conflict out of the box. None the less, there's a close relative that does so. ```...

> feel a little tired about thinking this. /me relates strongly. > In short, the resolver is not properly backtracking dependency “contributions” when it removes a previous pin that is...

Thanks for filing this @matt-hammond-bbc! I think this is already handled cleanly. I'll add a test for this and make sure.