bug#44371: Missing 'get-bytevector-some!' in Guile 2.2

2020-11-01 Thread Roel Janssen
ooked more carefully. Closing this bug report. Kind regards, Roel Janssen

bug#44371: Missing 'get-bytevector-some!' in Guile 2.2

2020-11-01 Thread Roel Janssen
variable `get- bytevector-some!' ERROR: In procedure module-lookup: Unbound variable: get-bytevector- some! Entering a new prompt. Type `,bt' for a backtrace or `,q' to continue. scheme@(guile-user) [1]> ,q scheme@(guile-user)> get-bytevector-some $1 = # -- Kind regards, Roel Janssen

bug#39997: High CPU load and no return value with 3.0.0

2020-03-11 Thread Roel Janssen
On Wed, 2020-03-11 at 15:05 +0100, Ludovic Courtès wrote: > Roel Janssen skribis: > > > On Wed, 2020-03-11 at 12:07 +0100, Ludovic Courtès wrote: > > [...] > > > > The Guix package has this patch: > > > > > > '(begin > > >

bug#39997: High CPU load and no return value with 3.0.0

2020-03-11 Thread Roel Janssen
On Wed, 2020-03-11 at 12:07 +0100, Ludovic Courtès wrote: > Hi, > > Roel Janssen skribis: > > > When I use the "md5" module from guile-lib (release 0.2.6.1) > > together > > with the following snippet in Guile 3.0.0, it never returns, while > &

bug#39997: High CPU load and no return value with 3.0.0

2020-03-09 Thread Roel Janssen
you point me in the right direction for finding the problem? This could be completely off-topic: I also noticed that the function "read-string!/partial" (used by the md5 module) no longer appears in the manual since the Guile 2.2. Is the usage of this function considered deprecated? Kind regards, Roel Janssen

bug#39130: Speed up C Foreign Function Interface

2020-02-18 Thread Roel Janssen
Dear Amirouche, The Github links don't seem to work (for me). Kind regards, Roel Janssen On Tue, 2020-01-14 at 12:15 +, Amirouche wrote: > I benchmarked Chez Scheme vs. Guile. Guile is 3 to 5 times slower > than Chez. I attribute that mostly to C Foreign Function Int

bug#27771: [PATCH] Add INSTALL file.

2017-07-20 Thread Roel Janssen
>From e1e560713ffa05bbb424fb1a9aafd111926d99a7 Mon Sep 17 00:00:00 2001 From: Roel Janssen <r...@gnu.org> Date: Thu, 20 Jul 2017 12:16:01 +0200 Subject: [PATCH] Add INSTALL file. * .gitignore: Remove INSTALL from ignored file list. * INSTALL: New file. --- .gitignore | 1 - INSTALL