Re: Valgrind warnings with -1.8.6

2009-04-12 Thread Neil Jerram
l...@gnu.org (Ludovic Courtès) writes: > Hello, > > Neil Jerram writes: > >> That is fundamentally true; however, we have recently addressed some >> genuine Valgrind warnings in the 1.8.x development branch. > > These were Helgrind warnings, not Memcheck warnings, right? Yes, good point! N

wrapping `define-syntax'

2009-04-12 Thread Julian Graham
Hi Guilers, For the purpose of some experiments I've been doing with integrating R6RS libraries, I've been trying to figure out ways to wrap `define-syntax' so that I can do things like add bindings to a module's eval closure before evaluating a macro definition. As part of this mechanism, I need