Re: Web page layout tweak?

2009-10-28 Thread Ludovic Courtès
Andy Wingo writes: > I would be OK with changing "Project GNU's Scripting Language" to "The > GNU Extension Language", +1 Ludo'.

Re: Benchmark tracking

2009-10-28 Thread Ludovic Courtès
Hello, 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/ Nice! > If anyone has suggestions on how to present this information better or > differently, I'd be h

Re: [Guile-commits] GNU Guile branch, master, updated. release_1-9-4-55-gb158c2c

2009-10-28 Thread Ludovic Courtès
Hello! "Michael Gran" writes: > commit 3a5bc4fadac5b1574f081e7ecd3a043cbd395794 > Author: Michael Gran > Date: Wed Oct 28 06:24:23 2009 -0700 > > Modify bytevectors/string conversions to allow wide strings > > The bytevector to string conversion functions were accomplished >

G-Wrap 1.9.13 released

2009-10-28 Thread Andreas Rottmann
Hi! I am pleased to announce the release of G-Wrap 1.9.13. The release is available from http://savannah.nongnu.org/download/g-wrap/ The sha1 checksums of the files are: f71d3324574f3213d53240b4d831c864b592db49 g-wrap-1.9.13.tar.gz 0f367a43c256821f7a5616ebd5d89839eebc1637 g-wrap-1.9

Test coverage of libguile

2009-10-28 Thread Ludovic Courtès
Hello Guilers! I set up Nix/Hydra to build code coverage reports for 1.9: http://hydra.nixos.org/job/nixpkgs/guile2test/guile_1_9_coverage/all The meat is here: http://hydra.nixos.org/build/106916/download/1/coverage/libguile/index-sort-l.html In short, we have a number of red boxes that

Re: G-Wrap 1.9.13 released

2009-10-28 Thread Andy Wingo
Hi Andreas, On Wed 28 Oct 2009 02:37, Andreas Rottmann writes: > I am pleased to announce the release of G-Wrap 1.9.13 Great! On a related, but unrelated note: I know you have some experience with Scheme FFIs. I don't, and Guile needs one. Do you have any pointers? Would you like to make a des

Re: Test coverage of libguile

2009-10-28 Thread Neil Jerram
l...@gnu.org (Ludovic Courtès) writes: > Hello Guilers! > > I set up Nix/Hydra to build code coverage reports for 1.9: > > http://hydra.nixos.org/job/nixpkgs/guile2test/guile_1_9_coverage/all > > The meat is here: > > > http://hydra.nixos.org/build/106916/download/1/coverage/libguile/index-so

Re: Test coverage of libguile

2009-10-28 Thread Andy Wingo
On Wed 28 Oct 2009 21:58, Neil Jerram writes: > l...@gnu.org (Ludovic Courtès) writes: > >> We really need a similar tool for Scheme code now. > > Indeed that would be good. Any idea how? The VM has hooks that can run at every VM operation. Simply tabulate the frame's procedure and the IP and y

Re: Web page layout tweak?

2009-10-28 Thread Neil Jerram
Andy Wingo writes: > 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! Thanks! It should

Re: Guile web page docs

2009-10-28 Thread Neil Jerram
(BTW, Gnulib has a new script to automate updates to www.gnu.org/software/PROJECT/manual.) >>> >>> Right; I assume you mean gendocs.sh. >> >> I was thinking about the ‘gnu-web-doc-update’ module. > > I'll take a look, thanks. [guile-user trimmed] This doesn't look so useful to me. It m

Re: Guile web page docs

2009-10-28 Thread Ludovic Courtès
Hi, Neil Jerram writes: > (BTW, Gnulib has a new script to automate updates to > www.gnu.org/software/PROJECT/manual.) Right; I assume you mean gendocs.sh. >>> >>> I was thinking about the ‘gnu-web-doc-update’ module. >> >> I'll take a look, thanks. > > [guile-user trimmed] > >

Re: G-Wrap 1.9.13 released

2009-10-28 Thread Andreas Rottmann
[CC'ing Marco, as this might very well be of interest to him] Andy Wingo writes: > On a related, but unrelated note: I know you have some experience with > Scheme FFIs. I don't, and Guile needs one. Do you have any pointers? > Would you like to make a design? > It just happens that Marco Maggi a