Juho Snellman | 30 Jun 00:21
Favicon

sbcl 1.0.18 released


Source is available in SourceForge CVS and on the SourceForge File
Releases page.

changes in sbcl-1.0.18 relative to 1.0.17:
  * minor incompatible change: SB-SPROF:WITH-PROFILING now by default
    profiles only the current thread.
  * minor incompatible change: changes to SYMBOL-VALUE of constants
    defined with DEFCONSTANT now signal an error.
  * enhancement: SB-SPROF now has support for wallclock profiling,
    and is also able to profile specific threads. REPORT output
    has also additional sorting options.
  * enhancement: better pretty-printing of DEFPACKAGE forms.  (Thanks
    to Michael Weber)
  * optimization: structure allocation has been improved
    ** constructors created by non-toplevel DEFSTRUCTs are ~40% faster.
    ** out of line constructors are ~10% faster.
    ** inline constructors are ~15% faster.
    ** inline constructors are capable of dynamic extent allocation
       (generally on x86 and x86-64, in some cases on other platforms
       as well.)
  * optimization: simple uses of HANDLER-CASE and HANDLER-BIND no
    longer cons.
  * optimization: file compiler is now able to coalesce non-circular
    lists, non-base strings, and bit-vectors. Additionally, constants
    are never referenced through SYMBOL-VALUE at runtime.
  * optimization: code defining methods on PRINT-OBJECT (and other
    generic functions in the COMMON-LISP package) now loads faster.
  * bug fix: EAI_NODATA is deprecated since RFC 3493. Stop using it
    in sb-bsd-sockets.
(Continue reading)

Favicon

Re: [Sbcl-announce] sbcl 1.0.18 released


Juho Snellman wrote:
> Source is available in SourceForge CVS and on the SourceForge File
> Releases page.

On my amd64 system it fails tests:

Finished running tests.
Status:
 Expected failure:    callback.impure.lisp / UNDERFLOW-DETECTION
 Expected failure:    debug.impure.lisp / (UNDEFINED-FUNCTION BUG-353)
 Expected failure:    external-format.impure.lisp / (CHARACTER-DECODE-LARGE
                                                     FORCE-END-OF-FILE)
 Unhandled error      run-program.impure.lisp
 Failure:             timer.impure.lisp / (TIMER SCHEDULE-STRESS)
test failed, expected 104 return code, got 1

Marijn

--
Marijn Schouten (hkBst), Gentoo Lisp project, Gentoo ML
<http://www.gentoo.org/proj/en/lisp/>, #gentoo-{lisp,ml} on FreeNode
Juho Snellman | 30 Jun 01:32
Favicon

Re: [Sbcl-announce] sbcl 1.0.18 released

"Marijn Schouten (hkBst)" <hkBst <at> gentoo.org> writes:

> Juho Snellman wrote:
> > Source is available in SourceForge CVS and on the SourceForge File
> > Releases page.
> 
> On my amd64 system it fails tests:
> 
> 
> Finished running tests.
> Status:
>  Expected failure:    callback.impure.lisp / UNDERFLOW-DETECTION
>  Expected failure:    debug.impure.lisp / (UNDEFINED-FUNCTION BUG-353)
>  Expected failure:    external-format.impure.lisp / (CHARACTER-DECODE-LARGE
>                                                      FORCE-END-OF-FILE)
>  Unhandled error      run-program.impure.lisp

Works for me on linux / x86-64 and on OS X / x86. Can you post the
output of "sh run-tests.sh run-program.impure.lisp"?

>  Failure:             timer.impure.lisp / (TIMER SCHEDULE-STRESS)

I believe this test is known to be a bit flaky.

--

-- 
Juho Snellman

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
(Continue reading)

Favicon

Re: [Sbcl-announce] sbcl 1.0.18 released


Juho Snellman wrote:
> "Marijn Schouten (hkBst)" <hkBst <at> gentoo.org> writes:
> 
>> Juho Snellman wrote:
>>> Source is available in SourceForge CVS and on the SourceForge File
>>> Releases page.
>> On my amd64 system it fails tests:
>>
>>
>> Finished running tests.
>> Status:
>>  Expected failure:    callback.impure.lisp / UNDERFLOW-DETECTION
>>  Expected failure:    debug.impure.lisp / (UNDEFINED-FUNCTION BUG-353)
>>  Expected failure:    external-format.impure.lisp / (CHARACTER-DECODE-LARGE
>>                                                      FORCE-END-OF-FILE)
>>  Unhandled error      run-program.impure.lisp
> 
> Works for me on linux / x86-64 and on OS X / x86. Can you post the
> output of "sh run-tests.sh run-program.impure.lisp"?

The C compiler would be x86_64-pc-linux-gnu-4.2.3.

/running tests on
'/var/tmp/portage/dev-lisp/sbcl-1.0.18/work/sbcl-1.0.18/tests/../src/runtime/sbcl
--core
/var/tmp/portage/dev-lisp/sbcl-1.0.18/work/sbcl-1.0.18/tests/../output/sbcl.core
--noinform --no-sysinit --no-userinit --noprint --disable-debugger'
; loading system definition from
;
(Continue reading)

Juho Snellman | 30 Jun 02:27
Favicon

Re: [Sbcl-announce] sbcl 1.0.18 released

"Marijn Schouten (hkBst)" <hkBst <at> gentoo.org> writes:
> // Running
> /var/tmp/portage/dev-lisp/sbcl-1.0.18/work/sbcl-1.0.18/tests/run-program.impure.lisp
> Unhandled SIMPLE-ERROR: could not find a pty

Sounds like there is some kind of a configuration issue in your
system, if it's not able to open a pty. E.g. you don't have a /dev/pts
mounted.

--

-- 
Juho Snellman

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php

Gmane