Re: [PATCH] Add a `read' method for ports

2008-07-15 Thread Neil Jerram
2008/6/24 Ludovic Courtès <[EMAIL PROTECTED]>: > Hi Neil, > > Sorry for the delay, I was off-line last week. No problem! > "Neil Jerram" <[EMAIL PROTECTED]> writes: > >> Agreed. Yesterday I was worried about possible confusion from >> bypassing a port's read buffer at a time when the read buffer

Re: Bug#481378: Guile-1.8 FTBFS on mips (and other architectures)

2008-07-15 Thread Ludovic Courtès
Hi, "Neil Jerram" <[EMAIL PROTECTED]> writes: > Another possibility (which came from talking to Stepan Kasal) is that > the code is failing because aux is being inlined. To avoid this, we > can use instead the find_stack_direction code from Autoconf and > Gnulib, in which find_stack_direction ca

Re: [PATCH] Add a `read' method for ports

2008-07-15 Thread Neil Jerram
2008/7/15 Ludovic Courtès <[EMAIL PROTECTED]>: > Hi Neil, > > [EMAIL PROTECTED] (Ludovic Courtès) writes: > >> Other than that, I'm OK with your patch. > > Can you update your patch? (Note how I subtly moved the burden from me > to you. :-)) Yes, planned for this evening! Neil

Re: [PATCH] Add a `read' method for ports

2008-07-15 Thread Ludovic Courtès
Hi Neil, [EMAIL PROTECTED] (Ludovic Courtès) writes: > Other than that, I'm OK with your patch. Can you update your patch? (Note how I subtly moved the burden from me to you. :-)) Thanks, Ludo'.

Re: "Pace is nothing without guile"

2008-07-15 Thread Ludovic Courtès
Hi, "Neil Jerram" <[EMAIL PROTECTED]> writes: > So this email is about systematic performance data. I was wondering > what benchmarks we could run to get good coverage of all Guile's > function, and suddenly thought "of course, the test suite!" Like Greg, I'm a bit suspicious about using the te

Re: git and changelogs

2008-07-15 Thread Ludovic Courtès
Hi, "Neil Jerram" <[EMAIL PROTECTED]> writes: > 2008/5/22 Thien-Thi Nguyen <[EMAIL PROTECTED]>: >> >> There was discussion on Git + ChangeLog on the gnulib list about half a >> year back. I can't recall the outcome, but do remember one side effect >> was that someone wrote a merge program specif

Re: git and changelogs

2008-07-15 Thread Neil Jerram
2008/7/15 Ludovic Courtès <[EMAIL PROTECTED]>: > Hello! > > "Neil Jerram" <[EMAIL PROTECTED]> writes: >> >> Attached is my attempt (thus far) at such a program. Comments >> welcome, of course. > > IIUC, the idea is to fill in `ChangeLog' files as usual and then let > this program extract entries f

Re: git and changelogs

2008-07-15 Thread Ludovic Courtès
Hello! "Neil Jerram" <[EMAIL PROTECTED]> writes: > 2008/5/22 Thien-Thi Nguyen <[EMAIL PROTECTED]>: >> >> There was discussion on Git + ChangeLog on the gnulib list about half a >> year back. I can't recall the outcome, but do remember one side effect >> was that someone wrote a merge program spe

Re: [PATCH] Single stepping through code from Emacs

2008-07-15 Thread Ludovic Courtès
Hi, "Neil Jerram" <[EMAIL PROTECTED]> writes: > Here is a minor enhancement to Guile's Emacs support. I'll commit in > a few days; let me know if you have any comments before that. Looks very nice! Thanks, Ludo'.