-
Notifications
You must be signed in to change notification settings - Fork 494
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
Inform about "out-of-date" packages? #3536
Comments
|
hi! i am saying for the packages which are outdated on the repo itself... not on the system 😃 |
pacman, a package manager, is not for that job. The https://packages.msys2.org/outofdate page get the outdated packages by comparing versions with archlinux, AUR and cygwin. |
i was not saying that pacman should get and calculate that info my idea was if the data from that page is put in repo data itself somehow, and pacman just shows that.... |
Your idea seems to be similar with this #3088 |
hi! thanks, yes it seems so... but it might be different as well... umh, i will ask it there to see if that one covers this or is it better as a separate issue... |
As said above, pacman is a user tool, not a package maintainer tool. Users shouldn't need to care which packages are outdated, ideally. |
this suggestion has nthng to do with being a pac maintainer. it's purpose is to let user know if the package they are going to install is outdated or not so that they can check for themselves if there is any breaking change in latest stable version. that is, if they install and use an outdated package via msys2; the latest of which has existing breaking changes; then they are already shooting themselves in foot. e.g.: any programs that have some form of interface, or custom format etc. like content creation programms, programs with commands, programming languages the current example is blender v2.93.14 on msys2 vs v3.4.1 - there are lots of breaking changes in v3.4 from v2.93 |
hi!
-S
(installing)-Ss
(searching)-Si
(information) or-Qu
(query updateable)something like:
(MORE means the currently existing output)
(i dont remember the output format of -S commands, will update the example suggestions later)
The text was updated successfully, but these errors were encountered: