bug#40314: `guild doc-snarf -l c mycfile.c` does not extract docs

2020-03-29 Thread Alexandros Theodotou
Hi, Running the command `guild doc-snarf -l c mycfile.c` does not extract docs. I have tried with this file https://git.zrythm.org/cgit/zrythm/tree/src/guile/audio/position.c?id=fd9881f34096f616a876d257bc74233c1f14218d as well as with libguile/alist.c from the guile distribution and I get

bug#40294: Documentation for arity procedures doesn't match behavior

2020-03-29 Thread John Cowan
Interaction showing the problem $ guile GNU Guile 2.2.6 Copyright (C) 1995-2019 Free Software Foundation, Inc. Guile comes with ABSOLUTELY NO WARRANTY; for details type `,show w'. This program is free software, and you are welcome to redistribute it under certain conditions; type `,show c'

bug#39610: R6RS `flush-output-port` not playing along with `transcoded-port`

2020-03-29 Thread Andreas Rottmann
Ludovic Courtès writes: > Hi, > > Andreas Rottmann skribis: > >>> Andreas Rottmann skribis: >>> Andreas Rottmann writes: > [...] I isolated the cause; the following snippet hangs on Guile 2.2 > and 3.0, while it worked as expected on 2.0: > > [...] > > It

bug#21897: verified in 3.0.2

2020-03-29 Thread Matt Wette
This still exists in 3.0.2 scheme@(guile-user)> ,use (ice-9 control) scheme@(guile-user)> (call/ec (lambda (c) (with-continuation-barrier (lambda () (c "through continuation"))) "c-w-b returned")) $1 = "through continuation" scheme@(guile-user)> (version) $2 = "3.0.2"