[bug #20941] Modules interact badly with macros

2009-07-20 Thread Ludovic Courtès
Update of bug #20941 (project guile): Open/Closed:Open = Closed ___ Follow-up Comment #3: The good news is that this is already addressed by the 1.9 development series. However, it's

[bug #20941] Modules interact badly with macros

2007-10-31 Thread Ludovic Courtès
Follow-up Comment #2, bug #20941 (project guile): The thing is, for engineering reasons, there are procedures used by macros that you may not want to export. Or the macros you export may be using procedures from other modules that you do not want to re-export. Overall, you don't want to

[bug #20941] Modules interact badly with macros

2007-10-30 Thread Neil Jerram
Update of bug #20941 (project guile): Status:None = Invalid ___ Follow-up Comment #1: Is this causing real trouble for you? From the practical point of view, isn't it straightforward

[bug #20941] Modules interact badly with macros

2007-08-31 Thread Andreas Rottmann
URL: http://savannah.gnu.org/bugs/?20941 Summary: Modules interact badly with macros Project: Guile Submitted by: rottmann Submitted on: Friday 08/31/2007 at 14:41 Category: None Severity: 3 - Normal

Re: bug in modules?

2000-08-06 Thread Marius Vollmer
[ Please post bug reports to [EMAIL PROTECTED]. ] Ivan Toshkov [EMAIL PROTECTED] writes: Here is the test module, with missing closing paren: --- (define-module (test)) (define (some-buggy-proc a) a --- $ guile guile (version) "1.4" guile (use-modules