7 Jan 2005 03:25
compile-file apparently returning wrong value for error-p
Eric Blossom <eb <at> comsec.com>
2005-01-07 02:25:57 GMT
2005-01-07 02:25:57 GMT
Hi, It appears that compile-file is incorrectly returning a value of T for error-p even though the output diagnostics indicate that the compilation produced only a warning. [I'd also like to know how to get rid of the warning...] I'm using SBCL 0.8.17 on Linux 2.6.8 on x86 arch. Suggestions? Thanks, Eric ---------------------------------------------------------------- [eb <at> bufo load]$ sbcl This is SBCL 0.8.17, an implementation of ANSI Common Lisp. More information about SBCL is available at <http://www.sbcl.org/>. SBCL is free software, provided as is, with absolutely no warranty. It is mostly in the public domain; some portions are provided under BSD-style licenses. See the CREDITS and COPYING files in the distribution for more information. ; loading system definition from ; #P"/usr/local/lib/sbcl/systems/sb-bsd-sockets.asd" into #<PACKAGE "ASDF3844"> ; registering #<SYSTEM SB-BSD-SOCKETS {9D61439}> as SB-BSD-SOCKETS ; registering #<SYSTEM SB-BSD-SOCKETS-TESTS {92A7439}> as SB-BSD-SOCKETS-TESTS ; loading system definition from #P"/usr/local/lib/sbcl/systems/sb-posix.asd" ; into #<PACKAGE "ASDF4006">(Continue reading)
RSS Feed