[armedbear-ticket] [armedbear] #236: Bad error message for malformed forms
armedbear
armedbear-devel at common-lisp.net
Mon Aug 13 03:24:42 UTC 2012
#236: Bad error message for malformed forms
----------------------------------------------------------------------------------------------+
Reporter: https://www.google.com/accounts/o8/id?id=aitoawngxgnmuwky5p6prytkvosetygr8iuymxy | Owner: ehuelsmann
Type: defect | Status: new
Priority: minor | Milestone:
Component: compiler | Version:
Keywords: |
----------------------------------------------------------------------------------------------+
Evaluating (1 2 3) yields "The value 1 is not of type LIST." The fix for
this is trivial, attached.
And compiling:
{{{
(compile nil '(lambda () (1 2 3)))
}}}
{{{
; Caught ERROR:
; COMPILE-FORM unhandled case (1 2 3)
#<THREAD "interpreter" {1775831E}>: Debugger invoked on condition of
type TYPE-ERROR
The value #<EQUAL HASH-TABLE 0 entries, 11 buckets
{23F3329A}> is not of type STRUCTURE-OBJECT.
}}}
--
Ticket URL: <http://trac.common-lisp.net/armedbear/ticket/236>
armedbear <http://common-lisp.net/project/armedbear>
armedbear
More information about the armedbear-ticket
mailing list