warning: stack count incorrect!

2009-07-28 Thread Linas Vepstas
FYI, I've been running guile-1.9.0 for a while, and recently saw the error message warning: stack count incorrect! print out on stdout. I greped for it and found: libguile/stacks.c: scm_puts ("warning: stack count incorrect!\n", scm_current_error_port ()); I'm not sure what triggered

Re: Reporting unused local variables

2009-07-28 Thread Ludovic Courtès
Hello Guilers! Here's a third attempt. This time, it's done as a separate pass at the tree-il level *and* in a purely functional way. I owe a great debt to a famous Scheme hacker whose paper /Applications of fold to XML transformation/ was a invaluable source of inspiration [0]. Thanks! :-) I

Re: Merging libguile-i18n with libguile

2009-07-28 Thread Andy Wingo
On Sun 26 Jul 2009 15:12, l...@gnu.org (Ludovic Courtès) writes: > Hi, > > szgyg writes: > >> 5. Parameters in libguile_i18n...@libguile_i18n_major@_la_LDFLAGS is >> wrong (libguile/Makefile.am line 135). Please copy from other .so's >> LD_FLAGS, as the others build fine. > > I've seen this repor

Re: review/merge request: wip-array-refactor

2009-07-28 Thread Andy Wingo
Hi Neil, Thanks for the review. On Wed 22 Jul 2009 23:48, Neil Jerram writes: > I have two overall questions in mind. > > - What do you have in mind as regards releasing this? Even though it > looks good, I think it would be better to let it mature for a while, > and hence not to put it in

Re: warning: stack count incorrect!

2009-07-28 Thread Andy Wingo
Hi, On Tue 28 Jul 2009 21:54, Linas Vepstas writes: > I've been running guile-1.9.0 for a while You are out of date, then ;-) Planning to skip directly to 1.9.2, maybe? :) >, and recently saw the error message > > warning: stack count incorrect! > > print out on stdout. I greped for it an