bug#58517: Bug: Module for SXPath not Documented

2022-10-14 Thread Frederick M. Muriithi
The module that provides the interface to SXPath was not clearly documented in the manual. I have provided a patch that does that to help future readers. Muriithi Frederick Muriuki https://fredmanglis.me.ke PGP Key Fingerprint: F370 F409 854B 90E3 52F3  AB01 362B 0BB8 B81D 5A42From b77236cebea0

bug#58524: pointer->procedure doesn't support foreign function use varargs.

2022-10-14 Thread Zhu Zihao
In current implementation of pointer->procedure, it use ffi_prep_cif. So pointer->procedure just support foreign function with fixed amount of arguments. It's possible to support foreign function use varargs by using ffi_prep_cif_var. -- Retrieve my PGP public key: gpg --recv-keys B3EBC086AB

bug#58529: possible doc bug in guile manual

2022-10-14 Thread George Demmy
Hi, Reading through the gnu manual, I wanted to get a better handle on some of @ module syntax introduced in: https://www.gnu.org/software/guile/manual/html_node/Scripting-Examples.html I cut and pasted fact and choose into their own files. I used this version of choose:

bug#58529: possible doc bug in guile manual

2022-10-14 Thread George Demmy
Sorry about the fat finger automagic send from gmail... Reading through the gnu manual, I wanted to get a better handle on some of @ module syntax introduced in: https://www.gnu.org/software/guile/manual/html_node/Scripting-Examples.html I cut and pasted fact and choose into their own files. I us