[Guile-commits] Failed with output: Hydra job gnu:guile-master:build_enable_guile_debug on x86_64-linux

2017-02-16 Thread Hydra Build Daemon
Hi, The status of Hydra job ‘gnu:guile-master:build_enable_guile_debug’ (on x86_64-linux) has changed from "Success" to "Failed with output". For details, see https://hydra.nixos.org/build/48755103 Go forth and fix it. Regards, The Hydra build daemon.

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

2017-02-16 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/48716150 Yay! Regards, The Hydra build daemon.

[Guile-commits] 02/03: Remove unnecessary scm_i_string_start_writing calls

2017-02-16 Thread Andy Wingo
wingo pushed a commit to branch master in repository guile. commit c38b9625c88f4d1760068926273b6d89ffbd4527 Author: Andy Wingo Date: Thu Feb 16 10:43:23 2017 +0100 Remove unnecessary scm_i_string_start_writing calls * libguile/strings.c (scm_string, scm_c_make_string): * libgu

[Guile-commits] branch master updated (4706d69 -> d0934df)

2017-02-16 Thread Andy Wingo
wingo pushed a change to branch master in repository guile. from 4706d69 Fix accept4 gnulib update. new cd3ff33 Cheaper fluid-ref cache new c38b962 Remove unnecessary scm_i_string_start_writing calls new d0934df Stringbufs immutable by default The 3 revision

[Guile-commits] 01/03: Cheaper fluid-ref cache

2017-02-16 Thread Andy Wingo
wingo pushed a commit to branch master in repository guile. commit cd3ff33a31c51612f2247bdb15ecbe92d7da1310 Author: Andy Wingo Date: Thu Feb 16 10:38:15 2017 +0100 Cheaper fluid-ref cache * libguile/cache-internal.h (struct scm_cache_entry): Add needs_flush member. (sc

[Guile-commits] 03/03: Stringbufs immutable by default

2017-02-16 Thread Andy Wingo
wingo pushed a commit to branch master in repository guile. commit d0934df1f2f0e5d3fa9a1a1f15e6f2dec1d15698 Author: Andy Wingo Date: Thu Feb 16 12:57:46 2017 +0100 Stringbufs immutable by default * libguile/snarf.h (SCM_IMMUTABLE_STRINGBUF): Remove shared flag. Stringbufs ar

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

2017-02-16 Thread Daniel Llorens
lloda pushed a commit to branch wip-exception-truncate in repository guile. commit b049717b31e4bfefd29d2b96970efc0c63d1bfbb 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, typed-

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

2017-02-16 Thread Daniel Llorens
lloda pushed a commit to branch wip-exception-truncate in repository guile. commit 433161f8dc2f0c0d5835807201b1ddbe9f9b2ebc 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] 03/08: Remove documentation on uniform-vector-read!, uniform-vector-write

2017-02-16 Thread Daniel Llorens
lloda pushed a commit to branch wip-exception-truncate in repository guile. commit 11ba42324c69ecbe9afd6fd302308f556d0b9e1b 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] 07/08: Remove scm_generalized_vector_get_handle

2017-02-16 Thread Daniel Llorens
lloda pushed a commit to branch wip-exception-truncate in repository guile. commit 2ed22db06479ef84a553be969c24eea0824a9007 Author: Daniel Llorens Date: Mon Feb 13 18:17:11 2017 +0100 Remove scm_generalized_vector_get_handle This was deprecated in 2.0.9 (118ff892be199f0af359d1b027

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

2017-02-16 Thread Daniel Llorens
lloda pushed a commit to branch wip-exception-truncate in repository guile. commit 592d6aa32dfdfbaa0c0130a4017201c761a6 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] 06/08: Fix bitvectors and non-zero lower bound arrays in truncated-print

2017-02-16 Thread Daniel Llorens
lloda pushed a commit to branch wip-exception-truncate in repository guile. commit 954c741c7a24924d632eb2ae91c76988f96732a0 Author: Daniel Llorens Date: Mon Feb 13 14:03:30 2017 +0100 Fix bitvectors and non-zero lower bound arrays in truncated-print * module/ice-9/arrays.scm (arra

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

2017-02-16 Thread Daniel Llorens
lloda pushed a commit to branch wip-exception-truncate in repository guile. commit b0d9386a43709c1859c41ab31747c0d3ed58dabc 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/08: Remove unnecessary #include

2017-02-16 Thread Daniel Llorens
lloda pushed a commit to branch wip-exception-truncate in repository guile. commit 954646c6b5349f3a588b89b849e6e1a9bfb077d3 Author: Daniel Llorens Date: Mon Feb 13 13:41:45 2017 +0100 Remove unnecessary #include * libguile/vectors.c: Don't include arrays.h. --- libguile/vectors.c

[Guile-commits] branch wip-exception-truncate updated (9652532 -> b0d9386)

2017-02-16 Thread Daniel Llorens
lloda pushed a change to branch wip-exception-truncate in repository guile. discards 9652532 (wip) give a handle into format used in exceptions discards a6b52c0 Remove scm_generalized_vector_get_handle discards 1053ee0 Fix bitvectors and non-zero lower bound arrays in truncated-pri