On 06/14/2010 02:25 PM, Thien-Thi Nguyen wrote:
> BTW, gnulib folks: Here is a suitable ChangeLog entry:
>
> 2010-06-14 Thien-Thi Nguyen(tiny change)
>
> git-version-gen: Init shell var to avoid env var influence.
> * build-aux/git-version-gen (v): Init shell var to empty.
Sin
>> Hey, now would be a great time for a critique of my Lua project if you
>> are willing, so I can incorporate any criticisms or ideas you may have
>> before the GSOC midterm date. I'm closing in on finishing the base
>> language and I hope to complete it this week if time permits.
>
> Great news.
() Eric Blake
() Mon, 14 Jun 2010 14:37:07 -0600
Since gnulib still maintains ChangeLog in the repository (you _are_
using the git-merge-changelog program, right?), it is appropriate to
include ChangeLog edits as part of your git commit.
OK, thanks for the reminder (yes, i use git-merge
Heya Neil,
On Fri 11 Jun 2010 21:48, Neil Jerram writes:
> Neil Jerram writes:
>
>> +(close-port (current-input-port))
>> +(let loop ()
>> + (display "closed\n" (current-error-port))
>> + (force-output (current-error-port)))
>
> Oops, missing a `(loop)' at the end there. I'll see if the tes
Hi Julian,
On Sat 12 Jun 2010 21:32, Julian Graham writes:
> As promised, I've got an initial draft of the standard libraries
> documentation done.
Very cool!
> Although I tried to avoid reproducing the content
> of `r6rs-lib', it's still a bit more verbose, I think, than what we
> discussed
On Sun 13 Jun 2010 16:26, Noah Lavine writes:
> How does one add new C files to libguile?
Look for e.g. all the lines that start with "alist." in the Makefile.am,
and copy them to your new file. If you don't use SCM_DEFINE et al, you
might not need to copy the .doc or .x lines.
Cheers,
Andy
--
On Mon 14 Jun 2010 18:29, l...@gnu.org (Ludovic Courtès) writes:
>> So, to that end, then, here's a preliminary plan of action:
>>
>> * Deprecate all of the old repl code, keeping compatibility shims for
>> the useful interfaces perhaps, but trying to move the REPL
>> implementation enti
Hello!
On Sun 13 Jun 2010 23:03, No Itisnt writes:
> Hey, now would be a great time for a critique of my Lua project if you
> are willing, so I can incorporate any criticisms or ideas you may have
> before the GSOC midterm date. I'm closing in on finishing the base
> language and I hope to compl
Progress report from the "energetic (ha!) curmudgeon"
I have
- upgraded my computer from Etch to Lenny;
- installed the requisite support packages, except for libtool (libltdl)
and libunistring, which are installed under prefix /home/ttn/local;
- done a "git pull" earlier today;
- successful
Hello!
Andy Wingo writes:
> * Neil's debugger code doesn't work any more but is prettier than
> mine, and did stepping which mine doesn't yet
>
> * Neil's debugger (and Guile pre-1.9, generally) worked on the
> expression level rather than the function call level, so it could
> g
Hi,
Taylor Venable writes:
> During the configure process, the script produces errors in the shell:
>
> ./configure: line 20215: test: -lt: unary operator expected
> ./configure: line 20216: test: -eq: unary operator expected
> ./configure: line 20252: test: -lt: unary operator expected
> ./conf
11 matches
Mail list logo