-
Notifications
You must be signed in to change notification settings - Fork 128
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
PR #259 breaks startup #262
Comments
Sorry about this. I've opened the fix in #260. Can you see if it works? |
I am a little confused. |
Sorry, those are two different issues.
|
Got it! I've removed it.
I've added the Thank you for your report! |
The commit in PR #259 has a number of problems and breaks emacs startup in most cases especially if using something like straight.el.
package-get-descriptor
is emacs 28.1 and above, so the Package-Requires should be updated. (Suggest using package-lint to avoid this).(require 'package)
is missing so compilation breaks.More troublesome is that
package-get-descriptor
only works if the descriptor is fetched and loaded, they do not need to be loaded normally to use/require a package.Is there a way to test for the needed features without pulling package metadata?
The text was updated successfully, but these errors were encountered: