Re: System compilation failure, CLPPCRE, ASDF, SBCL involved
- From: Holger Schauer <Holger.Schauer@xxxxxx>
- Date: Thu, 28 Feb 2008 17:50:26 +0100
On 5293 September 1993, Juho Snellman wrote:
Holger Schauer <Holger.Schauer@xxxxxx> writes:
What baffles me is that I get that error only when I add the
parse-integer call. I don't understand that at all and also don't have
the slightest idea where to look next. Any hints?
PARSE-INTEGER needs a string argument. SBCL has noticed that there's a
chance it'd be called with NIL instead, and is giving a warning about
that. [...]
Or you can let SBCL know that YEAR will in fact not be NIL when
PARSE-INTEGER is called: (when year (parse-integer year))
Thanks. That indeed fixes both the warning and the error on ASDF
loading. While the problem at hand is now fixed, I would still be
interested to learn why a simple compilation warning may result in an
ASDF compile error. I would have thought that at the end of the day
all what ASDF does is to call compile-file. Usually warnings don't
result in errors during a load-op or compile-op, so is that also some
kind of SBCL special behaviour wrt. to type warnings or something?
Holger
--
--- http://hillview.bugwriter.net/ ---
"Ja, und ganz sicher sind *SIE* hinter uns her und wollen uns Qt und KDE
nehmen, so wie sie es schon mit Bielefeld gemacht haben."
-- Florian Kuehnert in de.comp.os.linux.misc
.
- Follow-Ups:
- Re: System compilation failure, CLPPCRE, ASDF, SBCL involved
- From: Maciej Katafiasz
- Re: System compilation failure, CLPPCRE, ASDF, SBCL involved
- From: Thomas A. Russ
- Re: System compilation failure, CLPPCRE, ASDF, SBCL involved
- References:
- System compilation failure, CLPPCRE, ASDF, SBCL involved
- From: Holger Schauer
- Re: System compilation failure, CLPPCRE, ASDF, SBCL involved
- From: Juho Snellman
- System compilation failure, CLPPCRE, ASDF, SBCL involved
- Prev by Date: Re: read string to float
- Next by Date: Re: Why Lisp?
- Previous by thread: Re: System compilation failure, CLPPCRE, ASDF, SBCL involved
- Next by thread: Re: System compilation failure, CLPPCRE, ASDF, SBCL involved
- Index(es):
Relevant Pages
|