Re: Ideas for a Guile tutorial to go with the new site

2015-10-30 Thread Christopher Allan Webber
Luis Felipe López Acevedo writes: > On 2015-10-20 17:45, BCG wrote: >> On 10/19/2015 12:29 PM, Christopher Allan Webber wrote: >>> Amirouche Boubekki writes: >>> To the contrary I think it's not a good idea to start upfront the tutorial with which editor should be used is a good way to

Re: Failure in test-suite/standalone/test-ffi test

2015-10-30 Thread Eli Zaretskii
> From: l...@gnu.org (Ludovic Courtès) > Cc: guile-devel > Date: Fri, 30 Oct 2015 15:59:00 +0100 > > > In unknown file: > > ?: 3 [primitive-load > > "d:/gnu/guile-2.0.11/test-suite/standalone/test-ffi"] > > In ice-9/eval.scm: > > 453: 2 [eval # ()] > > 387: 1 [eval # ()

Re: Link failure on systems lacking mkstemp

2015-10-30 Thread Eli Zaretskii
> From: l...@gnu.org (Ludovic Courtès) > Cc: guile-devel > Date: Fri, 30 Oct 2015 15:53:27 +0100 > > Eli Zaretskii skribis: > > > Guile 2.0.11 has mkstemp.c in lib/, from Gnulib, and it also has its > > own private version in libguile/. This causes link failures on > > systems, such as MinGW,

Re: [PATCH] Add SRFI-25 implementation

2015-10-30 Thread Ludovic Courtès
Andreas Rottmann skribis: > Adds an implementation of SRFI 25 on top of Guile's native arrays. The > implementation does not introduce a disjoint type; Guile arrays and > SRFI-25 arrays can be used interchangably, though with different, partly > conflicting APIs. > > * NEWS: Add preliminary, inco

Re: [patch] Location header is a URI-reference

2015-10-30 Thread Ludovic Courtès
Ping! l...@gnu.org (Ludovic Courtès) skribis: > Andy Wingo skribis: > >> Following RFC 7231, the HTTP Location: header is a URI-reference, not a >> URI. This patch updates Guile's web modules appropriately, fixes a case >> in which URI fragments were parsed incorrectly, and makes public >> inte

Re: Failure in test-suite/standalone/test-ffi test

2015-10-30 Thread Ludovic Courtès
Eli Zaretskii skribis: > This test fails on MS-Windows in the MinGW build as follows: > > Backtrace: > In ice-9/boot-9.scm: > 157: 11 [catch #t # ...] > In unknown file: > ?: 10 [apply-smob/1 #] > In ice-9/boot-9.scm: >63: 9 [call-with-prompt prompt0 ...] >

Re: Link failure on systems lacking mkstemp

2015-10-30 Thread Ludovic Courtès
Hello, Eli, Eli Zaretskii skribis: > Guile 2.0.11 has mkstemp.c in lib/, from Gnulib, and it also has its > own private version in libguile/. This causes link failures on > systems, such as MinGW, that lack mkstemp in their system libraries: > >CCLD libguile-2.0.la > ../lib/.li