From: Bruno H. <br...@cl...> - 2018-01-13 17:49:06
|
Don Cohen wrote: > $ cat /home/don/hg/clisp/build-dir/tests/*.erg > Form: (HANDLER-CASE (LETF ((*CURRENT-LANGUAGE* 'FRENCH)) (LIST (STRING= "à bientôt!" (SYSTEM::TEXT "Bye.")) (STRING= *CURRENT-LANGUAGE* "FRANÃAIS"))) (ERROR (E) (PRINC-ERROR E) '(T T))) > CORRECT: (T T) > CLISP : (NIL T) > Differ at position 0: T vs NIL > CORRECT: (T T) > CLISP : (NIL T) Fixed now. The cause was that the French translation has changed. > Under make check, I think all of this I've reported before. A reminder does not hurt :) Bruno |