From avodonosov at yandex.ru Sun Jul 7 18:49:08 2013 From: avodonosov at yandex.ru (Anton Vodonosov) Date: Sun, 07 Jul 2013 22:49:08 +0400 Subject: regressions in quicklisp 2013-06-15 Message-ID: <392201373222948@web7e.yandex.ru> Hello. In quicklisp 2013-06-15 local time test suite started to fail on all the lisps. Also, local time doesn't even load on ECL, thus breaking all the depended libraries. Here is the cl-test-grid page of local-time: http://common-lisp.net/project/cl-test-grid/library/local-time.html The test status links, like "(WHOLE-TEST-SUITE FAIL)", refer to the lisp process output where this test result was obtained. Best regards, - Anton From dlowe at dlowe.net Mon Jul 8 02:35:04 2013 From: dlowe at dlowe.net (Daniel Lowe) Date: Sun, 07 Jul 2013 22:35:04 -0400 Subject: regressions in quicklisp 2013-06-15 In-Reply-To: <392201373222948@web7e.yandex.ru> References: <392201373222948@web7e.yandex.ru> Message-ID: <51DA2558.7040006@dlowe.net> On 07/07/2013 02:49 PM, Anton Vodonosov wrote: > Hello. > > In quicklisp 2013-06-15 local time test suite started to fail on all the lisps. > Also, local time doesn't even load on ECL, thus breaking all the depended libraries. > > Here is the cl-test-grid page of local-time: > http://common-lisp.net/project/cl-test-grid/library/local-time.html > > The test status links, like "(WHOLE-TEST-SUITE FAIL)", > refer to the lisp process output where this test result was obtained. > > Best regards, > - Anton Thanks for bringing this to my attention. Fortunately, this seems to be some broken tests and not broken behavior on the part of the library. I've pushed some commits that will hopefully fix the problem. : Daniel :