-
Notifications
You must be signed in to change notification settings - Fork 3.1k
suggestion: shouldn't pip lock also provide the size of objects ? #13393
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
It could. A PR to do this is welcome. |
let see if I can |
gave it a try with github free integrated AI, but it's a game of CI patience. not sure also if I take the size from the right place when local |
Please don't submit AI-generated code as a PR. |
As I'm using "free" AIs:
So... can I continue with that use of AI ? |
I have no objection if you want to use AIs to help you write code. But if you submit AI-written code, then is it your code? In other words, do you have the right to license it to the pip project? What if it turns out the AI produced a copy of someone else's code? Also, have you reviewed the code as well as you would have if you'd written it yourself? Are you certain there are no bugs in it? I'd prefer that if you want to use AIs, you use them to assist you to write the code you submit. |
sure, so the code must be stupid
At this moment:
This is what I do, yet you can forsee the situation is changing:
It's going to be a problem for Pip and open source:
There is no more "clean room from AI" developers anymore, except maybe at sqlite.org |
Can y’all go somewhere else to argue about this please? If this affects the implementation, the PR thread is more suitable. Otherwise it should have its own issue thread. |
Uh oh!
There was an error while loading. Please reload this page.
What's the problem this feature will solve?
to reduce the risk of sha-256 collision, providing the size of the file could be interesting.
also this is in PEP-0751 included "mousebender" example: https://peps.python.org/pep-0751/
Describe the solution you'd like
provide also the size of the packages , when generating "pip lock"
Alternative Solutions
doing it by hand in a post treatment
Additional context
using "pip lock" to generate a reference and safe pylock.toml file for WinPython distribution
typical code:
Code of Conduct
The text was updated successfully, but these errors were encountered: