bug#20907: [PATCH] Manual bug for scm_gc_protect_object

2016-06-24 Thread Andy Wingo
On Wed 02 Sep 2015 20:34, Mike Gran writes: > On Wednesday, September 2, 2015 11:06 AM, Mark H Weaver > wrote: > >>Would it help to replace all uses of the term "scan" with "mark", in >>connection with garbage collection? In the papers I've read on GC, >>"mark" is the word I usually see, and

bug#20919: missing from manual: with-input-from-port

2016-06-24 Thread Andy Wingo
On Sun 28 Jun 2015 15:59, "Wette, Matthew R (3441)" writes: > In the guile reference manual, > in API Reference, > in Input and Output, > in Ports?, > might be a nice place to provide documentation for > the procedure with-input-from-port. Done in master, thanks for the note. Andy

bug#20938: make-dynamic-state, with-dynamic-state & exceptions

2016-06-24 Thread Andy Wingo
On Tue 30 Jun 2015 15:50, Josep Portella Florit writes: > This code crashes Guile 2.0.11: > > (define x (make-dynamic-state)) > (with-dynamic-state x (lambda () (/ 1 0))) Related: http://thread.gmane.org/gmane.lisp.guile.devel/16953 How are you using dynamic states? Andy

bug#20945: One guile test failed

2016-06-24 Thread Andy Wingo
Thanks for the report. On Tue 30 Jun 2015 21:43, Christopher White writes: > For your information, make check produced one error, on OS X Yosemite. > > FAIL: numbers.test: string->number: valid complex number strings Does this still happen for you? If so, can you paste this at a REPL or in a f

bug#21013: Evaluation expression from C assumes that lambda is present

2016-06-24 Thread Andy Wingo
On Wed 08 Jul 2015 20:48, Stefan Israelsson Tampe writes: > When using the profiler in a pure module ,profile does not work > > The reason is that in > scmsigs.c, > > At an evaluation occurs from C e.g. > > static SCM > close_1 (SCM proc, SCM arg) > { > return scm_primitive_eval_x (scm_list_3

bug#21064: Typo in (guile.info.gz)Keyword Read Syntax: `keyword' read option

2016-06-24 Thread Andy Wingo
Fixed in git. Thanks! Andy On Wed 15 Jul 2015 13:27, "Glenn Michaels" writes: > The following patch fixes a typo in the guile texinfo docs, > see https://bugs.debian.org/765286 for more info. > > --- a/doc/ref/api-data.texi > +++ b/doc/ref/api-data.texi > @@ -5849,7 +5849,7 @@ of the form @cod

bug#19235: make-fresh-user-module procedure leaks memory

2016-06-24 Thread Ludovic Courtès
Mark H Weaver skribis: > Andy Wingo writes: > >> In many ways I think Ludovic was right in #15602 -- we should allow >> excursions to isolate changes to the module tree. Sometimes you want an >> excursion to never add a module to the tree. Sometimes you do, but >> maybe all in one go and with

bug#21076: dynamic-link often fails to load libraries

2016-06-24 Thread Andy Wingo
On Fri 17 Jul 2015 01:00, Andreas Rottmann writes: >> Alternatively, the (system foreign) module in guile could provide a >> simple low-level wrapper around lt_dlopen, and possibly implement >> the higher level functionality of `dynamic-link' (additional search >> paths, guessing extensions etc.)

bug#21093: Web server: response bodies systematically loaded in memory

2016-06-24 Thread Andy Wingo
On Mon 20 Jul 2015 00:10, l...@gnu.org (Ludovic Courtès) writes: > The ‘sanitize-response’ procedure systematically loads the whole > response body in memory, which causes obvious scalability issues (this > is in 2.0.11.) > > In particular, when a request handler returns a port-taking procedure as

bug#21147: readline history is stifled early so (readline-set! history-length nn) has no effect

2016-06-24 Thread Andy Wingo
thanks

bug#19540: repeated ./././ in compiled modules

2016-06-24 Thread Ludovic Courtès
Hello! Andy Wingo skribis: > On Thu 23 Jun 2016 15:06, l...@gnu.org (Ludovic Courtès) writes: > >> Andy Wingo skribis: >> >>> commit 9a951678713557b548415d32eae6d63d039bf652 >>> Author: Andy Wingo >>> Date: Thu Jun 23 10:03:10 2016 +0200 >>> >>> Fix relative file name canonicalization on

bug#21181: Possible bug in test-group

2016-06-24 Thread Andy Wingo
Mark, do you have any thoughts on this one? A On Mon 03 Aug 2015 06:29, Rob Browning writes: > Rob Browning writes: > >> To follow up, it does look like it might be broken, but you can ignore >> my suggested fix. > > I'm not that familiar with srfi-64, but it looks like the problem (if > it's

bug#21147: readline history is stifled early so (readline-set! history-length nn) has no effect

2016-06-24 Thread Andy Wingo
On Tue 28 Jul 2015 10:06, Daniel Llorens writes: > The default history-length is 200. When one imports (ice-9 readline), > history is stifled to this value, so it doesn't matter if you set > history-length to a larger value later on. I'm surprised that this has > gone unnoticed up to now, since 2

bug#20823: argv mangled by locale

2016-06-24 Thread Zefram
Andy Wingo wrote: >I also don't >know whether to supply an optional "encoding" argument, and use that >encoding to decode the command line arguments. That, or something that just retrieves octets, is necessary. Decoding via the selected loca

bug#21347: include-from-path and relative paths in load-path

2016-06-24 Thread Andy Wingo
On Tue 25 Aug 2015 21:42, taylanbayi...@gmail.com (Taylan Ulrich "Bayırlı/Kammer") writes: > When there are relative paths in the load-path, `include-from-path' > seems to always interpret them relative to the directory of the file in > which the `include-from-path' is called, instead of relative

bug#19540: repeated ./././ in compiled modules

2016-06-24 Thread Andy Wingo
Hi :) On Fri 24 Jun 2016 10:28, l...@gnu.org (Ludovic Courtès) writes: > Hello! > > Andy Wingo skribis: > >> On Thu 23 Jun 2016 15:06, l...@gnu.org (Ludovic Courtès) writes: >> >>> ‘canonicalize_file_name’ is costly: roughly one syscall per file name >>> component. >>> >>> IIUC, ‘canonicalize_fi

bug#21093: Web server: response bodies systematically loaded in memory

2016-06-24 Thread Ludovic Courtès
Andy Wingo skribis: > On Mon 20 Jul 2015 00:10, l...@gnu.org (Ludovic Courtès) writes: > >> The ‘sanitize-response’ procedure systematically loads the whole >> response body in memory, which causes obvious scalability issues (this >> is in 2.0.11.) >> >> In particular, when a request handler retu

bug#21424: Bug#685919: guile-1.6: SIGALRM signal handler does not get called when guile blocks on I/O

2016-06-24 Thread Andy Wingo
It does seem clear that we have a bug here; evidently signals do not wake up the reader, neither with readline nor without. Andy On Sun 06 Sep 2015 19:18, Rob Browning writes: > [If possible, please preserve the -forwarded address in any replies.] > > Reference: https://bugs.debian.org/cgi-bin/

bug#19540: repeated ./././ in compiled modules

2016-06-24 Thread Ludovic Courtès
Andy Wingo skribis: > On Fri 24 Jun 2016 10:28, l...@gnu.org (Ludovic Courtès) writes: > >> Hello! >> >> Andy Wingo skribis: >> >>> On Thu 23 Jun 2016 15:06, l...@gnu.org (Ludovic Courtès) writes: >>> ‘canonicalize_file_name’ is costly: roughly one syscall per file name component.

bug#14361: Building guile 2.0.9 under mingw + msys

2016-06-24 Thread Eli Zaretskii
> From: Andy Wingo > Cc: 14...@debbugs.gnu.org, l...@gnu.org > Date: Tue, 21 Jun 2016 22:52:37 +0200 > > On Tue 21 Jun 2016 17:42, Eli Zaretskii writes: > > >> From: Andy Wingo > >> Cc: 14...@debbugs.gnu.org, l...@gnu.org > >> Date: Tue, 21 Jun 2016 17:06:05 +0200 > >> > >> Let's give it a

bug#21514: Guile 2.2: Sluggish elf calls, esp around arity / promises / statprof

2016-06-24 Thread Andy Wingo
I'm happy with this fix! However I think I would like to see if I can just speed up thunk? and other arity accessors. Do you have a test case that you can use to show the speed problem? Andy On Sat 14 Nov 2015 03:54, Christopher Allan Webber writes: > Here's a fix to this bug. Tests pass, a

bug#21514: Guile 2.2: Sluggish elf calls, esp around arity / promises / statprof

2016-06-24 Thread Andy Wingo
On Fri 18 Sep 2015 17:19, Christopher Allan Webber writes: > I was testing a program of mine under Guile 2.2, and was surprised to > find things slower than in Guile 2.0, surprising given all the various > optimizations I've heard about! However, I think I've found good clues > as to what's goi

bug#21587: Mac: Segfault when unloading shared object linked to libguile

2016-06-24 Thread Andy Wingo
On Tue 29 Sep 2015 20:21, Wilhelm Schuster writes: > The basic run down: When I try to unload (using dlclose() ) a shared > object that is linked to libguile after calling scm_init_guile() OR > scm_with_guile(), a Segfault is triggered. Hu! Well, so this is quite tricky. Loading Gu

bug#21613: Include messes up when compiling file in load path

2016-06-24 Thread Andy Wingo
On Sun 04 Oct 2015 16:36, taylanbayi...@gmail.com (Taylan Ulrich "Bayırlı/Kammer") writes: > $ mkdir test > $ echo '(include "test2.scm")' > test/test1.scm > $ echo '(display "foo\n")' > test/test2.scm > $ pwd > /home/taylan > $ export GUILE_LOAD_PATH=/home/taylan/test > $ unset GUILE_LOAD_COMPIL

bug#21698: accessing multiple flagged values with (ice-9 getopt-long)

2016-06-24 Thread Andy Wingo
Hi Matt, Thanks for the patch. My instinct however is to point you towards SRFI-37, which in addition to supporting multiple argument values can also be used to fold over the precise argument order. I just don't know that we should be expanding (ice-9 getopt-long); it has its use case and if you

bug#20938: make-dynamic-state, with-dynamic-state & exceptions

2016-06-24 Thread Josep Portella Florit
El 24/06/16 a les 09:11, Andy Wingo ha escrit: > On Tue 30 Jun 2015 15:50, Josep Portella Florit writes: > >> This code crashes Guile 2.0.11: >> >> (define x (make-dynamic-state)) >> (with-dynamic-state x (lambda () (/ 1 0))) > > Related: http://thread.gmane.org/gmane.lisp.guile.devel/16953 > >

bug#21772: 'stexi->shtml' produces invalid SXML for @itemize

2016-06-24 Thread Andy Wingo
Fixed in master. Cheers, Andy On Sat 19 Mar 2016 14:40, l...@gnu.org (Ludovic Courtès) writes: > l...@gnu.org (Ludovic Courtès) skribis: > >> As of 2.0.11, we get this: >> >> scheme@(guile-user)> ,use(texinfo html) >> scheme@(guile-user)> ,use(texinfo) >> scheme@(guile-user)> (stexi->shtml (tex

bug#21698: accessing multiple flagged values with (ice-9 getopt-long)

2016-06-24 Thread Matt Wette
Thanks for the pointer. I can work with SRFI-37. I am OK w/ rejection of the patch. — Matt > On Jun 24, 2016, at 7:53 AM, Andy Wingo wrote: > > Hi Matt, > > Thanks for the patch. My instinct however is to point you towards > SRFI-37, which in addition to supporting multiple argument values

bug#21801: (@ (ice-9 boot-9) x) kills guile 2.0

2016-06-24 Thread Andy Wingo
On Sat 31 Oct 2015 17:57, Rob Browning writes: > $ guile > GNU Guile 2.0.11 > Copyright (C) 1995-2014 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 con

bug#21698: accessing multiple flagged values with (ice-9 getopt-long)

2016-06-24 Thread Ludovic Courtès
Hello, Andy Wingo skribis: > Thanks for the patch. My instinct however is to point you towards > SRFI-37, which in addition to supporting multiple argument values can > also be used to fold over the precise argument order. I just don't know > that we should be expanding (ice-9 getopt-long); it

bug#21855: eq?

2016-06-24 Thread Andy Wingo
On Sun 08 Nov 2015 11:23, writes: > On Sat, Nov 07, 2015 at 01:58:48PM +0100, Atticus wrote: >> So I wanted to try out gnu guix and thus make myself more familiar with >> guile first. While running some tests I encountered a problem/bug with eq?: >> >> $ guile -v >> guile (GNU Guile) 2.1.1 >> >

bug#21863: gcc 5 (5.2.1) breaks guile 1.8.7

2016-06-24 Thread Andy Wingo
On Sun 08 Nov 2015 18:16, Sergey writes: > I attempt to build GNU Mailutis (current git) by gcc > 5.2.1 but it is failed with > > === > cat mu_address.doc mu_body.doc mu_debug.doc mu_mailbox.doc mu_message.doc > mu_mime.doc mu_logger.doc mu_port.doc mu_scm.doc mu_util.doc | \ > /usr/bi

bug#21872: [PATCH] guile fails to build on illumos

2016-06-24 Thread Andy Wingo
Fixed in git; thanks :) Andy On Tue 10 Nov 2015 17:16, Andy Stormont writes: > The patch below allows Guile to build on illumos, which does not have full > support for the GNU locale extensions. For more information on what’s > missing see here: https://www.illumos.org/issues/5346 > > diff -

bug#21891: Guile 2.1.1: 5 Test failures on OpenBSD/amd64 5.8

2016-06-24 Thread Andy Wingo
On Thu 12 Nov 2015 18:10, "Alexander Shendi" writes: > I have built guile-2.1.1 on OpenBSD/amd64 5.8. I did the following: >   > The build itself went smoothly and the system seems to work, but the > generated "check-guile.log" shows > 5 errors. I do not have enough guile-foo to deceide if the f

bug#21887: 'monitor' form broken

2016-06-24 Thread Andy Wingo
Hi Taylan, On Thu 12 Nov 2015 16:29, taylanbayi...@gmail.com (Taylan Ulrich "Bayırlı/Kammer") writes: > It seems that the 'monitor' form is currently a no-op. The form > > (par-for-each (lambda (x) > (monitor > (foo))) > xs) > > sh

bug#21899: let/ec continuations not distinct under compiler

2016-06-24 Thread Andy Wingo
On Fri 13 Nov 2015 08:57, Zefram writes: > With guile 2.0.11: > > scheme@(guile-user)> (use-modules (ice-9 control)) > scheme@(guile-user)> (list 'a (let/ec ae (list 'b (let/ec be (be 2) > $1 = (a (b 2)) > scheme@(guile-user)> (list 'a (let/ec ae (list 'b (let/ec be (ae 2) > $2 = (a (b 2)

bug#21897: escape continuation passes barrier

2016-06-24 Thread Andy Wingo
On Fri 13 Nov 2015 04:31, Zefram writes: > scheme@(guile-user)> (use-modules (ice-9 control)) > scheme@(guile-user)> (call/ec (lambda (c) (with-continuation-barrier (lambda > () (c "through continuation"))) "c-w-b returned")) > $1 = "through continuation" > > The continuation barrier works fine

bug#21894: escape continuation doc wrong about reinvokability

2016-06-24 Thread Andy Wingo
On Fri 13 Nov 2015 00:27, Zefram writes: > # Escape continuations are delimited continuations whose > # only use is to make a non-local exit--i.e., to escape from the current > # continuation. Such continuations are invoked only once, and for this > # reason they are sometimes c

bug#21899: let/ec continuations not distinct under compiler

2016-06-24 Thread Andy Wingo
On Fri 24 Jun 2016 18:29, Andy Wingo writes: > On Fri 13 Nov 2015 08:57, Zefram writes: > >> With guile 2.0.11: >> >> scheme@(guile-user)> (use-modules (ice-9 control)) >> scheme@(guile-user)> (list 'a (let/ec ae (list 'b (let/ec be (be 2) >> $1 = (a (b 2)) >> scheme@(guile-user)> (list 'a (

bug#21899: let/ec continuations not distinct under compiler

2016-06-24 Thread Zefram
Andy Wingo wrote: > ,opt (let* ((x (list 'a)) > (y (list 'a))) > (list x y)) > ;; -> > (let* ((x (list 'a)) (y x)) (list x y)) Wow, that's a scary level of wrongitude. It's specific to let* (or equivalent nested let forms), but really easy to trigger within that: scheme@(

bug#21899: let/ec continuations not distinct under compiler

2016-06-24 Thread Zefram
One more variant: scheme@(guile-user)> (let ((x (list 'a))) (eq? x (list 'a))) $1 = #t scheme@(guile-user)> ,opt (let ((x (list 'a))) (eq? x (list 'a))) $2 = (let ((x (list 'a))) (eq? x x)) -zefram

bug#21899: let/ec continuations not distinct under compiler

2016-06-24 Thread Andy Wingo
On Fri 24 Jun 2016 19:00, Zefram writes: > Andy Wingo wrote: >> ,opt (let* ((x (list 'a)) >> (y (list 'a))) >> (list x y)) >> ;; -> >> (let* ((x (list 'a)) (y x)) (list x y)) > > Wow, that's a scary level of wrongitude. Indeed :/ Fixed in git with this patch: >From ea35

bug#21698: accessing multiple flagged values with (ice-9 getopt-long)

2016-06-24 Thread Andy Wingo
On Fri 24 Jun 2016 17:30, l...@gnu.org (Ludovic Courtès) writes: > Andy Wingo skribis: > >> Thanks for the patch. My instinct however is to point you towards >> SRFI-37, which in addition to supporting multiple argument values can >> also be used to fold over the precise argument order. I just

bug#21902: doc incorrectly describes Julian Date

2016-06-24 Thread Andy Wingo
Greets, Time is not my area of expertise :) Cc'ing guile-devel to see if someone can review the ideas. Would you like to propose a specific patch to the documentation? The file is in doc/ref/srfi-modules.texi. Regards, Andy On Fri 13 Nov 2015 13:58, Zefram writes: > The manual says, in the

bug#22141: guile-2.1.1 fails with error 134 in ice-9/psyntax-pp.go on cygwin x86_64

2016-06-24 Thread Andy Wingo
On Fri 11 Dec 2015 17:50, "Arnaud Gardelein" writes: > Platform: cygwin / x86_64 > Attached config.log > > Error message: > BOOTSTRAP GUILEC ice-9/psyntax-pp.go > Uncaught exception: > Throw to key system-error with args ("load-thunk-from-memory" "~A" > ("Invalid argument") (22))Threads explici

bug#21902: doc incorrectly describes Julian Date

2016-06-24 Thread Zefram
Andy Wingo wrote: >Would you like to propose a specific patch to the documentation? Sure. Patch attached. -zefram --- a/doc/ref/srfi-modules.texi 2014-03-20 20:21:21.0 + +++ b/doc/ref/srfi-modules.texi 2016-06-24 18:57:59.088243245 +0100 @@ -2461,8 +2461,8 @@ @cindex UTC @cindex TA

bug#21698: accessing multiple flagged values with (ice-9 getopt-long)

2016-06-24 Thread Matt Wette
> On Jun 24, 2016, at 8:30 AM, Ludovic Courtès wrote: > > Hello, > > Andy Wingo skribis: > >> Thanks for the patch. My instinct however is to point you towards >> SRFI-37, which in addition to supporting multiple argument values can >> also be used to fold over the precise argument order. I