[asdf-devel] New issue testing with ACL: oddity with output translations

2010-03-17 Thread Robert Goldman
I just tried to run the tests on ACL and got a new failure.  Please pay
particular attention to the lines preceded with **, which indicate to me
that something's going wrong with the output translations, with alisp
somehow turning into case-insensitive-upperlisp.

I will try to figure out if I can find out what's doing this, but I
could use any clues that anyone could offer...


[rpgoldman-2:~/lisp/asdf/test] rpg% ./run-tests.sh -d allegro
alisp is /usr/local/acl/acl81/alisp
PRIVATE_ASDF_INSTALL_DIR=/Users/rpg/lisp/asdf-install-systems
CL_SOURCE_REGISTRY=/Users/rpg/lisp/asdf
**
ASDF_OUTPUT_TRANSLATIONS=/Users/rpg/lisp/asdf:/Users/rpg/lisp/asdf/tmp/fasls/alisp:
PWD=/Users/rpg/lisp/asdf/test
+ alisp -q -e '(load test/compile-asdf.lisp)'
;;; Installing locale patch, version 1.
; Loading /Users/rpg/lisp/asdf/test/compile-asdf.lisp
;   Loading /Users/rpg/lisp/asdf/test/script-support.lisp
;;; Compiling file /Users/rpg/lisp/asdf/asdf.lisp
; Autoloading for package ASDF:
;   Fast loading /usr/local/acl/acl81/code/ASDF.fasl
; Autoloading for package EXCL.OSI:
;   Fast loading /usr/local/acl/acl81/code/OSI.004
;;; Installing osi patch, version 4.
; Fast loading from bundle code/fileutil.fasl.
;   Autoloading for package REGEXP:
; Fast loading from bundle code/regexp2-s.fasl.
;;; Installing regexp2-s patch, version 1.
;   Autoloading for REGEXP::MAKE-VM-CLOSURE:
; Fast loading /usr/local/acl/acl81/code/regexp2.fasl
;   Fast loading /usr/local/acl/acl81/code/YACC.fasl
Function (FLET SYSTEM-CONFIGURATION-DIRECTORIES TRY) is never used.
;;; Writing fasl file
** ;;;
/Users/rpg/lisp/asdf/tmp/fasls/case-insensitive-upperlisp/asdf-tmp.fasl
;;; Fasl write complete
Testsuite failed: ASDF compiled with warnings
; Exiting
Compilation FAILED

___
asdf-devel mailing list
asdf-devel@common-lisp.net
http://common-lisp.net/cgi-bin/mailman/listinfo/asdf-devel


Re: [asdf-devel] New issue testing with ACL: oddity with output translations

2010-03-17 Thread Robert Goldman
On 3/17/10 Mar 17 -9:15 PM, Faré wrote:
 Fixed. I hope. Oops.

Super, thanks.  And I picked off a couple of buglets in the tests, so
they are looking better than ever.  Only one (explained) failure on ACL!
 
 [ François-René ÐVB Rideau | ReflectionCybernethics | http://fare.tunes.org ]
 A language that doesn't affect the way you think about programming,
 is not worth knowing.   — Alan Perlis

A lisp programmer knows the value of everything and the cost of nothing.

;-)

___
asdf-devel mailing list
asdf-devel@common-lisp.net
http://common-lisp.net/cgi-bin/mailman/listinfo/asdf-devel