From f1b725c58134c5116d47d4b3fe0ae6772e45da92 Mon Sep 17 00:00:00 2001 From: Nikodemus Siivola Date: Mon, 15 Jun 2009 12:03:10 +0000 Subject: [PATCH] 1.0.29.9: prettier style-warnings for incompatible FTYPE proclamations * Unparse the types and indent nicely. --- src/compiler/proclaim.lisp | 8 +++----- version.lisp-expr | 2 +- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/src/compiler/proclaim.lisp b/src/compiler/proclaim.lisp index acaa660..3864723 100644 --- a/src/compiler/proclaim.lisp +++ b/src/compiler/proclaim.lisp @@ -233,11 +233,9 @@ ;; FIXME: changing to FTYPE-PROCLAMATION-MISMATCH ;; broke late-proclaim.lisp. (style-warn - "new FTYPE proclamation~@ - ~S~@ - for ~S does not match old FTYPE proclamation~@ - ~S" - ctype name old-type)))) + "~@" + name (type-specifier ctype) (type-specifier old-type))))) ;; Now references to this function shouldn't be warned ;; about as undefined, since even if we haven't seen a diff --git a/version.lisp-expr b/version.lisp-expr index c247df6..5c9f43c 100644 --- a/version.lisp-expr +++ b/version.lisp-expr @@ -17,4 +17,4 @@ ;;; checkins which aren't released. (And occasionally for internal ;;; versions, especially for internal versions off the main CVS ;;; branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".) -"1.0.29.8" +"1.0.29.9" -- 1.7.10.4