#236: Bad error message for malformed forms ----------------------------------------------------------------------------------------------+ Reporter: https://www.google.com/accounts/o8/id?id=aitoawngxgnmuwky5p6prytkvosetygr8iu... | 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. }}}