File size: 5,502 Bytes
43203b4 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | {"macro_name":"ENABLE-ANNOT-SYNTAX","library":"cl-annot","call_form":"(enable-annot-syntax)","expanded":"(eval-when (:compile-toplevel :load-toplevel :execute)\n (cl-annot.syntax::%enable-annot-syntax))","status":"verified"}
{"macro_name":"ENABLE-ANNOT-SYNTAX","library":"cl-annot","call_form":"(enable-annot-syntax nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO ENABLE-ANNOT-SYNTAX:\n too many elements in\n (NIL)\n to satisfy lambda list\n ():\n exactly 0 expected, but got 1"}
{"macro_name":"ENABLE-ANNOT-SYNTAX","library":"cl-annot","call_form":"(enable-annot-syntax nil nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO ENABLE-ANNOT-SYNTAX:\n too many elements in\n (NIL NIL)\n to satisfy lambda list\n ():\n exactly 0 expected, but got 2"}
{"macro_name":"ENABLE-ANNOT-SYNTAX","library":"cl-annot","call_form":"(enable-annot-syntax nil (progn))","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO ENABLE-ANNOT-SYNTAX:\n too many elements in\n (NIL (PROGN))\n to satisfy lambda list\n ():\n exactly 0 expected, but got 2"}
{"macro_name":"ENABLE-ANNOT-SYNTAX","library":"cl-annot","call_form":"(enable-annot-syntax nil :key nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO ENABLE-ANNOT-SYNTAX:\n too many elements in\n (NIL :KEY NIL)\n to satisfy lambda list\n ():\n exactly 0 expected, but got 3"}
{"macro_name":"ENABLE-ANNOT-SYNTAX","library":"cl-annot","call_form":"(enable-annot-syntax 'lol-gen::some-name)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO ENABLE-ANNOT-SYNTAX:\n too many elements in\n ('LOL-GEN::SOME-NAME)\n to satisfy lambda list\n ():\n exactly 0 expected, but got 1"}
{"macro_name":"DEFANNOTATION","library":"cl-annot","call_form":"(defannotation)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO DEFANNOTATION:\n too few elements in\n ()\n to satisfy lambda list\n (NAME LAMBDA-LIST OPTIONS &BODY BODY):\n at least 3 expected, but got 0"}
{"macro_name":"DEFANNOTATION","library":"cl-annot","call_form":"(defannotation nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO DEFANNOTATION:\n too few elements in\n (NIL)\n to satisfy lambda list\n (NAME LAMBDA-LIST OPTIONS &BODY BODY):\n at least 3 expected, but got 1"}
{"macro_name":"DEFANNOTATION","library":"cl-annot","call_form":"(defannotation nil\n nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO DEFANNOTATION:\n too few elements in\n (NIL NIL)\n to satisfy lambda list\n (NAME LAMBDA-LIST OPTIONS &BODY BODY):\n at least 3 expected, but got 2"}
{"macro_name":"DEFANNOTATION","library":"cl-annot","call_form":"(defannotation nil\n (progn))","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO DEFANNOTATION:\n too few elements in\n (NIL (PROGN))\n to satisfy lambda list\n (NAME LAMBDA-LIST OPTIONS &BODY BODY):\n at least 3 expected, but got 2"}
{"macro_name":"DEFANNOTATION","library":"cl-annot","call_form":"(defannotation nil\n :key\n nil)","expanded":"(progn (cl-annot.helper::set-annotation-options 'nil 'nil) (defmacro nil :key))","status":"verified"}
{"macro_name":"DEFANNOTATION","library":"cl-annot","call_form":"(defannotation 'lol-gen::some-name)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO DEFANNOTATION:\n too few elements in\n ('LOL-GEN::SOME-NAME)\n to satisfy lambda list\n (NAME LAMBDA-LIST OPTIONS &BODY BODY):\n at least 3 expected, but got 1"}
{"macro_name":"ANNOTATION","library":"cl-annot","call_form":"(annotation)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO ANNOTATION:\n too few elements in\n ()\n to satisfy lambda list\n (OPTIONS FUNCTION-DEFINITION-FORM):\n exactly 2 expected, but got 0"}
{"macro_name":"ANNOTATION","library":"cl-annot","call_form":"(annotation nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO ANNOTATION:\n too few elements in\n (NIL)\n to satisfy lambda list\n (OPTIONS FUNCTION-DEFINITION-FORM):\n exactly 2 expected, but got 1"}
{"macro_name":"ANNOTATION","library":"cl-annot","call_form":"(annotation nil nil)","expanded":"(progn (cl-annot.helper::set-annotation-options 'nil 'nil) nil)","status":"verified"}
{"macro_name":"ANNOTATION","library":"cl-annot","call_form":"(annotation nil (progn))","expanded":"(progn (cl-annot.helper::set-annotation-options 'nil 'nil) (progn))","status":"verified"}
{"macro_name":"ANNOTATION","library":"cl-annot","call_form":"(annotation nil :key nil)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO ANNOTATION:\n too many elements in\n (NIL :KEY NIL)\n to satisfy lambda list\n (OPTIONS FUNCTION-DEFINITION-FORM):\n exactly 2 expected, but got 3"}
{"macro_name":"ANNOTATION","library":"cl-annot","call_form":"(annotation 'lol-gen::some-name)","expanded":"","status":"expansion-error","error":"Error while parsing arguments to DEFMACRO ANNOTATION:\n too few elements in\n ('LOL-GEN::SOME-NAME)\n to satisfy lambda list\n (OPTIONS FUNCTION-DEFINITION-FORM):\n exactly 2 expected, but got 1"}
|