-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Feature request: make the package updates selectable when clicking the Update Packages
#4915
Comments
Alternatively (or additionally) let the user choose which packages to roll back. |
How about a different alternative? If the user is on the stable branch they should expect the build to stable right? Would it be feasible to lock in a max version number for each package on the stable version (perhaps using some sort of file) so that they couldn't update past that. Then, once a week or so, that file could just be updated so that updating spacemacs automatically updated the packages (if any had updates). Another way to do it would to just somehow "delay" the package check by a week (so if they clicked update packages, it checked from a week ago, assuming MELPA updates weekly. Users on the development branch shouldn't expect that kind of stability so they would make excellent guinea pigs; they could quite easily catch the vast majority of prickly bugs and issues in time for the list to be modified to ensure stability. |
Yes, I like this idea. That would be the simplest way to revert a bad update while still being able to update other packages. |
@TheBB 👍 I like this idea too. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Please let us know if this issue is still valid! |
Spacemacs
Update Packages
updates all the packagesNow in the home buffer of Spacemacs, the
Update Packages
will update all the packages to the latest version. However, some new version packages may be buggy and should not be updated. For example, the latest org mode seems to be causing a lot of problems (see #4793 ). It is often the case that a user has to rollback all the packages to their previous versions for a single buggy package.Temporary solution
There are alternatives such as using the command
list-packages
orparadox-list-packages
to select the packages to be updated.Problem of temprary solution
Suggestion
Let the user choose which packages should be updated after clicking
Update Packages
using similar interfaces provided bylist-packages
orparadox-list-packages
.Thank you very much!
The text was updated successfully, but these errors were encountered: