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

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

Re: Git questions

2009-04-20 Thread Andy Wingo
On Mon 20 Apr 2009 16:52, Mike Gran spk...@yahoo.com 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

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

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

Re: syncase merged to master

2009-04-20 Thread Andy Wingo
Hey Julian, On Mon 20 Apr 2009 22:56, Julian Graham jool...@gmail.com 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

[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:

Re: buidl failure on master

2009-04-20 Thread Greg Troxel
Andy Wingo wi...@pobox.com 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

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.