summaryrefslogtreecommitdiff
path: root/version.lisp-expr
diff options
context:
space:
mode:
authorNikodemus Siivola <nikodemus@random-state.net>2011-05-11 11:15:43 +0000
committerNikodemus Siivola <nikodemus@random-state.net>2011-05-11 11:15:43 +0000
commita1a34a500b880ab761291350300d8d3184574183 (patch)
tree3967ec7e6d46740f1d3ee5c963d590ef828aa50b /version.lisp-expr
parent5b96a0e6ff6390f3c85f90a72207cf052ea11bf6 (diff)
1.0.48.9: better source information for compile-time type errors
Compile-time warning: in addition to the context, also tell exactly which form produces the value that is not of the expected type. Run-time error: include both the error context and exact form in the error message. Delete VALUES-TYPE-ERROR, and use SIMPLE-TYPE-ERROR for both legs in %COMPILE-TIME-TYPE-ERROR.
Diffstat (limited to 'version.lisp-expr')
-rw-r--r--version.lisp-expr2
1 files changed, 1 insertions, 1 deletions
diff --git a/version.lisp-expr b/version.lisp-expr
index 08d7c6925..2072a3ddc 100644
--- a/version.lisp-expr
+++ b/version.lisp-expr
@@ -20,4 +20,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.48.8"
+"1.0.48.9"