Wide strings status

2009-04-20 Thread Mike Gran
Hi, OK. I've uploaded a "string-abstraction" branch so that you can see what I've been doing over the last couple of months. Currently, I do have a version of Guile that uses Unicode codepoints for characters. The C representation of chars was changed to scm_t_uint32 throughout the code. Strin

Re: buidl failure on master

2009-04-20 Thread Greg Troxel
Andy Wingo writes: > I think I've fixed this -- at least it works now on OSX 10.5. Can you > give it another roll? Builds fine and passes gmake check - thanks. >> (Plus, it probably won't work with crossbuilding, but even if that's >> fixed native builds still need to use the not-yet-installed

Re: syncase merged to master

2009-04-20 Thread Neil Jerram
Andy Wingo writes: > While it's true I have had a bit of time lately to poke at things, > you've been looking at R6RS syntactic integration, Ludovic has been on > the R6RS library problem (in addition to doing great work on the GC), > Neil does great work with the manual and on subtle bugs, Mike

Re: syncase merged to master

2009-04-20 Thread Neil Jerram
Andy Wingo writes: > Hi all, > > I went ahead and merged the syncase branch to master. So syntax-case / > syntax-rules macros in master will be hygienic with respect to modules > in addition to lexical bindings. Cool, thanks. I still need to go through your response to my comments, will do that

[ANN] Guile-R6RS-Libs 0.2 released

2009-04-20 Thread Ludovic Courtès
Hello, I am pleased to announce version 0.2 of Guile-R6RS-Libs for Guile 1.8 and later: http://www.fdn.fr/~lcourtes/software/guile/guile-r6rs-libs-0.2.tar.gz http://www.fdn.fr/~lcourtes/software/guile/guile-r6rs-libs-0.2.tar.gz.sig The SHA-1 sum is: 8849c71cf8f7025ecc7b511180ede22c6e12fdb

Re: syncase merged to master

2009-04-20 Thread Julian Graham
> While it's true I have had a bit of time lately to poke at things, > you've been looking at R6RS syntactic integration, Ludovic has been on > the R6RS library problem (in addition to doing great work on the GC), > Neil does great work with the manual and on subtle bugs, Mike will bring > us somet

Re: syncase merged to master

2009-04-20 Thread Andy Wingo
Hey Julian, On Mon 20 Apr 2009 22:56, Julian Graham writes: >> We're fixing all of these. Within the next couple months. We're doing >> great work, and we should be proud. #scheme can go to hell. > > Well, *you're* fixing most of them While it's true I have had a bit of time lately to poke at t

Re: syncase merged to master

2009-04-20 Thread Julian Graham
> We're fixing all of these. Within the next couple months. We're doing > great work, and we should be proud. #scheme can go to hell. Well, *you're* fixing most of them. (For which, by the way, I am obscenely grateful.) On a serious note, though, once the current HEAD makes it into a release, I

syncase merged to master

2009-04-20 Thread Andy Wingo
Hi all, I went ahead and merged the syncase branch to master. So syntax-case / syntax-rules macros in master will be hygienic with respect to modules in addition to lexical bindings. If I might rhapsodize a moment: it's fashionable in the Scheme world to criticize Guile. There are four major poin

Re: buidl failure on master

2009-04-20 Thread Andy Wingo
Heya Greg, On Mon 20 Apr 2009 15:52, Greg Troxel writes: > cat alist.doc arbiters.doc async.doc backtrace.doc boolean.doc chars.doc > continuations.doc debug.doc deprecation.doc deprecated.doc discouraged.doc > dynl.doc dynwind.doc eq.doc error.doc eval.doc evalext.doc extensions.doc > featur

Re: Git questions

2009-04-20 Thread Andy Wingo
On Mon 20 Apr 2009 16:52, Mike Gran writes: > I have a head (a "string-abstraction" branch) on my local clone of the > git repository that I'd like to upload to the one on gnu.org. How do I > do that? Assuming that you have the ssh:// git repo registered as "origin", then: git push origin st

Re: buidl failure on master

2009-04-20 Thread qGreg Troxel
Greg Troxel writes: > My autobuild (NetBSD/amd64) for master wedged due to some git lossage > (local changes interfering with git pull). I recovered that and it's > now failing: > > > cat alist.doc arbiters.doc async.doc backtrace.doc boolean.doc chars.doc > continuations.doc debug.doc depreca

Git questions

2009-04-20 Thread Mike Gran
Hi, I have a head (a "string-abstraction" branch) on my local clone of the git repository that I'd like to upload to the one on gnu.org. How do I do that? (I know this is a RTFM question, but, I just don't want to break anything.) Thanks, Mike Gran

buidl failure on master

2009-04-20 Thread Greg Troxel
My autobuild (NetBSD/amd64) for master wedged due to some git lossage (local changes interfering with git pull). I recovered that and it's now failing: cat alist.doc arbiters.doc async.doc backtrace.doc boolean.doc chars.doc continuations.doc debug.doc deprecation.doc deprecated.doc discourage