guile-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: array-copy! is slow & array-map.c


From: Ludovic Courtès
Subject: Re: array-copy! is slow & array-map.c
Date: Fri, 05 Apr 2013 19:20:43 +0200
User-agent: Gnus/5.130005 (Ma Gnus v0.5) Emacs/24.3 (gnu/linux)

Daniel Llorens <address@hidden> skribis:

> +(with-test-prefix "array-copy!"
> +
> +  (with-test-prefix "rank 2"
> +    (pass-if (let ((a #2((1 2) (3 4)))
> +                   (b (make-array 0 2 2))

Can you make that:

  (with-test-prefix "array-copy!"

    (pass-if "rank 2"
      (let ((a ...))))

(Same for the following tests.)

TIA,
Ludo’.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]