[Guile-commits] Success: Hydra job gnu:guile-master:build_enable_guile_debug on x86_64-linux

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

[Guile-commits] Success: Hydra job gnu:guile-master:build_enable_guile_debug on x86_64-linux

2016-11-13 Thread Hydra Build Daemon
Hi, The status of Hydra job ‘gnu:guile-master:build_enable_guile_debug’ (on x86_64-linux) has changed from "Failed with output" to "Success". For details, see https://hydra.nixos.org/build/43484212 This may be due to 8 commits by Andy Wingo . Yay! Regards, The Hydra

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

2016-11-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/43484221 This may be due to 8 commits by Andy Wingo . Yay! Regards, The Hydra

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

2016-11-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/43484222 This may be due to 8 commits by Andy Wingo . Go forth and fix it. Regards, The Hydra build

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

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

[Guile-commits] branch master updated (9ac2c99 -> 3f23688)

2016-11-13 Thread Andy Wingo
wingo pushed a change to branch master in repository guile. from 9ac2c99 More comments in threads.c new 3f23688 Fix crasher in scm_system_async_mark_for_thread The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails.

[Guile-commits] 01/01: Fix crasher in scm_system_async_mark_for_thread

2016-11-13 Thread Andy Wingo
wingo pushed a commit to branch master in repository guile. commit 3f23688f397722546861d04688c3eefb0c9c9149 Author: Andy Wingo Date: Sun Nov 13 22:16:42 2016 +0100 Fix crasher in scm_system_async_mark_for_thread * libguile/async.c

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

2016-11-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/43480551 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-11-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/43480557 Go forth and fix it. Regards, The Hydra build daemon.

[Guile-commits] 08/08: More comments in threads.c

2016-11-13 Thread Andy Wingo
wingo pushed a commit to branch master in repository guile. commit 9ac2c9942b75d3e891ae8eabc219b68bfdf61f9c Author: Andy Wingo Date: Sun Nov 13 15:55:58 2016 +0100 More comments in threads.c * libguile/threads.c (struct scm_mutex): Better comments. ---

[Guile-commits] 05/08: Refactor GC implications of thread sleep

2016-11-13 Thread Andy Wingo
wingo pushed a commit to branch master in repository guile. commit 6bb51193df3620d962df87caf8cfbf6a4256a540 Author: Andy Wingo Date: Sun Nov 13 15:08:45 2016 +0100 Refactor GC implications of thread sleep * libguile/async.c (struct scm_thread_wake_data): Move

[Guile-commits] branch master updated (6bdd955 -> 9ac2c99)

2016-11-13 Thread Andy Wingo
wingo pushed a change to branch master in repository guile. from 6bdd955 doc: Adjust capitalization for "HTTPS" and "GnuTLS". new e7c658a Internal threads refactor new 7fd10d2 Rename Guile's internal mutexes and condvars new 4110e7b Put mutex kind in SMOB

[Guile-commits] 06/08: Improve mutexes / condition variable implementation

2016-11-13 Thread Andy Wingo
wingo pushed a commit to branch master in repository guile. commit 950e728e7a85d79c30d7856d5abb09db5420b912 Author: Andy Wingo Date: Sun Nov 13 15:16:20 2016 +0100 Improve mutexes / condition variable implementation * libguile/threads.c (scm_timed_lock_mutex):

[Guile-commits] 07/08: Optimize lock-mutex

2016-11-13 Thread Andy Wingo
wingo pushed a commit to branch master in repository guile. commit e0f17417e681aa4591e41f7edb52c7684ca59aae Author: Andy Wingo Date: Sun Nov 13 15:47:21 2016 +0100 Optimize lock-mutex * libguile/threads.c (lock_mutex, scm_timed_lock_mutex): As with

[Guile-commits] 04/08: Unlocked mutexes don't have owners

2016-11-13 Thread Andy Wingo
wingo pushed a commit to branch master in repository guile. commit 1ed9dea34aa8cb0cbae17200c31d1ac91a6a01de Author: Andy Wingo Date: Sun Nov 13 12:43:46 2016 +0100 Unlocked mutexes don't have owners * libguile/threads.c (scm_unlock_mutex)

[Guile-commits] 02/08: Rename Guile's internal mutexes and condvars

2016-11-13 Thread Andy Wingo
wingo pushed a commit to branch master in repository guile. commit 7fd10d21c0a634c8a4278e7d2e4237cccebc9936 Author: Andy Wingo Date: Tue Nov 8 20:23:20 2016 +0100 Rename Guile's internal mutexes and condvars * libguile/threads.c: Rename fat_mutex to struct

[Guile-commits] 03/08: Put mutex kind in SMOB flags

2016-11-13 Thread Andy Wingo
wingo pushed a commit to branch master in repository guile. commit 4110e7bbb181786059a9d2b6ff010a99f69e5710 Author: Andy Wingo Date: Tue Nov 8 20:37:38 2016 +0100 Put mutex kind in SMOB flags * libguile/threads.c (struct scm_mutex, SCM_MUTEX_KIND, scm_make_mutex)

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

2016-11-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/43480315 Go forth and fix it. Regards, The Hydra build daemon.

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

2016-11-13 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/43480318 Go forth and fix it. Regards, The Hydra build daemon.