-
Notifications
You must be signed in to change notification settings - Fork 151
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
Add straight-rebuild command #10
Labels
Comments
I'm actually of the opinion now that you should just reload your init-file. |
I've changed my mind. There needs to be a way to rebuild a package even if the source hasn't changed. Plus, what if you've installed a package interactively? |
raxod502
added a commit
that referenced
this issue
Jun 11, 2017
raxod502
added a commit
that referenced
this issue
Jun 11, 2017
This is also relevant to #10. In the process, I found a minor bug in the straight--reinit-in-progress system, and fixed it by making sure the hooks got removed in straight--save-build-cache. I also improved the performance of straight-rebuild-all by treating it as a reinit, like straight-check-all.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This would rebuild any packages that needed to be rebuilt. Handy if you're testing something like
esup
where the new instance of Emacs won't pick up your changes because it's bypassing the normal init process.The text was updated successfully, but these errors were encountered: