Another problem is local-time.

When I do (ql:quickload :localtime) on ECL 12.12.1 and quicklisp 2013-06-15 I 
get

;;; Internal error:
;;;   in file local-time.lisp, position 75005
;;;   at (DEFUN FORMAT-TIMESTRING ...)
;;;   ** LAMBDA: Illegal lambda list *.
Condition of type: COMPILE-ERROR
COMPILE-ERROR while invoking #<compile-op (:VERBOSE NIL) 099d41b0> on 
#<cl-source-file "local-time" "src" "local-time">

Strange enough, the function FORMAT-TIMESTRING has nothing special in it's 
lambda list:

  (defun format-timestring (destination timestamp &key
                            (format +iso-8601-format+)
                            (timezone *default-timezone*))

Also, on newer ECL (ql:quickload :localtime) works without problems.

07.07.2013, 01:49, "Juan Jose Garcia-Ripoll" <juanjose.garciarip...@gmail.com>:
> Many failures seem to be related to Fare's UIOP library, which is now part of 
> ASDF (and shipped with ECL).
>
> On Sat, Jul 6, 2013 at 9:18 PM, Anton Vodonosov <avodono...@yandex.ru> wrote:
>> Hello.
>>
>> New quicklisp 2013-06-15 has some regressions - some libraries that loaded
>> OK previously now fail to load.
>>
>> Here is the diff of test results between quicklisp 2013-06-15
>> and the previous one:
>> http://common-lisp.net/project/cl-test-grid/quicklisp-diff.html
>>
>> In this report status codes like "(LOAD <asdf-system-name> FAIL)"
>> mean that ql:quickload for that ASDF system failed. Clicking the status
>> opens the ECL log of ql:quickload.
>>
>> As you can see, for some reason ECL is the most affected - has
>> more new failures that other lisps.
>>
>> It's been almost two weeks since I saw these results,
>> but still haven't time to find out the reason and report to the library 
>> authors.
>>
>> So I decided to ask for help on the ECL's lists. If some users
>> can investigate these problems, it would be very welcome.
>>
>> If anyone finds new information regarding these problems, please
>> report your findings here or on the cl-test-g...@googlegroups.com
>> (web interface: https://groups.google.com/group/cl-test-grid).
>>
>> Best regards,
>> - Anton
>>
>> ------------------------------------------------------------------------------
>> This SF.net email is sponsored by Windows:
>>
>> Build for Windows Store.
>>
>> http://p.sf.net/sfu/windows-dev2dev
>> _______________________________________________
>> Ecls-list mailing list
>> Ecls-list@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/ecls-list
>
> --
> Instituto de FĂ­sica Fundamental, CSIC
> c/ Serrano, 113b, Madrid 28006 (Spain)
> http://juanjose.garciaripoll.googlepages.com

------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
_______________________________________________
Ecls-list mailing list
Ecls-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ecls-list

Reply via email to