bug#15370: weirdness w/ uniform-vector-read! compat

2013-09-13 Thread Thien-Thi Nguyen
Proc ‘uniform-vector-read!’ is deprecated (ugh), and its implementation rebased onto ‘(rnrs io ports) get-bytevector-n!’. Unfortunately, there seems to be a glitch in the arg shuffling. Here is /tmp/foo.scm: foo.scm Description: application/scheme and here is a series of invocations that demo

bug#15368: HTTP client is slow [2.0.9]

2013-09-13 Thread Ludovic Courtès
Mark H Weaver skribis: > l...@gnu.org (Ludovic Courtès) writes: > >> I just noticed that our HTTP client is very slow. Consider this: >> >> (use-modules (web client) >> (rnrs io ports) >> (rnrs bytevectors) >> (srfi srfi-11) >> (ice-9 format))

bug#15368: HTTP client is slow [2.0.9]

2013-09-13 Thread Mark H Weaver
Hi Ludovic, l...@gnu.org (Ludovic Courtès) writes: > I just noticed that our HTTP client is very slow. Consider this: > > (use-modules (web client) > (rnrs io ports) > (rnrs bytevectors) > (srfi srfi-11) > (ice-9 format)) > > (define %uri > "

bug#15368: HTTP client is slow [2.0.9]

2013-09-13 Thread Ludovic Courtès
I just noticed that our HTTP client is very slow. Consider this: --8<---cut here---start->8--- (use-modules (web client) (rnrs io ports) (rnrs bytevectors) (srfi srfi-11) (ice-9 format)) (define %uri "http:

bug#15227: Possible bug in (web server)

2013-09-13 Thread Ian Price
Shane Celis writes: > ;; GNU/Linux bug > ;; > ;; > ;; Info > ;; > ;; > ;; $ uname -a > ;; Linux debian 3.2.0-4-686-pae #1 SMP Debian 3.2.46-1 i686 GNU/Linux > ;; > ;; $ guile --version > ;; guile (GNU Guile) 2.0.9 [...] > ;; > ;; $ bash ./build-aux/config.guess > ;; i686-pc-lin

bug#15367: Web client is slow [2.0.9]

2013-09-13 Thread Ludovic Courtès
I just noticed that our web client