bug#26172: [PATCH] bug: statprof flat display writes summary lines to current-output-port instead of the provided port

2017-03-19 Thread Freja Nordsiek
port instead of #t. Freja Nordsiek From 17c74a4ce55685252fe7fea0cdbbc7d0a3347095 Mon Sep 17 00:00:00 2001 From: Freja Nordsiek <fnord...@gmail.com> Date: Sun, 19 Mar 2017 16:15:24 +0100 Subject: [PATCH] Fixed bug: statprof flat display wasn't writing summary lines to port * module/statpr

bug#24657: Autoconf macro GUILE_PROGS only looks for guile without version suffix even if given version - patch included

2017-03-14 Thread Freja Nordsiek
tmp"; then _tmp=$_tmp.; fi _tmp=$_tmp$v _guile_candidates="guile-$_tmp guile$_tmp $_guile_candidates" done echo $_guile_candidates On Thu, Feb 23, 2017 at 10:43 AM, Andy Wingo <wi...@pobox.com> wrote: > Hi Freja, > > Thanks for this bug report and the patch, and

bug#24657: Autoconf macro GUILE_PROGS only looks for guile without version suffix even if given version - patch included

2017-02-23 Thread Freja Nordsiek
Wingo <wi...@pobox.com> wrote: > Hi Freja, > > Thanks for this bug report and the patch, and sorry for the delay :) > > On Mon 10 Oct 2016 11:45, Freja Nordsiek <fnord...@gmail.com> writes: > >> While trying to build a package that uses guile with

bug#24816: Bug in (rnrs io ports) procedure open-string-output-port

2016-10-29 Thread Freja Nordsiek
; out-first)) (newline) (display (string-append "out-second: " out-second)) (newline which produces the following output in guile Follows R6RS: no out-first: hello out-second: hello when it should output Follows R6RS: yes out-first: hello out-second: instead. Freja Nordsiek

bug#24657: Autoconf macro GUILE_PROGS only looks for guile without version suffix even if given version - patch included

2016-10-10 Thread Freja Nordsiek
the string 'guile' and check the version of each one till one is successful. The latter one seems like it would take quite a bit of work to implement and test. Freja Nordsiek From 7e6d8d989e5778e2508f1ce6235a883764fadd31 Mon Sep 17 00:00:00 2001 From: Freja Nordsiek <fnord...@gmail.com> Date: M