-
-
Notifications
You must be signed in to change notification settings - Fork 36
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]: Roll back to previous packages version #24
Comments
Yes. The
My plan is to make general commands that would make this easy to do. |
It would be nice if these things would be supported:
|
So not going to bother at this juncture...waiting on progfolio/elpaca#24 before migrating
Seems to be working. No lockfile yet: progfolio/elpaca#24 So, will stay with straight.el for now
docs: document basic usage elpaca-menu-functions: add elpaca-menu-lock-file elpaca-load-lockfile: remove elpaca-lock-file: user option to set lock file elpaca-menu-lock-file: menu to defer to lock file recipes elpaca--lock-file-init-p: predicate to exclude non-init elpacas elpaca-lock-file-functions: filtering hook for elpaca-write-lock-file elpaca-write-lock-file: command to write lock files Related: #24 #151 #404 #405
Rudimentary support for lock files added.
Should be possible via
Currently no worktrees are checked. Current hash is written.
I think attempting a bootstrap with the |
On latest master you should be able to:
At that point the packages should be installed in the state they were in at step 1. |
Feature Description
As far as I know, Straight.el has command
straight-freeze-version
. Is similar feature planned for Elpaca? Ideally, I would love to have ability to roll back packages versions to ones before last upgradeConfirmation
The text was updated successfully, but these errors were encountered: