Re: fencepost error in encoding processing

2009-11-16 Thread Ludovic Courtès
Hello, Good catch, thanks! As far as encoding names are concerned, Bruno Haible pointed me to http://www.iana.org/assignments/character-sets and I added a link to it in the manual a couple of days ago. Thanks, Ludo’.

Re: fencepost error in encoding processing

2009-11-16 Thread Ken Raeburn
On Nov 16, 2009, at 08:03, Ludovic Courtès wrote: As far as encoding names are concerned, Bruno Haible pointed me to http://www.iana.org/assignments/character-sets and I added a link to it in the manual a couple of days ago. Between your link and Mike's, it looks to me like we should add s

Re: compiling with -DSCM_DEBUG=1

2009-11-16 Thread Andy Wingo
On Mon 16 Nov 2009 07:08, Ken Raeburn writes: > On Nov 15, 2009, at 17:25, Neil Jerram wrote: >> Ken Raeburn writes: >> >>> Here's my revised patch. I've simplified the check, and it still >>> passes the tests (except the options tests that were just committed >>> with a log message indicating

Re: compiling with -DSCM_DEBUG=1

2009-11-16 Thread Ken Raeburn
On Nov 16, 2009, at 01:08, Ken Raeburn wrote: Andy's just changed a bunch of stuff affecting these files; I've remerged my changes, but I'm not sure if they're needed any more. I'll try to examine this further tomorrow. I had to run the test suite rather than just finish the build to repr

Re: compiling with -DSCM_DEBUG=1

2009-11-16 Thread Neil Jerram
Ken Raeburn writes: > On Nov 16, 2009, at 01:08, Ken Raeburn wrote: >> Andy's just changed a bunch of stuff affecting these files; I've >> remerged my changes, but I'm not sure if they're needed any more. >> I'll try to examine this further tomorrow. > > I had to run the test suite rather than ju

Re: r6rs libraries, round three

2009-11-16 Thread Julian Graham
> As I said earlier, I'm happy to provide full documentation for all of > this code if the consensus is that I'm on the right track. Any feeling either way on those patches? I'm happy to create a remote tracking branch if that'd make it easier for people to review.

Re: fencepost error in encoding processing

2009-11-16 Thread Ludovic Courtès
Hi Ken, Ken Raeburn writes: > On Nov 16, 2009, at 08:03, Ludovic Courtès wrote: >> As far as encoding names are concerned, Bruno Haible pointed me to >> http://www.iana.org/assignments/character-sets and I added a link to >> it >> in the manual a couple of days ago. > > Between your link and Mik

Re: fencepost error in encoding processing

2009-11-16 Thread Richard E. Harke
On Sunday 15 November 2009 11:32:52 pm Mike Gran wrote: > > From: Neil Jerram > > Yes, it looks good to me too.  My only comment is that it took me a > > while to see what you meant by 'fencepost'.  I'm not familiar with > > that expression, and thought it was something to do with building on > >

Re: racing srfi-18 threads

2009-11-16 Thread Neil Jerram
Neil Jerram writes: > Tristan Colgate writes: > >> A similar, though much simpler, test case exhibits the same problem. >> I'll raise a bug. report and >> include a log of the issue. > > Hi Tristan, > > Thanks for reporting this. FWIW I've checked that it still happens > (exactly as you've desc