File size: 54,129 Bytes
43203b4
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
{"macro_name":"DEFCVAR","library":"cffi","call_form":"(defcvar)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO DEFCVAR:\n  too few elements in\n    ()\n  to satisfy lambda list\n    (NAME-AND-OPTIONS TYPE &OPTIONAL DOCUMENTATION):\n  between 2 and 3 expected, but got 0"}
{"macro_name":"DEFCVAR","library":"cffi","call_form":"(defcvar nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO DEFCVAR:\n  too few elements in\n    (NIL)\n  to satisfy lambda list\n    (NAME-AND-OPTIONS TYPE &OPTIONAL DOCUMENTATION):\n  between 2 and 3 expected, but got 1"}
{"macro_name":"DEFCVAR","library":"cffi","call_form":"(defcvar nil nil)","expanded":"","status":"expansion-error","error":"The assertion (NOT (NULL SPEC)) failed with (NULL SPEC) = T."}
{"macro_name":"DEFCVAR","library":"cffi","call_form":"(defcvar nil (progn))","expanded":"","status":"expansion-error","error":"The assertion (NOT (NULL SPEC)) failed with (NULL SPEC) = T."}
{"macro_name":"DEFCVAR","library":"cffi","call_form":"(defcvar nil :key nil)","expanded":"","status":"expansion-error","error":"The assertion (NOT (NULL SPEC)) failed with (NULL SPEC) = T."}
{"macro_name":"DEFCVAR","library":"cffi","call_form":"(defcvar 'lol-gen::some-name)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO DEFCVAR:\n  too few elements in\n    ('LOL-GEN::SOME-NAME)\n  to satisfy lambda list\n    (NAME-AND-OPTIONS TYPE &OPTIONAL DOCUMENTATION):\n  between 2 and 3 expected, but got 1"}
{"macro_name":"DEFINE-TRANSLATION-METHOD","library":"cffi","call_form":"(define-translation-method)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO DEFINE-TRANSLATION-METHOD:\n  too few elements in\n    ()\n  to satisfy lambda list\n    ((OBJECT TYPE METHOD) &BODY BODY):\n  at least 1 expected, but got 0"}
{"macro_name":"DEFINE-TRANSLATION-METHOD","library":"cffi","call_form":"(define-translation-method nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO DEFINE-TRANSLATION-METHOD:\n  too few elements in\n    ()\n  to satisfy lambda list\n    (OBJECT TYPE METHOD):\n  exactly 3 expected, but got 0"}
{"macro_name":"DEFINE-TRANSLATION-METHOD","library":"cffi","call_form":"(define-translation-method nil\n  nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO DEFINE-TRANSLATION-METHOD:\n  too few elements in\n    ()\n  to satisfy lambda list\n    (OBJECT TYPE METHOD):\n  exactly 3 expected, but got 0"}
{"macro_name":"DEFINE-TRANSLATION-METHOD","library":"cffi","call_form":"(define-translation-method nil\n  (progn))","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO DEFINE-TRANSLATION-METHOD:\n  too few elements in\n    ()\n  to satisfy lambda list\n    (OBJECT TYPE METHOD):\n  exactly 3 expected, but got 0"}
{"macro_name":"DEFINE-TRANSLATION-METHOD","library":"cffi","call_form":"(define-translation-method nil\n  :key\n  nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO DEFINE-TRANSLATION-METHOD:\n  too few elements in\n    ()\n  to satisfy lambda list\n    (OBJECT TYPE METHOD):\n  exactly 3 expected, but got 0"}
{"macro_name":"DEFINE-TRANSLATION-METHOD","library":"cffi","call_form":"(define-translation-method 'lol-gen::some-name)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO DEFINE-TRANSLATION-METHOD:\n  too few elements in\n    'LOL-GEN::SOME-NAME\n  to satisfy lambda list\n    (OBJECT TYPE METHOD):\n  exactly 3 expected, but got 2"}
{"macro_name":"DEFINE-FOREIGN-LIBRARY","library":"cffi","call_form":"(define-foreign-library)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO DEFINE-FOREIGN-LIBRARY:\n  too few elements in\n    ()\n  to satisfy lambda list\n    (NAME-AND-OPTIONS &BODY PAIRS):\n  at least 1 expected, but got 0"}
{"macro_name":"DEFINE-FOREIGN-LIBRARY","library":"cffi","call_form":"(define-foreign-library nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DESTRUCTURING-BIND:\n  too few elements in\n    ()\n  to satisfy lambda list\n    (NAME . OPTIONS):\n  at least 1 expected, but got 0"}
{"macro_name":"DEFINE-FOREIGN-LIBRARY","library":"cffi","call_form":"(define-foreign-library nil\n  nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DESTRUCTURING-BIND:\n  too few elements in\n    ()\n  to satisfy lambda list\n    (NAME . OPTIONS):\n  at least 1 expected, but got 0"}
{"macro_name":"DEFINE-FOREIGN-LIBRARY","library":"cffi","call_form":"(define-foreign-library nil\n  (progn))","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DESTRUCTURING-BIND:\n  too few elements in\n    ()\n  to satisfy lambda list\n    (NAME . OPTIONS):\n  at least 1 expected, but got 0"}
{"macro_name":"DEFINE-FOREIGN-LIBRARY","library":"cffi","call_form":"(define-foreign-library nil\n  :key\n  nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DESTRUCTURING-BIND:\n  too few elements in\n    ()\n  to satisfy lambda list\n    (NAME . OPTIONS):\n  at least 1 expected, but got 0"}
{"macro_name":"DEFINE-FOREIGN-LIBRARY","library":"cffi","call_form":"(define-foreign-library 'lol-gen::some-name)","expanded":"(register-foreign-library 'quote 'nil lol-gen::some-name)","status":"verified"}
{"macro_name":"WITH-POINTER-TO-VECTOR-DATA","library":"cffi","call_form":"(with-pointer-to-vector-data)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO WITH-POINTER-TO-VECTOR-DATA:\n  too few elements in\n    ()\n  to satisfy lambda list\n    ((PTR-VAR VECTOR) &BODY BODY):\n  at least 1 expected, but got 0"}
{"macro_name":"WITH-POINTER-TO-VECTOR-DATA","library":"cffi","call_form":"(with-pointer-to-vector-data nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO WITH-POINTER-TO-VECTOR-DATA:\n  too few elements in\n    ()\n  to satisfy lambda list\n    (PTR-VAR VECTOR):\n  exactly 2 expected, but got 0"}
{"macro_name":"WITH-POINTER-TO-VECTOR-DATA","library":"cffi","call_form":"(with-pointer-to-vector-data nil\n  nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO WITH-POINTER-TO-VECTOR-DATA:\n  too few elements in\n    ()\n  to satisfy lambda list\n    (PTR-VAR VECTOR):\n  exactly 2 expected, but got 0"}
{"macro_name":"WITH-POINTER-TO-VECTOR-DATA","library":"cffi","call_form":"(with-pointer-to-vector-data nil\n  (progn))","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO WITH-POINTER-TO-VECTOR-DATA:\n  too few elements in\n    ()\n  to satisfy lambda list\n    (PTR-VAR VECTOR):\n  exactly 2 expected, but got 0"}
{"macro_name":"WITH-POINTER-TO-VECTOR-DATA","library":"cffi","call_form":"(with-pointer-to-vector-data nil\n  :key\n  nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO WITH-POINTER-TO-VECTOR-DATA:\n  too few elements in\n    ()\n  to satisfy lambda list\n    (PTR-VAR VECTOR):\n  exactly 2 expected, but got 0"}
{"macro_name":"WITH-POINTER-TO-VECTOR-DATA","library":"cffi","call_form":"(with-pointer-to-vector-data 'lol-gen::some-name)","expanded":"(let ((#:vector174 lol-gen::some-name))\n  (declare (type (sb-kernel:simple-unboxed-array (*)) #:vector174))\n  (sb-sys:with-pinned-objects (#:vector174)\n    (let ((quote (sb-sys:vector-sap #:vector174))))))","status":"verified"}
{"macro_name":"INCF-POINTER","library":"cffi","call_form":"(incf-pointer)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO INCF-POINTER:\n  too few elements in\n    ()\n  to satisfy lambda list\n    (PLACE &OPTIONAL (OFFSET)):\n  between 1 and 2 expected, but got 0"}
{"macro_name":"INCF-POINTER","library":"cffi","call_form":"(incf-pointer nil)","expanded":"(setq nil (inc-pointer nil 1))","status":"verified"}
{"macro_name":"INCF-POINTER","library":"cffi","call_form":"(incf-pointer nil nil)","expanded":"(setq nil (inc-pointer nil nil))","status":"verified"}
{"macro_name":"INCF-POINTER","library":"cffi","call_form":"(incf-pointer nil (progn))","expanded":"(setq nil (inc-pointer nil (progn)))","status":"verified"}
{"macro_name":"INCF-POINTER","library":"cffi","call_form":"(incf-pointer nil :key nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO INCF-POINTER:\n  too many elements in\n    (NIL :KEY NIL)\n  to satisfy lambda list\n    (PLACE &OPTIONAL (OFFSET)):\n  between 1 and 2 expected, but got 3"}
{"macro_name":"INCF-POINTER","library":"cffi","call_form":"(incf-pointer 'lol-gen::some-name)","expanded":"(let* ((#:some-name179 lol-gen::some-name)\n       (#:new178 (inc-pointer '#:some-name179 1)))\n  (funcall #'(setf quote) #:new178 #:some-name179))","status":"verified"}
{"macro_name":"TRANSLATION-FORMS-FOR-CLASS","library":"cffi","call_form":"(translation-forms-for-class)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO TRANSLATION-FORMS-FOR-CLASS:\n  too few elements in\n    ()\n  to satisfy lambda list\n    (CLASS TYPE-CLASS):\n  exactly 2 expected, but got 0"}
{"macro_name":"TRANSLATION-FORMS-FOR-CLASS","library":"cffi","call_form":"(translation-forms-for-class nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO TRANSLATION-FORMS-FOR-CLASS:\n  too few elements in\n    (NIL)\n  to satisfy lambda list\n    (CLASS TYPE-CLASS):\n  exactly 2 expected, but got 1"}
{"macro_name":"TRANSLATION-FORMS-FOR-CLASS","library":"cffi","call_form":"(translation-forms-for-class nil nil)","expanded":"(progn\n (defmethod translate-from-foreign (pointer (type nil))\n   (apply 'make-instance 'nil (call-next-method)))\n (defmethod translate-into-foreign-memory ((object nil) (type nil) pointer)\n   (call-next-method\n    (loop for slot being the hash-value of (structure-slots type)\n          for name = (slot-name slot)\n          append (list slot-name (slot-value object slot-name)))\n    type pointer)))","status":"verified"}
{"macro_name":"TRANSLATION-FORMS-FOR-CLASS","library":"cffi","call_form":"(translation-forms-for-class nil (progn))","expanded":"(progn\n (defmethod translate-from-foreign (pointer (type (progn)))\n   (apply 'make-instance 'nil (call-next-method)))\n (defmethod translate-into-foreign-memory ((object nil) (type (progn)) pointer)\n   (call-next-method\n    (loop for slot being the hash-value of (structure-slots type)\n          for name = (slot-name slot)\n          append (list slot-name (slot-value object slot-name)))\n    type pointer)))","status":"verified"}
{"macro_name":"TRANSLATION-FORMS-FOR-CLASS","library":"cffi","call_form":"(translation-forms-for-class nil :key nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO TRANSLATION-FORMS-FOR-CLASS:\n  too many elements in\n    (NIL :KEY NIL)\n  to satisfy lambda list\n    (CLASS TYPE-CLASS):\n  exactly 2 expected, but got 3"}
{"macro_name":"TRANSLATION-FORMS-FOR-CLASS","library":"cffi","call_form":"(translation-forms-for-class 'lol-gen::some-name)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO TRANSLATION-FORMS-FOR-CLASS:\n  too few elements in\n    ('LOL-GEN::SOME-NAME)\n  to satisfy lambda list\n    (CLASS TYPE-CLASS):\n  exactly 2 expected, but got 1"}
{"macro_name":"DEFINE-FOREIGN-TYPE","library":"cffi","call_form":"(define-foreign-type)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO DEFINE-FOREIGN-TYPE:\n  too few elements in\n    ()\n  to satisfy lambda list\n    (NAME SUPERS SLOTS &REST OPTIONS):\n  at least 3 expected, but got 0"}
{"macro_name":"DEFINE-FOREIGN-TYPE","library":"cffi","call_form":"(define-foreign-type nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO DEFINE-FOREIGN-TYPE:\n  too few elements in\n    (NIL)\n  to satisfy lambda list\n    (NAME SUPERS SLOTS &REST OPTIONS):\n  at least 3 expected, but got 1"}
{"macro_name":"DEFINE-FOREIGN-TYPE","library":"cffi","call_form":"(define-foreign-type nil nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO DEFINE-FOREIGN-TYPE:\n  too few elements in\n    (NIL NIL)\n  to satisfy lambda list\n    (NAME SUPERS SLOTS &REST OPTIONS):\n  at least 3 expected, but got 2"}
{"macro_name":"DEFINE-FOREIGN-TYPE","library":"cffi","call_form":"(define-foreign-type nil (progn))","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO DEFINE-FOREIGN-TYPE:\n  too few elements in\n    (NIL (PROGN))\n  to satisfy lambda list\n    (NAME SUPERS SLOTS &REST OPTIONS):\n  at least 3 expected, but got 2"}
{"macro_name":"DEFINE-FOREIGN-TYPE","library":"cffi","call_form":"(define-foreign-type nil :key nil)","expanded":"(eval-when (:compile-toplevel :load-toplevel :execute)\n  (defclass nil :key nil (:default-initargs))\n  nil\n  'nil)","status":"verified"}
{"macro_name":"DEFINE-FOREIGN-TYPE","library":"cffi","call_form":"(define-foreign-type 'lol-gen::some-name)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO DEFINE-FOREIGN-TYPE:\n  too few elements in\n    ('LOL-GEN::SOME-NAME)\n  to satisfy lambda list\n    (NAME SUPERS SLOTS &REST OPTIONS):\n  at least 3 expected, but got 1"}
{"macro_name":"FOREIGN-FUNCALL-POINTER","library":"cffi","call_form":"(foreign-funcall-pointer)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO FOREIGN-FUNCALL-POINTER:\n  too few elements in\n    ()\n  to satisfy lambda list\n    (POINTER OPTIONS &REST ARGS):\n  at least 2 expected, but got 0"}
{"macro_name":"FOREIGN-FUNCALL-POINTER","library":"cffi","call_form":"(foreign-funcall-pointer nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO FOREIGN-FUNCALL-POINTER:\n  too few elements in\n    (NIL)\n  to satisfy lambda list\n    (POINTER OPTIONS &REST ARGS):\n  at least 2 expected, but got 1"}
{"macro_name":"FOREIGN-FUNCALL-POINTER","library":"cffi","call_form":"(foreign-funcall-pointer nil nil)","expanded":"(%foreign-funcall-pointer nil (:void) :convention :cdecl)","status":"verified"}
{"macro_name":"FOREIGN-FUNCALL-POINTER","library":"cffi","call_form":"(foreign-funcall-pointer nil (progn))","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DESTRUCTURING-BIND:\n  odd number of elements in keyword/value list: (PROGN)"}
{"macro_name":"FOREIGN-FUNCALL-POINTER","library":"cffi","call_form":"(foreign-funcall-pointer nil :key nil)","expanded":"","status":"expansion-error","error":"The value of SYMBOL is NIL, which is not of type (AND SYMBOL (NOT NULL))."}
{"macro_name":"FOREIGN-FUNCALL-POINTER","library":"cffi","call_form":"(foreign-funcall-pointer 'lol-gen::some-name)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO FOREIGN-FUNCALL-POINTER:\n  too few elements in\n    ('LOL-GEN::SOME-NAME)\n  to satisfy lambda list\n    (POINTER OPTIONS &REST ARGS):\n  at least 2 expected, but got 1"}
{"macro_name":"WITH-FOREIGN-SLOTS","library":"cffi","call_form":"(with-foreign-slots)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO WITH-FOREIGN-SLOTS:\n  too few elements in\n    ()\n  to satisfy lambda list\n    ((VARS PTR TYPE) &BODY BODY):\n  at least 1 expected, but got 0"}
{"macro_name":"WITH-FOREIGN-SLOTS","library":"cffi","call_form":"(with-foreign-slots nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO WITH-FOREIGN-SLOTS:\n  too few elements in\n    ()\n  to satisfy lambda list\n    (VARS PTR TYPE):\n  exactly 3 expected, but got 0"}
{"macro_name":"WITH-FOREIGN-SLOTS","library":"cffi","call_form":"(with-foreign-slots nil\n  nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO WITH-FOREIGN-SLOTS:\n  too few elements in\n    ()\n  to satisfy lambda list\n    (VARS PTR TYPE):\n  exactly 3 expected, but got 0"}
{"macro_name":"WITH-FOREIGN-SLOTS","library":"cffi","call_form":"(with-foreign-slots nil\n  (progn))","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO WITH-FOREIGN-SLOTS:\n  too few elements in\n    ()\n  to satisfy lambda list\n    (VARS PTR TYPE):\n  exactly 3 expected, but got 0"}
{"macro_name":"WITH-FOREIGN-SLOTS","library":"cffi","call_form":"(with-foreign-slots nil\n  :key\n  nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO WITH-FOREIGN-SLOTS:\n  too few elements in\n    ()\n  to satisfy lambda list\n    (VARS PTR TYPE):\n  exactly 3 expected, but got 0"}
{"macro_name":"WITH-FOREIGN-SLOTS","library":"cffi","call_form":"(with-foreign-slots 'lol-gen::some-name)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO WITH-FOREIGN-SLOTS:\n  too few elements in\n    'LOL-GEN::SOME-NAME\n  to satisfy lambda list\n    (VARS PTR TYPE):\n  exactly 3 expected, but got 2"}
{"macro_name":"DEFCFUN","library":"cffi","call_form":"(defcfun)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO DEFCFUN:\n  too few elements in\n    ()\n  to satisfy lambda list\n    (NAME-AND-OPTIONS RETURN-TYPE &BODY ARGS):\n  at least 2 expected, but got 0"}
{"macro_name":"DEFCFUN","library":"cffi","call_form":"(defcfun nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO DEFCFUN:\n  too few elements in\n    (NIL)\n  to satisfy lambda list\n    (NAME-AND-OPTIONS RETURN-TYPE &BODY ARGS):\n  at least 2 expected, but got 1"}
{"macro_name":"DEFCFUN","library":"cffi","call_form":"(defcfun nil\n    nil)","expanded":"","status":"expansion-error","error":"The assertion (NOT (NULL SPEC)) failed with (NULL SPEC) = T."}
{"macro_name":"DEFCFUN","library":"cffi","call_form":"(defcfun nil\n    (progn))","expanded":"","status":"expansion-error","error":"The assertion (NOT (NULL SPEC)) failed with (NULL SPEC) = T."}
{"macro_name":"DEFCFUN","library":"cffi","call_form":"(defcfun nil\n    :key\n  nil)","expanded":"","status":"expansion-error","error":"The assertion (NOT (NULL SPEC)) failed with (NULL SPEC) = T."}
{"macro_name":"DEFCFUN","library":"cffi","call_form":"(defcfun 'lol-gen::some-name)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO DEFCFUN:\n  too few elements in\n    ('LOL-GEN::SOME-NAME)\n  to satisfy lambda list\n    (NAME-AND-OPTIONS RETURN-TYPE &BODY ARGS):\n  at least 2 expected, but got 1"}
{"macro_name":"WITH-FOREIGN-ARRAY","library":"cffi","call_form":"(with-foreign-array)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO WITH-FOREIGN-ARRAY:\n  too few elements in\n    ()\n  to satisfy lambda list\n    ((VAR LISP-ARRAY ARRAY-TYPE) &BODY BODY):\n  at least 1 expected, but got 0"}
{"macro_name":"WITH-FOREIGN-ARRAY","library":"cffi","call_form":"(with-foreign-array nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO WITH-FOREIGN-ARRAY:\n  too few elements in\n    ()\n  to satisfy lambda list\n    (VAR LISP-ARRAY ARRAY-TYPE):\n  exactly 3 expected, but got 0"}
{"macro_name":"WITH-FOREIGN-ARRAY","library":"cffi","call_form":"(with-foreign-array nil\n  nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO WITH-FOREIGN-ARRAY:\n  too few elements in\n    ()\n  to satisfy lambda list\n    (VAR LISP-ARRAY ARRAY-TYPE):\n  exactly 3 expected, but got 0"}
{"macro_name":"WITH-FOREIGN-ARRAY","library":"cffi","call_form":"(with-foreign-array nil\n  (progn))","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO WITH-FOREIGN-ARRAY:\n  too few elements in\n    ()\n  to satisfy lambda list\n    (VAR LISP-ARRAY ARRAY-TYPE):\n  exactly 3 expected, but got 0"}
{"macro_name":"WITH-FOREIGN-ARRAY","library":"cffi","call_form":"(with-foreign-array nil\n  :key\n  nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO WITH-FOREIGN-ARRAY:\n  too few elements in\n    ()\n  to satisfy lambda list\n    (VAR LISP-ARRAY ARRAY-TYPE):\n  exactly 3 expected, but got 0"}
{"macro_name":"WITH-FOREIGN-ARRAY","library":"cffi","call_form":"(with-foreign-array 'lol-gen::some-name)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO WITH-FOREIGN-ARRAY:\n  too few elements in\n    'LOL-GEN::SOME-NAME\n  to satisfy lambda list\n    (VAR LISP-ARRAY ARRAY-TYPE):\n  exactly 3 expected, but got 2"}
{"macro_name":"WITH-FOREIGN-STRINGS","library":"cffi","call_form":"(with-foreign-strings)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO WITH-FOREIGN-STRINGS:\n  too few elements in\n    ()\n  to satisfy lambda list\n    (BINDINGS &BODY BODY):\n  at least 1 expected, but got 0"}
{"macro_name":"WITH-FOREIGN-STRINGS","library":"cffi","call_form":"(with-foreign-strings nil)","expanded":"(progn)","status":"verified"}
{"macro_name":"WITH-FOREIGN-STRINGS","library":"cffi","call_form":"(with-foreign-strings nil\n  nil)","expanded":"(progn nil)","status":"verified"}
{"macro_name":"WITH-FOREIGN-STRINGS","library":"cffi","call_form":"(with-foreign-strings nil\n  (progn))","expanded":"(progn (progn))","status":"verified"}
{"macro_name":"WITH-FOREIGN-STRINGS","library":"cffi","call_form":"(with-foreign-strings nil\n  :key\n  nil)","expanded":"(progn :key nil)","status":"verified"}
{"macro_name":"WITH-FOREIGN-STRINGS","library":"cffi","call_form":"(with-foreign-strings 'lol-gen::some-name)","expanded":"(with-foreign-string quote\n  (with-foreign-strings (lol-gen::some-name)))","status":"verified"}
{"macro_name":"DEFCSTRUCT","library":"cffi","call_form":"(defcstruct)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO DEFCSTRUCT:\n  too few elements in\n    ()\n  to satisfy lambda list\n    (NAME-AND-OPTIONS &BODY FIELDS):\n  at least 1 expected, but got 0"}
{"macro_name":"DEFCSTRUCT","library":"cffi","call_form":"(defcstruct nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DESTRUCTURING-BIND:\n  too few elements in\n    ()\n  to satisfy lambda list\n    (NAME . OPTIONS):\n  at least 1 expected, but got 0"}
{"macro_name":"DEFCSTRUCT","library":"cffi","call_form":"(defcstruct nil\n  nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DESTRUCTURING-BIND:\n  too few elements in\n    ()\n  to satisfy lambda list\n    (NAME . OPTIONS):\n  at least 1 expected, but got 0"}
{"macro_name":"DEFCSTRUCT","library":"cffi","call_form":"(defcstruct nil\n  (progn))","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DESTRUCTURING-BIND:\n  too few elements in\n    ()\n  to satisfy lambda list\n    (NAME . OPTIONS):\n  at least 1 expected, but got 0"}
{"macro_name":"DEFCSTRUCT","library":"cffi","call_form":"(defcstruct nil\n  :key\n  nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DESTRUCTURING-BIND:\n  too few elements in\n    ()\n  to satisfy lambda list\n    (NAME . OPTIONS):\n  at least 1 expected, but got 0"}
{"macro_name":"DEFCSTRUCT","library":"cffi","call_form":"(defcstruct 'lol-gen::some-name)","expanded":"","status":"expansion-error","error":"malformed property list: (LOL-GEN::SOME-NAME)."}
{"macro_name":"USE-FOREIGN-LIBRARY","library":"cffi","call_form":"(use-foreign-library)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO USE-FOREIGN-LIBRARY:\n  too few elements in\n    ()\n  to satisfy lambda list\n    (NAME):\n  exactly 1 expected, but got 0"}
{"macro_name":"USE-FOREIGN-LIBRARY","library":"cffi","call_form":"(use-foreign-library nil)","expanded":"(load-foreign-library 'nil)","status":"verified"}
{"macro_name":"USE-FOREIGN-LIBRARY","library":"cffi","call_form":"(use-foreign-library nil nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO USE-FOREIGN-LIBRARY:\n  too many elements in\n    (NIL NIL)\n  to satisfy lambda list\n    (NAME):\n  exactly 1 expected, but got 2"}
{"macro_name":"USE-FOREIGN-LIBRARY","library":"cffi","call_form":"(use-foreign-library nil (progn))","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO USE-FOREIGN-LIBRARY:\n  too many elements in\n    (NIL (PROGN))\n  to satisfy lambda list\n    (NAME):\n  exactly 1 expected, but got 2"}
{"macro_name":"USE-FOREIGN-LIBRARY","library":"cffi","call_form":"(use-foreign-library nil :key nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO USE-FOREIGN-LIBRARY:\n  too many elements in\n    (NIL :KEY NIL)\n  to satisfy lambda list\n    (NAME):\n  exactly 1 expected, but got 3"}
{"macro_name":"USE-FOREIGN-LIBRARY","library":"cffi","call_form":"(use-foreign-library 'lol-gen::some-name)","expanded":"(load-foreign-library ''lol-gen::some-name)","status":"verified"}
{"macro_name":"DEFCUNION","library":"cffi","call_form":"(defcunion)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO DEFCUNION:\n  too few elements in\n    ()\n  to satisfy lambda list\n    (NAME-AND-OPTIONS &BODY FIELDS):\n  at least 1 expected, but got 0"}
{"macro_name":"DEFCUNION","library":"cffi","call_form":"(defcunion nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DESTRUCTURING-BIND:\n  too few elements in\n    ()\n  to satisfy lambda list\n    (NAME &KEY SIZE):\n  at least 1 expected, but got 0"}
{"macro_name":"DEFCUNION","library":"cffi","call_form":"(defcunion nil\n  nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DESTRUCTURING-BIND:\n  too few elements in\n    ()\n  to satisfy lambda list\n    (NAME &KEY SIZE):\n  at least 1 expected, but got 0"}
{"macro_name":"DEFCUNION","library":"cffi","call_form":"(defcunion nil\n  (progn))","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DESTRUCTURING-BIND:\n  too few elements in\n    ()\n  to satisfy lambda list\n    (NAME &KEY SIZE):\n  at least 1 expected, but got 0"}
{"macro_name":"DEFCUNION","library":"cffi","call_form":"(defcunion nil\n  :key\n  nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DESTRUCTURING-BIND:\n  too few elements in\n    ()\n  to satisfy lambda list\n    (NAME &KEY SIZE):\n  at least 1 expected, but got 0"}
{"macro_name":"DEFCUNION","library":"cffi","call_form":"(defcunion 'lol-gen::some-name)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DESTRUCTURING-BIND:\n  odd number of elements in keyword/value list: (LOL-GEN::SOME-NAME)"}
{"macro_name":"DEFINE-PARSE-METHOD","library":"cffi","call_form":"(define-parse-method)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO DEFINE-PARSE-METHOD:\n  too few elements in\n    ()\n  to satisfy lambda list\n    (NAME LAMBDA-LIST &BODY BODY):\n  at least 2 expected, but got 0"}
{"macro_name":"DEFINE-PARSE-METHOD","library":"cffi","call_form":"(define-parse-method nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO DEFINE-PARSE-METHOD:\n  too few elements in\n    (NIL)\n  to satisfy lambda list\n    (NAME LAMBDA-LIST &BODY BODY):\n  at least 2 expected, but got 1"}
{"macro_name":"DEFINE-PARSE-METHOD","library":"cffi","call_form":"(define-parse-method nil\n    nil)","expanded":"(eval-when (:compile-toplevel :load-toplevel :execute)\n  (setf (find-type-parser 'nil) (lambda ()))\n  'nil)","status":"verified"}
{"macro_name":"DEFINE-PARSE-METHOD","library":"cffi","call_form":"(define-parse-method nil\n    (progn))","expanded":"(eval-when (:compile-toplevel :load-toplevel :execute)\n  (setf (find-type-parser 'nil) (lambda (progn)))\n  'nil)","status":"verified"}
{"macro_name":"DEFINE-PARSE-METHOD","library":"cffi","call_form":"(define-parse-method nil\n    :key\n  nil)","expanded":"(eval-when (:compile-toplevel :load-toplevel :execute)\n  (setf (find-type-parser 'nil) (lambda :key nil))\n  'nil)","status":"verified"}
{"macro_name":"DEFINE-PARSE-METHOD","library":"cffi","call_form":"(define-parse-method 'lol-gen::some-name)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO DEFINE-PARSE-METHOD:\n  too few elements in\n    ('LOL-GEN::SOME-NAME)\n  to satisfy lambda list\n    (NAME LAMBDA-LIST &BODY BODY):\n  at least 2 expected, but got 1"}
{"macro_name":"WITH-FOREIGN-POINTER","library":"cffi","call_form":"(with-foreign-pointer)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO WITH-FOREIGN-POINTER:\n  too few elements in\n    ()\n  to satisfy lambda list\n    ((VAR SIZE &OPTIONAL SIZE-VAR) &BODY BODY):\n  at least 1 expected, but got 0"}
{"macro_name":"WITH-FOREIGN-POINTER","library":"cffi","call_form":"(with-foreign-pointer nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO WITH-FOREIGN-POINTER:\n  too few elements in\n    ()\n  to satisfy lambda list\n    (VAR SIZE &OPTIONAL SIZE-VAR):\n  between 2 and 3 expected, but got 0"}
{"macro_name":"WITH-FOREIGN-POINTER","library":"cffi","call_form":"(with-foreign-pointer nil\n  nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO WITH-FOREIGN-POINTER:\n  too few elements in\n    ()\n  to satisfy lambda list\n    (VAR SIZE &OPTIONAL SIZE-VAR):\n  between 2 and 3 expected, but got 0"}
{"macro_name":"WITH-FOREIGN-POINTER","library":"cffi","call_form":"(with-foreign-pointer nil\n  (progn))","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO WITH-FOREIGN-POINTER:\n  too few elements in\n    ()\n  to satisfy lambda list\n    (VAR SIZE &OPTIONAL SIZE-VAR):\n  between 2 and 3 expected, but got 0"}
{"macro_name":"WITH-FOREIGN-POINTER","library":"cffi","call_form":"(with-foreign-pointer nil\n  :key\n  nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO WITH-FOREIGN-POINTER:\n  too few elements in\n    ()\n  to satisfy lambda list\n    (VAR SIZE &OPTIONAL SIZE-VAR):\n  between 2 and 3 expected, but got 0"}
{"macro_name":"WITH-FOREIGN-POINTER","library":"cffi","call_form":"(with-foreign-pointer 'lol-gen::some-name)","expanded":"(let* ((#:size180 lol-gen::some-name) (quote (%foreign-alloc #:size180)))\n  (unwind-protect (progn) (foreign-free quote)))","status":"verified"}
{"macro_name":"FOREIGN-FUNCALL-VARARGS","library":"cffi","call_form":"(foreign-funcall-varargs)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO FOREIGN-FUNCALL-VARARGS:\n  too few elements in\n    ()\n  to satisfy lambda list\n    (NAME-AND-OPTIONS FIXED-ARGS &REST VARARGS):\n  at least 2 expected, but got 0"}
{"macro_name":"FOREIGN-FUNCALL-VARARGS","library":"cffi","call_form":"(foreign-funcall-varargs nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO FOREIGN-FUNCALL-VARARGS:\n  too few elements in\n    (NIL)\n  to satisfy lambda list\n    (NAME-AND-OPTIONS FIXED-ARGS &REST VARARGS):\n  at least 2 expected, but got 1"}
{"macro_name":"FOREIGN-FUNCALL-VARARGS","library":"cffi","call_form":"(foreign-funcall-varargs nil nil)","expanded":"(%foreign-funcall-varargs nil nil (:void))","status":"verified"}
{"macro_name":"FOREIGN-FUNCALL-VARARGS","library":"cffi","call_form":"(foreign-funcall-varargs nil (progn))","expanded":"(%foreign-funcall-varargs nil nil (:void))","status":"verified"}
{"macro_name":"FOREIGN-FUNCALL-VARARGS","library":"cffi","call_form":"(foreign-funcall-varargs nil :key nil)","expanded":"","status":"expansion-error","error":"The value\n  :KEY\nis not of type\n  SEQUENCE"}
{"macro_name":"FOREIGN-FUNCALL-VARARGS","library":"cffi","call_form":"(foreign-funcall-varargs 'lol-gen::some-name)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO FOREIGN-FUNCALL-VARARGS:\n  too few elements in\n    ('LOL-GEN::SOME-NAME)\n  to satisfy lambda list\n    (NAME-AND-OPTIONS FIXED-ARGS &REST VARARGS):\n  at least 2 expected, but got 1"}
{"macro_name":"FOREIGN-FUNCALL-POINTER-VARARGS","library":"cffi","call_form":"(foreign-funcall-pointer-varargs)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO FOREIGN-FUNCALL-POINTER-VARARGS:\n  too few elements in\n    ()\n  to satisfy lambda list\n    (POINTER OPTIONS FIXED-ARGS &REST VARARGS):\n  at least 3 expected, but got 0"}
{"macro_name":"FOREIGN-FUNCALL-POINTER-VARARGS","library":"cffi","call_form":"(foreign-funcall-pointer-varargs nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO FOREIGN-FUNCALL-POINTER-VARARGS:\n  too few elements in\n    (NIL)\n  to satisfy lambda list\n    (POINTER OPTIONS FIXED-ARGS &REST VARARGS):\n  at least 3 expected, but got 1"}
{"macro_name":"FOREIGN-FUNCALL-POINTER-VARARGS","library":"cffi","call_form":"(foreign-funcall-pointer-varargs nil nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO FOREIGN-FUNCALL-POINTER-VARARGS:\n  too few elements in\n    (NIL NIL)\n  to satisfy lambda list\n    (POINTER OPTIONS FIXED-ARGS &REST VARARGS):\n  at least 3 expected, but got 2"}
{"macro_name":"FOREIGN-FUNCALL-POINTER-VARARGS","library":"cffi","call_form":"(foreign-funcall-pointer-varargs nil (progn))","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO FOREIGN-FUNCALL-POINTER-VARARGS:\n  too few elements in\n    (NIL (PROGN))\n  to satisfy lambda list\n    (POINTER OPTIONS FIXED-ARGS &REST VARARGS):\n  at least 3 expected, but got 2"}
{"macro_name":"FOREIGN-FUNCALL-POINTER-VARARGS","library":"cffi","call_form":"(foreign-funcall-pointer-varargs nil :key nil)","expanded":"(%foreign-funcall-pointer-varargs nil nil (:void) . :key)","status":"verified"}
{"macro_name":"FOREIGN-FUNCALL-POINTER-VARARGS","library":"cffi","call_form":"(foreign-funcall-pointer-varargs 'lol-gen::some-name)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO FOREIGN-FUNCALL-POINTER-VARARGS:\n  too few elements in\n    ('LOL-GEN::SOME-NAME)\n  to satisfy lambda list\n    (POINTER OPTIONS FIXED-ARGS &REST VARARGS):\n  at least 3 expected, but got 1"}
{"macro_name":"WITH-FOREIGN-OBJECTS","library":"cffi","call_form":"(with-foreign-objects)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO WITH-FOREIGN-OBJECTS:\n  too few elements in\n    ()\n  to satisfy lambda list\n    (BINDINGS &BODY BODY):\n  at least 1 expected, but got 0"}
{"macro_name":"WITH-FOREIGN-OBJECTS","library":"cffi","call_form":"(with-foreign-objects nil)","expanded":"(progn)","status":"verified"}
{"macro_name":"WITH-FOREIGN-OBJECTS","library":"cffi","call_form":"(with-foreign-objects nil\n  nil)","expanded":"(progn nil)","status":"verified"}
{"macro_name":"WITH-FOREIGN-OBJECTS","library":"cffi","call_form":"(with-foreign-objects nil\n  (progn))","expanded":"(progn (progn))","status":"verified"}
{"macro_name":"WITH-FOREIGN-OBJECTS","library":"cffi","call_form":"(with-foreign-objects nil\n  :key\n  nil)","expanded":"(progn :key nil)","status":"verified"}
{"macro_name":"WITH-FOREIGN-OBJECTS","library":"cffi","call_form":"(with-foreign-objects 'lol-gen::some-name)","expanded":"(with-foreign-object quote\n  (with-foreign-objects (lol-gen::some-name)))","status":"verified"}
{"macro_name":"FOREIGN-FUNCALL","library":"cffi","call_form":"(foreign-funcall)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO FOREIGN-FUNCALL:\n  too few elements in\n    ()\n  to satisfy lambda list\n    (NAME-AND-OPTIONS &REST ARGS):\n  at least 1 expected, but got 0"}
{"macro_name":"FOREIGN-FUNCALL","library":"cffi","call_form":"(foreign-funcall nil)","expanded":"(%foreign-funcall nil (:void) :convention :cdecl :library :default)","status":"verified"}
{"macro_name":"FOREIGN-FUNCALL","library":"cffi","call_form":"(foreign-funcall nil nil)","expanded":"","status":"expansion-error","error":"The value of SYMBOL is NIL, which is not of type (AND SYMBOL (NOT NULL))."}
{"macro_name":"FOREIGN-FUNCALL","library":"cffi","call_form":"(foreign-funcall nil (progn))","expanded":"","status":"expansion-error","error":"Unknown CFFI type PROGN"}
{"macro_name":"FOREIGN-FUNCALL","library":"cffi","call_form":"(foreign-funcall nil :key nil)","expanded":"","status":"expansion-error","error":"Unknown CFFI type :KEY"}
{"macro_name":"FOREIGN-FUNCALL","library":"cffi","call_form":"(foreign-funcall 'lol-gen::some-name)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DESTRUCTURING-BIND:\n  odd number of elements in keyword/value list: (LOL-GEN::SOME-NAME)"}
{"macro_name":"DEFINE-C-STRUCT-WRAPPER","library":"cffi","call_form":"(define-c-struct-wrapper)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO DEFINE-C-STRUCT-WRAPPER:\n  too few elements in\n    ()\n  to satisfy lambda list\n    (CLASS-AND-TYPE SUPERS &OPTIONAL SLOTS):\n  between 2 and 3 expected, but got 0"}
{"macro_name":"DEFINE-C-STRUCT-WRAPPER","library":"cffi","call_form":"(define-c-struct-wrapper nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO DEFINE-C-STRUCT-WRAPPER:\n  too few elements in\n    (NIL)\n  to satisfy lambda list\n    (CLASS-AND-TYPE SUPERS &OPTIONAL SLOTS):\n  between 2 and 3 expected, but got 1"}
{"macro_name":"DEFINE-C-STRUCT-WRAPPER","library":"cffi","call_form":"(define-c-struct-wrapper nil nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DESTRUCTURING-BIND:\n  too few elements in\n    ()\n  to satisfy lambda list\n    (CLASS-NAME &OPTIONAL (STRUCT-TYPE)):\n  between 1 and 2 expected, but got 0"}
{"macro_name":"DEFINE-C-STRUCT-WRAPPER","library":"cffi","call_form":"(define-c-struct-wrapper nil (progn))","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DESTRUCTURING-BIND:\n  too few elements in\n    ()\n  to satisfy lambda list\n    (CLASS-NAME &OPTIONAL (STRUCT-TYPE)):\n  between 1 and 2 expected, but got 0"}
{"macro_name":"DEFINE-C-STRUCT-WRAPPER","library":"cffi","call_form":"(define-c-struct-wrapper nil :key nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DESTRUCTURING-BIND:\n  too few elements in\n    ()\n  to satisfy lambda list\n    (CLASS-NAME &OPTIONAL (STRUCT-TYPE)):\n  between 1 and 2 expected, but got 0"}
{"macro_name":"DEFINE-C-STRUCT-WRAPPER","library":"cffi","call_form":"(define-c-struct-wrapper 'lol-gen::some-name)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO DEFINE-C-STRUCT-WRAPPER:\n  too few elements in\n    ('LOL-GEN::SOME-NAME)\n  to satisfy lambda list\n    (CLASS-AND-TYPE SUPERS &OPTIONAL SLOTS):\n  between 2 and 3 expected, but got 1"}
{"macro_name":"DEFCTYPE","library":"cffi","call_form":"(defctype)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO DEFCTYPE:\n  too few elements in\n    ()\n  to satisfy lambda list\n    (NAME BASE-TYPE &OPTIONAL DOCUMENTATION):\n  between 2 and 3 expected, but got 0"}
{"macro_name":"DEFCTYPE","library":"cffi","call_form":"(defctype nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO DEFCTYPE:\n  too few elements in\n    (NIL)\n  to satisfy lambda list\n    (NAME BASE-TYPE &OPTIONAL DOCUMENTATION):\n  between 2 and 3 expected, but got 1"}
{"macro_name":"DEFCTYPE","library":"cffi","call_form":"(defctype nil nil)","expanded":"","status":"expansion-error","error":"The value of SYMBOL is NIL, which is not of type (AND SYMBOL (NOT NULL))."}
{"macro_name":"DEFCTYPE","library":"cffi","call_form":"(defctype nil (progn))","expanded":"","status":"expansion-error","error":"Unknown CFFI type PROGN"}
{"macro_name":"DEFCTYPE","library":"cffi","call_form":"(defctype nil :key nil)","expanded":"","status":"expansion-error","error":"Unknown CFFI type :KEY"}
{"macro_name":"DEFCTYPE","library":"cffi","call_form":"(defctype 'lol-gen::some-name)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO DEFCTYPE:\n  too few elements in\n    ('LOL-GEN::SOME-NAME)\n  to satisfy lambda list\n    (NAME BASE-TYPE &OPTIONAL DOCUMENTATION):\n  between 2 and 3 expected, but got 1"}
{"macro_name":"DEFCALLBACK","library":"cffi","call_form":"(defcallback)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO DEFCALLBACK:\n  too few elements in\n    ()\n  to satisfy lambda list\n    (NAME-AND-OPTIONS RETURN-TYPE ARGS &BODY BODY):\n  at least 3 expected, but got 0"}
{"macro_name":"DEFCALLBACK","library":"cffi","call_form":"(defcallback nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO DEFCALLBACK:\n  too few elements in\n    (NIL)\n  to satisfy lambda list\n    (NAME-AND-OPTIONS RETURN-TYPE ARGS &BODY BODY):\n  at least 3 expected, but got 1"}
{"macro_name":"DEFCALLBACK","library":"cffi","call_form":"(defcallback nil\n    nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO DEFCALLBACK:\n  too few elements in\n    (NIL NIL)\n  to satisfy lambda list\n    (NAME-AND-OPTIONS RETURN-TYPE ARGS &BODY BODY):\n  at least 3 expected, but got 2"}
{"macro_name":"DEFCALLBACK","library":"cffi","call_form":"(defcallback nil\n    (progn))","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO DEFCALLBACK:\n  too few elements in\n    (NIL (PROGN))\n  to satisfy lambda list\n    (NAME-AND-OPTIONS RETURN-TYPE ARGS &BODY BODY):\n  at least 3 expected, but got 2"}
{"macro_name":"DEFCALLBACK","library":"cffi","call_form":"(defcallback nil\n    :key\n    nil)","expanded":"","status":"expansion-error","error":"Unknown CFFI type :KEY"}
{"macro_name":"DEFCALLBACK","library":"cffi","call_form":"(defcallback 'lol-gen::some-name)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO DEFCALLBACK:\n  too few elements in\n    ('LOL-GEN::SOME-NAME)\n  to satisfy lambda list\n    (NAME-AND-OPTIONS RETURN-TYPE ARGS &BODY BODY):\n  at least 3 expected, but got 1"}
{"macro_name":"WITH-FOREIGN-POINTER-AS-STRING","library":"cffi","call_form":"(with-foreign-pointer-as-string)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO WITH-FOREIGN-POINTER-AS-STRING:\n  too few elements in\n    ()\n  to satisfy lambda list\n    ((VAR-OR-VARS SIZE &REST ARGS) &BODY BODY):\n  at least 1 expected, but got 0"}
{"macro_name":"WITH-FOREIGN-POINTER-AS-STRING","library":"cffi","call_form":"(with-foreign-pointer-as-string nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO WITH-FOREIGN-POINTER-AS-STRING:\n  too few elements in\n    ()\n  to satisfy lambda list\n    (VAR-OR-VARS SIZE &REST ARGS):\n  at least 2 expected, but got 0"}
{"macro_name":"WITH-FOREIGN-POINTER-AS-STRING","library":"cffi","call_form":"(with-foreign-pointer-as-string nil\n  nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO WITH-FOREIGN-POINTER-AS-STRING:\n  too few elements in\n    ()\n  to satisfy lambda list\n    (VAR-OR-VARS SIZE &REST ARGS):\n  at least 2 expected, but got 0"}
{"macro_name":"WITH-FOREIGN-POINTER-AS-STRING","library":"cffi","call_form":"(with-foreign-pointer-as-string nil\n  (progn))","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO WITH-FOREIGN-POINTER-AS-STRING:\n  too few elements in\n    ()\n  to satisfy lambda list\n    (VAR-OR-VARS SIZE &REST ARGS):\n  at least 2 expected, but got 0"}
{"macro_name":"WITH-FOREIGN-POINTER-AS-STRING","library":"cffi","call_form":"(with-foreign-pointer-as-string nil\n  :key\n  nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO WITH-FOREIGN-POINTER-AS-STRING:\n  too few elements in\n    ()\n  to satisfy lambda list\n    (VAR-OR-VARS SIZE &REST ARGS):\n  at least 2 expected, but got 0"}
{"macro_name":"WITH-FOREIGN-POINTER-AS-STRING","library":"cffi","call_form":"(with-foreign-pointer-as-string 'lol-gen::some-name)","expanded":"(with-foreign-pointer (quote lol-gen::some-name nil)\n  (progn (values (foreign-string-to-lisp quote))))","status":"verified"}
{"macro_name":"DEFBITFIELD","library":"cffi","call_form":"(defbitfield)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO DEFBITFIELD:\n  too few elements in\n    ()\n  to satisfy lambda list\n    (NAME-AND-OPTIONS &BODY MASKS):\n  at least 1 expected, but got 0"}
{"macro_name":"DEFBITFIELD","library":"cffi","call_form":"(defbitfield nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DESTRUCTURING-BIND:\n  too few elements in\n    ()\n  to satisfy lambda list\n    (NAME &OPTIONAL BASE-TYPE &REST ARGS):\n  at least 1 expected, but got 0"}
{"macro_name":"DEFBITFIELD","library":"cffi","call_form":"(defbitfield nil\n  nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DESTRUCTURING-BIND:\n  too few elements in\n    ()\n  to satisfy lambda list\n    (NAME &OPTIONAL BASE-TYPE &REST ARGS):\n  at least 1 expected, but got 0"}
{"macro_name":"DEFBITFIELD","library":"cffi","call_form":"(defbitfield nil\n  (progn))","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DESTRUCTURING-BIND:\n  too few elements in\n    ()\n  to satisfy lambda list\n    (NAME &OPTIONAL BASE-TYPE &REST ARGS):\n  at least 1 expected, but got 0"}
{"macro_name":"DEFBITFIELD","library":"cffi","call_form":"(defbitfield nil\n  :key\n  nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DESTRUCTURING-BIND:\n  too few elements in\n    ()\n  to satisfy lambda list\n    (NAME &OPTIONAL BASE-TYPE &REST ARGS):\n  at least 1 expected, but got 0"}
{"macro_name":"DEFBITFIELD","library":"cffi","call_form":"(defbitfield 'lol-gen::some-name)","expanded":"","status":"expansion-error","error":"Unknown CFFI type LOL-GEN::SOME-NAME"}
{"macro_name":"CALLBACK","library":"cffi","call_form":"(callback)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO CALLBACK:\n  too few elements in\n    ()\n  to satisfy lambda list\n    (NAME):\n  exactly 1 expected, but got 0"}
{"macro_name":"CALLBACK","library":"cffi","call_form":"(callback nil)","expanded":"(%callback 'nil)","status":"verified"}
{"macro_name":"CALLBACK","library":"cffi","call_form":"(callback nil nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO CALLBACK:\n  too many elements in\n    (NIL NIL)\n  to satisfy lambda list\n    (NAME):\n  exactly 1 expected, but got 2"}
{"macro_name":"CALLBACK","library":"cffi","call_form":"(callback nil (progn))","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO CALLBACK:\n  too many elements in\n    (NIL (PROGN))\n  to satisfy lambda list\n    (NAME):\n  exactly 1 expected, but got 2"}
{"macro_name":"CALLBACK","library":"cffi","call_form":"(callback nil :key nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO CALLBACK:\n  too many elements in\n    (NIL :KEY NIL)\n  to satisfy lambda list\n    (NAME):\n  exactly 1 expected, but got 3"}
{"macro_name":"CALLBACK","library":"cffi","call_form":"(callback 'lol-gen::some-name)","expanded":"(%callback ''lol-gen::some-name)","status":"verified"}
{"macro_name":"WITH-FOREIGN-STRING","library":"cffi","call_form":"(with-foreign-string)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO WITH-FOREIGN-STRING:\n  too few elements in\n    ()\n  to satisfy lambda list\n    ((VAR-OR-VARS LISP-STRING &REST ARGS) &BODY BODY):\n  at least 1 expected, but got 0"}
{"macro_name":"WITH-FOREIGN-STRING","library":"cffi","call_form":"(with-foreign-string nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO WITH-FOREIGN-STRING:\n  too few elements in\n    ()\n  to satisfy lambda list\n    (VAR-OR-VARS LISP-STRING &REST ARGS):\n  at least 2 expected, but got 0"}
{"macro_name":"WITH-FOREIGN-STRING","library":"cffi","call_form":"(with-foreign-string nil\n  nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO WITH-FOREIGN-STRING:\n  too few elements in\n    ()\n  to satisfy lambda list\n    (VAR-OR-VARS LISP-STRING &REST ARGS):\n  at least 2 expected, but got 0"}
{"macro_name":"WITH-FOREIGN-STRING","library":"cffi","call_form":"(with-foreign-string nil\n  (progn))","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO WITH-FOREIGN-STRING:\n  too few elements in\n    ()\n  to satisfy lambda list\n    (VAR-OR-VARS LISP-STRING &REST ARGS):\n  at least 2 expected, but got 0"}
{"macro_name":"WITH-FOREIGN-STRING","library":"cffi","call_form":"(with-foreign-string nil\n  :key\n  nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO WITH-FOREIGN-STRING:\n  too few elements in\n    ()\n  to satisfy lambda list\n    (VAR-OR-VARS LISP-STRING &REST ARGS):\n  at least 2 expected, but got 0"}
{"macro_name":"WITH-FOREIGN-STRING","library":"cffi","call_form":"(with-foreign-string 'lol-gen::some-name)","expanded":"(multiple-value-bind (quote)\n    (foreign-string-alloc lol-gen::some-name)\n  (unwind-protect (progn) (foreign-string-free quote)))","status":"verified"}
{"macro_name":"DEFCENUM","library":"cffi","call_form":"(defcenum)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO DEFCENUM:\n  too few elements in\n    ()\n  to satisfy lambda list\n    (NAME-AND-OPTIONS &BODY ENUM-LIST):\n  at least 1 expected, but got 0"}
{"macro_name":"DEFCENUM","library":"cffi","call_form":"(defcenum nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DESTRUCTURING-BIND:\n  too few elements in\n    ()\n  to satisfy lambda list\n    (NAME &OPTIONAL BASE-TYPE &REST ARGS):\n  at least 1 expected, but got 0"}
{"macro_name":"DEFCENUM","library":"cffi","call_form":"(defcenum nil\n  nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DESTRUCTURING-BIND:\n  too few elements in\n    ()\n  to satisfy lambda list\n    (NAME &OPTIONAL BASE-TYPE &REST ARGS):\n  at least 1 expected, but got 0"}
{"macro_name":"DEFCENUM","library":"cffi","call_form":"(defcenum nil\n  (progn))","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DESTRUCTURING-BIND:\n  too few elements in\n    ()\n  to satisfy lambda list\n    (NAME &OPTIONAL BASE-TYPE &REST ARGS):\n  at least 1 expected, but got 0"}
{"macro_name":"DEFCENUM","library":"cffi","call_form":"(defcenum nil\n  :key\n  nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DESTRUCTURING-BIND:\n  too few elements in\n    ()\n  to satisfy lambda list\n    (NAME &OPTIONAL BASE-TYPE &REST ARGS):\n  at least 1 expected, but got 0"}
{"macro_name":"DEFCENUM","library":"cffi","call_form":"(defcenum 'lol-gen::some-name)","expanded":"","status":"expansion-error","error":"Unknown CFFI type LOL-GEN::SOME-NAME"}
{"macro_name":"WITH-FOREIGN-OBJECT","library":"cffi","call_form":"(with-foreign-object)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO WITH-FOREIGN-OBJECT:\n  too few elements in\n    ()\n  to satisfy lambda list\n    ((VAR TYPE &OPTIONAL (COUNT)) &BODY BODY):\n  at least 1 expected, but got 0"}
{"macro_name":"WITH-FOREIGN-OBJECT","library":"cffi","call_form":"(with-foreign-object nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO WITH-FOREIGN-OBJECT:\n  too few elements in\n    ()\n  to satisfy lambda list\n    (VAR TYPE &OPTIONAL (COUNT)):\n  between 2 and 3 expected, but got 0"}
{"macro_name":"WITH-FOREIGN-OBJECT","library":"cffi","call_form":"(with-foreign-object nil\n  nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO WITH-FOREIGN-OBJECT:\n  too few elements in\n    ()\n  to satisfy lambda list\n    (VAR TYPE &OPTIONAL (COUNT)):\n  between 2 and 3 expected, but got 0"}
{"macro_name":"WITH-FOREIGN-OBJECT","library":"cffi","call_form":"(with-foreign-object nil\n  (progn))","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO WITH-FOREIGN-OBJECT:\n  too few elements in\n    ()\n  to satisfy lambda list\n    (VAR TYPE &OPTIONAL (COUNT)):\n  between 2 and 3 expected, but got 0"}
{"macro_name":"WITH-FOREIGN-OBJECT","library":"cffi","call_form":"(with-foreign-object nil\n  :key\n  nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO WITH-FOREIGN-OBJECT:\n  too few elements in\n    ()\n  to satisfy lambda list\n    (VAR TYPE &OPTIONAL (COUNT)):\n  between 2 and 3 expected, but got 0"}
{"macro_name":"WITH-FOREIGN-OBJECT","library":"cffi","call_form":"(with-foreign-object 'lol-gen::some-name)","expanded":"(with-foreign-pointer '(* 1 (foreign-type-size lol-gen::some-name)))","status":"verified"}