Can't use extended package options with package-inferred-system
Bug #1579980 reported by
Paul M. Rodriguez
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
ASDF |
New
|
Undecided
|
Unassigned |
Bug Description
If you try to use package-
This case is easy to work around by explicitly locking the package, but since the standard explicitly permits implementations to support extended package options, using `ecase` to process package options seems like a bug.
To post a comment you must log in.
Can you (anyone) offer a patch?
You'd have to edit the ecase in function package- dependencies, and replace it with something better. Probably with plenty of #+ collected for each implementation's extensions. Good luck.