Faré fahree@gmail.com writes:
Was the :version option evaluated in the past?
The option is only evaluated when someone tries to enforce version with a dependency like (:version "cl-jpeg" "3.4.5"). Sigh.
That's an interesting problem. What's the correct solution?
Accept bad values and throw a style-warning? a warning? a cerror?
Is it feasible to evaluate the option, and give a style-warning like "Ignoring non-string version ~S" unless it does evaluate to a string?
Zach