[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Chicken-users] Wierd diagnostic, and gripe!
From: |
Julian Morrison |
Subject: |
[Chicken-users] Wierd diagnostic, and gripe! |
Date: |
Mon, 14 Feb 2005 00:13:58 +0000 |
User-agent: |
Debian Thunderbird 1.0 (X11/20050116) |
Ok, I'm test-compiling my code (a more fancy replacement for the pop3 egg).
-- begin pasted --
address@hidden fetchpop]$ chicken -verbose -analyze-only advanced-pop3.scm
Loading compiler extensions...
debugging info: stacktrace
compiling `advanced-pop3.scm' ...
pass: source
pass: canonicalized
pass: cps
Warning: global variable `pop3-connection-out-set!' is never used
Warning: global variable `pop3-connection-in-set!' is never used
Warning: global variable `pop3-connection-logger-proc-set!' is never used
pass: analysis
Error: (cdr) bad argument type: ()
address@hidden fetchpop]$
-- end pasted --
Two wierd things. First, the code works fine if I run it in csi. Second,
(cdr) is used nowhere in my code!
And the gripe: no line numbers in parse errors! Argh! Is this the 1980s?
*sound of grinding teeth*
- [Chicken-users] Wierd diagnostic, and gripe!,
Julian Morrison <=