From 18bbd370b56ba080a4d64545ed66f31d49e1b442 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Wed, 17 Mar 2021 21:02:38 -0700 Subject: tidy up signalling INAPPLICABLE-PROPERTY and FAILED-CHANGE Signed-off-by: Sean Whitton --- src/propspec.lisp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/propspec.lisp') diff --git a/src/propspec.lisp b/src/propspec.lisp index c51b7df..2c199e5 100644 --- a/src/propspec.lisp +++ b/src/propspec.lisp @@ -337,8 +337,9 @@ apply the elements of REQUIREMENTS in reverse order." (or (loop with host = (class-of (get-hostattrs-car :os)) for (type propapp) on cases by #'cddr when (subtypep host type) return propapp) - (error 'inapplicable-property - :text "Host's OS fell through OS:TYPECASE.")))) + (inapplicable-property + "Host's OS ~S fell through OS:TYPECASE." + (class-of (get-hostattrs-car :os)))))) (retprop :type (collapse-types (loop for propapp in (cdr cases) by #'cddr collect (propapptype propapp))) :desc (lambda (&rest args) -- cgit v1.2.3