Skip to content

Instantly share code, notes, and snippets.

@gbataille
Created February 21, 2013 16:11
Show Gist options
  • Save gbataille/5005798 to your computer and use it in GitHub Desktop.
Save gbataille/5005798 to your computer and use it in GitHub Desktop.
Syntactic not catching Clisp compilation errors
;; Compiling file /Users/gregou/Documents/Prog/GregsSandbox/CommonLisp/LandOfLisp/orcBattle.lisp ...
WARNING: in INIT-MONSTERS-1 in lines 89..95 : variable X is not used.
Misspelled or missing IGNORE declaration?
WARNING: in #:|137 137 (DEFMETHOD MONSTER-ATTACK (M))-23-1-1| in line 137 : variable M is not used.
Misspelled or missing IGNORE declaration?
*** - READ: input stream #<INPUT BUFFERED FILE-STREAM CHARACTER #P"/Users/gregou/Documents/Prog/GregsSandbox/CommonLisp/LandOfLisp/orcBattle.lisp" @216> ends within an object. Last opening
parenthesis probably in line 186.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment