[Guile-commits] Failed with output: Hydra job gnu:guile-master:build_clang.i686-linux

2016-10-13 Thread Hydra Build Daemon
Hi, The status of Hydra job ‘gnu:guile-master:build_clang.i686-linux’ has changed from "Success" to "Failed with output". For details, see https://hydra.nixos.org/build/41973359 Go forth and fix it. Regards, The Hydra build daemon.

[Guile-commits] Success: Hydra job gnu:guile-master:build_clang.i686-linux

2016-10-13 Thread Hydra Build Daemon
Hi, The status of Hydra job ‘gnu:guile-master:build_clang.i686-linux’ has changed from "Failed with output" to "Success". For details, see https://hydra.nixos.org/build/41990218 Yay! Regards, The Hydra build daemon.

[Guile-commits] Success: Hydra job gnu:guile-master:build_CPPFLAGS=_DSCM_DEBUG=1 on x86_64-linux

2016-10-13 Thread Hydra Build Daemon
Hi, The status of Hydra job ‘gnu:guile-master:build_CPPFLAGS=_DSCM_DEBUG=1’ (on x86_64-linux) has changed from "Failed with output" to "Success". For details, see https://hydra.nixos.org/build/41990204 Yay! Regards, The Hydra build daemon.

[Guile-commits] Failed with output: Hydra job gnu:guile-master:build_CPPFLAGS=_DSCM_DEBUG=1 on x86_64-linux

2016-10-13 Thread Hydra Build Daemon
Hi, The status of Hydra job ‘gnu:guile-master:build_CPPFLAGS=_DSCM_DEBUG=1’ (on x86_64-linux) has changed from "Success" to "Failed with output". For details, see https://hydra.nixos.org/build/41973356 Go forth and fix it. Regards, The Hydra build daemon.

[Guile-commits] Failed with output: Hydra job gnu:guile-master:build_CPPFLAGS=_DSCM_DEBUG=1 on x86_64-linux

2016-10-13 Thread Hydra Build Daemon
Hi, The status of Hydra job ‘gnu:guile-master:build_CPPFLAGS=_DSCM_DEBUG=1’ (on x86_64-linux) has changed from "Success" to "Failed with output". For details, see https://hydra.nixos.org/build/42025158 Go forth and fix it. Regards, The Hydra build daemon.

[Guile-commits] 04/11: Reuse SCM_BYTEVECTOR_TYPED_LENGTH in scm_array_get_handle

2016-10-13 Thread Daniel Llorens
lloda pushed a commit to branch lloda-squash0 in repository guile. commit 275ba7d096fb6fb085418c133674bde5ee1db664 Author: Daniel Llorens Date: Wed Feb 11 12:58:01 2015 +0100 Reuse SCM_BYTEVECTOR_TYPED_LENGTH in scm_array_get_handle *

[Guile-commits] branch lloda-squash0 updated (0961c31 -> 8b49ec3)

2016-10-13 Thread Daniel Llorens
lloda pushed a change to branch lloda-squash0 in repository guile. discards 0961c31 New functions (array-for-each-cell, array-for-each-cell-in-order) discards 62eff47 New functions array-from, array-from*, array-amend! discards d9a7257 Special case for array-map! with three

[Guile-commits] 11/11: New functions (array-for-each-cell, array-for-each-cell-in-order)

2016-10-13 Thread Daniel Llorens
lloda pushed a commit to branch lloda-squash0 in repository guile. commit 8b49ec31081b37f12c3909801353f6bad4dfaffe Author: Daniel Llorens Date: Tue Sep 8 16:57:30 2015 +0200 New functions (array-for-each-cell, array-for-each-cell-in-order) *

[Guile-commits] 10/11: New functions array-from, array-from*, array-amend!

2016-10-13 Thread Daniel Llorens
lloda pushed a commit to branch lloda-squash0 in repository guile. commit afbb28b3b3508c791ec1219e54770cd8f4ddec09 Author: Daniel Llorens Date: Wed Feb 11 16:44:21 2015 +0100 New functions array-from, array-from*, array-amend! * libguile/arrays.h

[Guile-commits] 09/11: Special case for array-map! with three arguments

2016-10-13 Thread Daniel Llorens
lloda pushed a commit to branch lloda-squash0 in repository guile. commit a3d953d208bbf0007c53d56e7c3a9b517ee5eeaf Author: Daniel Llorens Date: Wed Dec 9 13:10:48 2015 +0100 Special case for array-map! with three arguments Benchmark: (define

[Guile-commits] 08/11: Speed up for multi-arg cases of scm_ramap functions

2016-10-13 Thread Daniel Llorens
lloda pushed a commit to branch lloda-squash0 in repository guile. commit 9cbd415adbe64505c8c02c5e0b917cbb2faf7745 Author: Daniel Llorens Date: Fri Feb 13 18:42:27 2015 +0100 Speed up for multi-arg cases of scm_ramap functions This patch results in a

[Guile-commits] 07/11: Do not use array handles in scm_vector

2016-10-13 Thread Daniel Llorens
lloda pushed a commit to branch lloda-squash0 in repository guile. commit 89fc5554022bdf177e761374db2fd6eb76fc33ea Author: Daniel Llorens Date: Wed Feb 25 09:47:40 2015 +0100 Do not use array handles in scm_vector * libguile/vectors.c (scm_vector): Use

[Guile-commits] 06/11: Support typed arrays in some sort functions

2016-10-13 Thread Daniel Llorens
lloda pushed a commit to branch lloda-squash0 in repository guile. commit 6799359454745d14eb8fd4000cdf89fc4bf3de08 Author: Daniel Llorens Date: Tue Jul 12 18:43:03 2016 +0200 Support typed arrays in some sort functions * libguile/sort.c (sort!, sort,

[Guile-commits] 02/11: Remove scm_from_contiguous_array, array 'contiguous' flag

2016-10-13 Thread Daniel Llorens
lloda pushed a commit to branch lloda-squash0 in repository guile. commit d8ff1beb59884277a49f6ef97fb89d48761e02a3 Author: Daniel Llorens Date: Mon Feb 9 17:27:33 2015 +0100 Remove scm_from_contiguous_array, array 'contiguous' flag

[Guile-commits] 05/11: Remove deprecated array functions

2016-10-13 Thread Daniel Llorens
lloda pushed a commit to branch lloda-squash0 in repository guile. commit b3b1dd2091122dc4550de671f9ede235bc6e Author: Daniel Llorens Date: Fri Feb 13 16:45:21 2015 +0100 Remove deprecated array functions * libguile/array-map.c (scm_array_fill_int,

[Guile-commits] 03/11: Avoid unneeded internal use of array handles

2016-10-13 Thread Daniel Llorens
lloda pushed a commit to branch lloda-squash0 in repository guile. commit d4d92b2e2d3c0b5bc115509d7abd53955c0167e7 Author: Daniel Llorens Date: Mon Feb 9 12:11:52 2015 +0100 Avoid unneeded internal use of array handles * libguile/arrays.c

[Guile-commits] 01/11: Fix compilation of rank 0 typed array literals

2016-10-13 Thread Daniel Llorens
lloda pushed a commit to branch lloda-squash0 in repository guile. commit f244ae848727ca4c35891150ea19e881aa7db2f1 Author: Daniel Llorens Date: Thu Feb 12 13:02:24 2015 +0100 Fix compilation of rank 0 typed array literals *