Empty entries in $GUILE_LOAD_PATH

2012-05-08 Thread Ludovic Courtès
Hello! Try something like: $ GUILE_LOAD_PATH=/foo/bar: make check … and see the LALR tests fail with: ERROR: In procedure primitive-load-path: Unable to find file "home/ludo/src/guile/test-suite/lalr/common-test.scm" in load path (These tests use ‘load’.) Is that expected? What’s the me

Re: Psyntax security hole prevents secure sandboxing in Guile

2012-05-08 Thread Ludovic Courtès
Hi Mark, Mark H Weaver skribis: > l...@gnu.org (Ludovic Courtès) writes: >> Mark H Weaver skribis: >> >>> Every once in a while someone asks about secure sandboxing with Guile, >>> and generally the response is that it should be fairly easy, by creating >>> a module with carefully selected bind

Re: Who moderates the scheme-reports list?

2012-05-08 Thread Ludovic Courtès
Hi, Alex Shinn skribis: > As Mark says, the public scheme-repo...@scheme-reports.org > list is a mailman list open to anyone. OK, I stand corrected. Thanks, Ludo’.

syntax parse link

2012-05-08 Thread Stefan Israelsson Tampe
Hi, I would like to add a link to the syntax-parse repo from guile's home page. I was told to try get the rights to do this myself. If that doesn't work I will need help from any of the maintainers to make the linkage. NEWS: for syntax parse I have written a fresh module using syntax parse to do

stack closures for guile-log

2012-05-08 Thread Stefan Israelsson Tampe
hi all, I have now implemented stack closures that can be pushed out to the heap if we want to store a state. This is how it works. I have three stacks 1. a control stack that stores undo information scheme hooks aka dynamic-wind and stack references to the other stacks. 2. stack from which data