Re: Possible bug in the debugger

2009-10-27 Thread Andy Wingo
Hi Panagiotis, Thanks for trying the 1.9 series :) On Mon 26 Oct 2009 11:28, Panagiotis Koutsourakis writes: > scheme@(guile-user)> (debug) > This is the Guile debugger -- for help, type `help'. > There are 2 frames on the stack. > > Frame 1 at unknown source location > [foo 5] > debug>

Re: upcoming patches

2009-10-27 Thread Andy Wingo
Hey, On Sun 18 Oct 2009 12:38, Andy Wingo writes: > My todo list, for the record: > > 1) Finish case-lambda branch -- should be a day or two's work there > > This doesn't necessarily imply that all the new features > (case-lambda, lambda*, ...) are fully baked, but the VM, debugging,

Re: upcoming patches

2009-10-27 Thread Neil Jerram
Andy Wingo writes: > I hope to get this all in before the next release. We'll see! Wow, fantastic stuff! Thanks for working on all these things! Neil

Benchmark tracking

2009-10-27 Thread Neil Jerram
I've been running benchmarks for a while in my overnight builds, and have put up a web page to show the results from that: http://ossau.homelinux.net/~neil/ In summary, there's nothing to be concerned about (apart from a possible slight slowdown in the last week or so). The real point of this em

nil patches

2009-10-27 Thread Andy Wingo
Hi Mark, I've pushed the first two of the patches you attached in http://thread.gmane.org/gmane.lisp.guile.devel/8853. Thanks very much, this adds awesome to Guile! For the rest of us: the first patch is the boolean-hypercube thing, so that we can, in the future, efficiently check if a value is '

Re: Guile web page docs

2009-10-27 Thread Neil Jerram
Neil Jerram writes: > Cool, I'll sort out a 1.9/2.0 set of docs later. This is up now. Neil

Web page layout tweak?

2009-10-27 Thread Neil Jerram
It seems to me that we have too much whitespace around the top of our web pages, e.g. http://www.gnu.org/software/guile/docs/docs.html So I was just playing around a bit, and came up with this alternative layout: http://ossau.homelinux.net/~neil/web-pages/docs/docs.html What do you think, any g

elisp & guile

2009-10-27 Thread Andy Wingo
Hello Daniel! I have been most delighted, rolling around in your code. I merged it to master, and started to poke it. It somewhat works but there are some test suite errors, which no doubt I caused. I pushed my merge to wip-wingo-elisp-badness. I didn't push to master yet because I wanted the tes

Re: Web page layout tweak?

2009-10-27 Thread Ludovic Courtès
Hello, Neil Jerram writes: > http://ossau.homelinux.net/~neil/web-pages/docs/docs.html > > What do you think, any good? better, worse? I’m all for it! Thanks for working on this. Ludo’.

Re: Web page layout tweak?

2009-10-27 Thread Andy Wingo
On Wed 28 Oct 2009 00:14, l...@gnu.org (Ludovic Courtès) writes: > Hello, > > Neil Jerram writes: > >> http://ossau.homelinux.net/~neil/web-pages/docs/docs.html >> >> What do you think, any good? better, worse? > > I’m all for it! I am too! I would be OK with changing "Project GNU's Scripting L

Re: Benchmark tracking

2009-10-27 Thread Andy Wingo
On Tue 27 Oct 2009 22:34, Neil Jerram writes: > I've been running benchmarks for a while in my overnight builds, and > have put up a web page to show the results from that: > > http://ossau.homelinux.net/~neil/ Interesting! > In summary, there's nothing to be concerned about (apart from a possi