1- we probably want conditionally included components, as in xcvb:

(:when (:featurep (:and :sbcl sb-thread)) (:file "sbcl-threaded-support"))
(:when (:featurep (:or :cmu :scl)) (:file "cmucl-support"))

2- is depending on a suppressed component a bug, a nop, or something
that forces the component to be un-suppressed?

[ François-René ÐVB Rideau | Reflection&Cybernethics | http://fare.tunes.org ]
"I carry a gun because a cop is too heavy." — R. Lee Wrights

_______________________________________________
asdf-devel mailing list
[email protected]
http://common-lisp.net/cgi-bin/mailman/listinfo/asdf-devel

Reply via email to