On 3/28/12 Mar 28 -10:30 AM, Robert Goldman wrote:
ACL alisp:
ACL on MacOS X (8.2, 64-bit, updated yesterday) failed:
;;; Writing fasl file /Users/rpg/lisp/asdf/tmp/fasls/alisp/asdf-tmp.fasl ;;; Fasl write complete Testsuite failed: ASDF compiled with warnings ; Exiting Compilation FAILED
Looking upstream:
Warning: Can you please fix ASDF to not emit style-warnings? Got a EXCL:COMPILER-UNREACHABLE-CODE-WARNING: cond clause (T :DEFAULT) is unreachable
I believe this is the location:
(defparameter *utf-8-external-format* (or #+(or abcl allegro clozure cmu ecl lispworks (and sbcl sb-unicode) scl) :utf-8 #+(and clisp unicode) charset:utf-8 :default) "Default :external-format argument to pass for CL:OPEN. For modern implementations, this should be UTF-8. On legacy implementations, we may fall back on some 8-bit encoding, with non-ASCII code points being read as several CL characters; hopefully, if done consistently, it won't affect program behavior too much.")
Proposed patch attached.
cheers, r