bug#22197: [PATCH] Add doc fix

2015-12-17 Thread Calvin Heim
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

* doc/ref/api-compound.texi: Fix grammar.
- ---
 doc/ref/api-compound.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/ref/api-compound.texi b/doc/ref/api-compound.texi
index 8ec32d6..47f5e8a 100644
- --- a/doc/ref/api-compound.texi
+++ b/doc/ref/api-compound.texi
@@ -3718,7 +3718,7 @@ the following examples.
 #f
 @end lisp
 -Better is to use the procedure @code{hashq-get-handle}, which makes a
+It is better to use the procedure @code{hashq-get-handle}, which makes a
 distinction between the two cases.  Just like @code{assq}, this
 procedure returns a key/value-pair on success, and @code{#f} if the
 key is not found.
- -- 
1.9.1

-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.22 (GNU/Linux)

iQIcBAEBAgAGBQJWcy1+AAoJEPFy53W67dRmib4P/iRA0v5tNKqv8UKwBwaeh5nv
2is04zWASy4lFW/k/2pT08hWL7HsxsK1mQTbGyM9gvS/8miGTqc8M7UQlWIjJk5P
VTbAxwBKuN4MGIEeXTOS3TRcK6CmgyBqkXqPjrH/HZF0gm/13Zh4d2/lUDSfZ6WD
k4E9uyPu+WfkSBlw4tA+xUs/qZWaBx4mMCfRCOoynZy5lDlAdmHfveYrXjBm4QnS
eajgYLjh2A81ISD5Vr+CGK+7FDs/pTz62TPDMLeexukJhOU8QCCjtij0AQu5lsFO
PaWc6dSvR0ZlGW1GunU7UrK1n1TgvoPGzWWK4QqqwFb7WVTsqs5rKZWqptiEeQOS
BvJOJLYvJks/LBQ5jxGxXgyG6QE5q8L1OQR1Cc4yAdpAol6R5OClxy3HtGcrs37a
HhFo462vWoBSkDrMJkuwJlix+UvqwoT4wR02Vu+KS2btrLiDjFi8GPC9oyTmD/GG
VjcK0nJP44rHqkRbE8lOSW22YWPWW2V3JD6rdjZNgPtzYTyAOZ98V+4aoTVeCJlb
xe7r64FliYEVgXyHhhDRWGjkHxazbfK/2uDRQaSWV5HT6t7PgqJ15Z7GEblnG1lO
7yTMQrc+DqZYeZBpBzqSv7eskqGZ/UAJmFJZHNLPk9nHPkNILZDv22JmGWUdNv/q
lV7I3fPl2JgCi57Dxeq9
=pIMi
-END PGP SIGNATURE-





bug#34457: GNU Guile: Error in docstring of proc reverse-list->string

2021-03-25 Thread Calvin Heim
Fixed by Rob Browning in commit 859cd4eb9bde1a67f1e85aa09b7a18b9d567c47c.





bug#31878: Module autoloading is not thread safe

2022-04-04 Thread Calvin Heim
Hi Ludo and Mark,

> However peg.test fails and it may be related

The patch fails when a module has one of its submodules in its uses list, and
the program starts loading the module before it starts loading the submodule.
In the test case, (ice-9 peg) uses (ice-9 peg codegen) and the test starts
loading (ice-9 peg) before starting to load (ice-9 peg codegen).

I haven't uncovered the cause of the failure though.

Sincerely,
Calvin Heim