You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A problem is that eldev-add-extra-dependencies predates the extended dependency format. Moreover, it accepts lists as dependencies, but for a different meaning. I guess I need to fix this anyway, but it would be useful to understand what exactly you are trying to achieve. Is this only a neatpick (as (:package magit) should be the same as just magit), or were you planning to use some functionality supported only by the extended format?
Is this only a neatpick (as (:package magit) should be the same as just magit), or were you planning to use some functionality supported only by the
extended format?
The latter. I wanted to specify the archive for a package that's available via
multiple archives. The example I gave was a minimal one intended to reproduce
the error and not the one I encountered the error first on.
Describe the bug
A clear and concise description of what the bug is.
Steps to reproduce
eldev
and hasmelpa
archive enabled.(eldev-add-extra-dependencies 'build '(:package magit))
toEldev
file.eldev -dt dependencies build
.Expected behavior
No exception should be raised. Per the documentation of "Extended dependency
format",
eldev-add-extra-dependencies
should accept a plist.Actual behavior
Environment
Additional context
N/A.
The text was updated successfully, but these errors were encountered: