[Guile-commits] Failed with output: Hydra job gnu:guile-2-0:build_disable_networking on x86_64-linux

2017-09-15 Thread Hydra Build Daemon
Hi, The status of Hydra job ‘gnu:guile-2-0:build_disable_networking’ (on x86_64-linux) has changed from "Failed" to "Failed with output". For details, see https://hydra.nixos.org/build/60137392 Go forth and fix it. Regards, The Hydra build daemon.

[Guile-commits] Success: Hydra job gnu:guile-2-0:build_without_threads.i686-linux

2017-09-15 Thread Hydra Build Daemon
Hi, The status of Hydra job ‘gnu:guile-2-0:build_without_threads.i686-linux’ has changed from "Failed" to "Success". For details, see https://hydra.nixos.org/build/60137397 Yay! Regards, The Hydra build daemon.

[Guile-commits] Success: Hydra job gnu:guile-2-0:build_clang.x86_64-linux

2017-09-15 Thread Hydra Build Daemon
Hi, The status of Hydra job ‘gnu:guile-2-0:build_clang.x86_64-linux’ has changed from "Failed" to "Success". For details, see https://hydra.nixos.org/build/60137394 Yay! Regards, The Hydra build daemon.

[Guile-commits] Success: Hydra job gnu:guile-2-0:build.i686-linux

2017-09-15 Thread Hydra Build Daemon
Hi, The status of Hydra job ‘gnu:guile-2-0:build.i686-linux’ has changed from "Failed" to "Success". For details, see https://hydra.nixos.org/build/60137431 Yay! Regards, The Hydra build daemon.

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

2017-09-15 Thread Hydra Build Daemon
Hi, The status of Hydra job ‘gnu:guile-2-0:build_clang.i686-linux’ has changed from "Failed" to "Success". For details, see https://hydra.nixos.org/build/60137418 Yay! Regards, The Hydra build daemon.

[Guile-commits] Success: Hydra job gnu:guile-2-0:coverage on x86_64-linux

2017-09-15 Thread Hydra Build Daemon
Hi, The status of Hydra job ‘gnu:guile-2-0:coverage’ (on x86_64-linux) has changed from "Failed" to "Success". For details, see https://hydra.nixos.org/build/60137411 Yay! Regards, The Hydra build daemon.

[Guile-commits] Success: Hydra job gnu:guile-2-0:build_CPPFLAGS=_DSCM_DEBUG_TYPING_STRICTNESS=2 on x86_64-linux

2017-09-15 Thread Hydra Build Daemon
Hi, The status of Hydra job ‘gnu:guile-2-0:build_CPPFLAGS=_DSCM_DEBUG_TYPING_STRICTNESS=2’ (on x86_64-linux) has changed from "Failed" to "Success". For details, see https://hydra.nixos.org/build/60137401 Yay! Regards, The Hydra build daemon.

[Guile-commits] Success: Hydra job gnu:guile-2-0:build_disable_deprecated_disable_discouraged on x86_64-linux

2017-09-15 Thread Hydra Build Daemon
Hi, The status of Hydra job ‘gnu:guile-2-0:build_disable_deprecated_disable_discouraged’ (on x86_64-linux) has changed from "Failed" to "Success". For details, see https://hydra.nixos.org/build/60137412 Yay! Regards, The Hydra build daemon.

[Guile-commits] Dependency failed: Hydra job gnu:guile-2-0:build_without_threads.x86_64-linux

2017-09-15 Thread Hydra Build Daemon
Hi, The status of Hydra job ‘gnu:guile-2-0:build_without_threads.x86_64-linux’ has changed from "Success" to "Dependency failed". For details, see https://hydra.nixos.org/build/60958065 Go forth and fix it. Regards, The Hydra build daemon.

[Guile-commits] 05/09: Support non-zero lower bounds in array-slice-for-each

2017-09-15 Thread Daniel Llorens
lloda pushed a commit to branch wip-exception-truncate in repository guile. commit 0943c92c9c2b26b52097585a268f3286cb5d50e2 Author: Daniel Llorens Date: Mon Feb 13 13:49:35 2017 +0100 Support non-zero lower bounds in array-slice-for-each * libguile/array-handle.c (scm_array_handle

[Guile-commits] 08/09: Support general arrays in random:hollow-sphere!

2017-09-15 Thread Daniel Llorens
lloda pushed a commit to branch wip-exception-truncate in repository guile. commit 9a21b44a0fd0d53b30ff7f518bb80ffb63b9b416 Author: Daniel Llorens Date: Thu Mar 30 14:29:59 2017 +0200 Support general arrays in random:hollow-sphere! * libguile/random.c (vector_scale_x, vector_sum_s

[Guile-commits] 03/09: Remove documentation on uniform-vector-read!, uniform-vector-write

2017-09-15 Thread Daniel Llorens
lloda pushed a commit to branch wip-exception-truncate in repository guile. commit 319cc1193717fc2871eb15b4179cde9007b3f80e Author: Daniel Llorens Date: Mon Feb 13 13:21:59 2017 +0100 Remove documentation on uniform-vector-read!, uniform-vector-write * NEWS: Add specific removal n

[Guile-commits] branch wip-exception-truncate updated (4376871 -> 5d62d41)

2017-09-15 Thread Daniel Llorens
lloda pushed a change to branch wip-exception-truncate in repository guile. discards 4376871 (wip) give a handle into format used in exceptions discards 61049cb Support general arrays in random:hollow-sphere! discards 156940e Remove scm_generalized_vector_get_handle discards 9f3d

[Guile-commits] 02/09: Replace uniform-vector-read benchmark with bytevector-io benchmark

2017-09-15 Thread Daniel Llorens
lloda pushed a commit to branch wip-exception-truncate in repository guile. commit c55e4e717bb368180be84d280742a1c55f6e2ba0 Author: Daniel Llorens Date: Mon Feb 13 12:11:50 2017 +0100 Replace uniform-vector-read benchmark with bytevector-io benchmark * benchmark-suite/benchmarks/u

[Guile-commits] 06/09: Fix bitvectors and non-zero lower bound arrays in truncated-print

2017-09-15 Thread Daniel Llorens
lloda pushed a commit to branch wip-exception-truncate in repository guile. commit 2c254f447aae7da1e9c59a20a854935a78bc7713 Author: Daniel Llorens Date: Tue Feb 21 12:23:35 2017 +0100 Fix bitvectors and non-zero lower bound arrays in truncated-print * module/ice-9/arrays.scm (arra

[Guile-commits] 07/09: Remove scm_generalized_vector_get_handle

2017-09-15 Thread Daniel Llorens
lloda pushed a commit to branch wip-exception-truncate in repository guile. commit 8042432e8f1b8562838d4b7e9fa9cce16958fba0 Author: Daniel Llorens Date: Mon Feb 13 13:41:45 2017 +0100 Remove scm_generalized_vector_get_handle This was deprecated in 2.0.9 (118ff892be199f0af359d1b027

[Guile-commits] 04/09: Fix sort, sort! for arrays with nonzero lower bound

2017-09-15 Thread Daniel Llorens
lloda pushed a commit to branch wip-exception-truncate in repository guile. commit 1ee1303868073252d65fb746363676f33e9981bd Author: Daniel Llorens Date: Mon Feb 13 12:58:34 2017 +0100 Fix sort, sort! for arrays with nonzero lower bound * module/ice-9/arrays.scm (array-copy): New f

[Guile-commits] 09/09: (wip) give a handle into format used in exceptions

2017-09-15 Thread Daniel Llorens
lloda pushed a commit to branch wip-exception-truncate in repository guile. commit 5d62d4127d99e26faf15ee56731cc333d707a513 Author: Daniel Llorens Date: Tue Feb 7 12:42:20 2017 +0100 (wip) give a handle into format used in exceptions --- module/ice-9/boot-9.scm | 43 ++

[Guile-commits] 01/09: Allow scm_XXX_writable_elements on empty vectors, even if immutable

2017-09-15 Thread Daniel Llorens
lloda pushed a commit to branch wip-exception-truncate in repository guile. commit 6c236ad540a21342cf1de0272e873aadecdb41fc Author: Daniel Llorens Date: Fri Sep 15 12:36:57 2017 +0200 Allow scm_XXX_writable_elements on empty vectors, even if immutable * libguile/array-handle.c (in