(xitomatl include) bug/fix

Bug #381841 reported by Abdulaziz Ghuloum
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Scheme Libraries
Fix Released
High
Derick Eddington

Bug Description

=== modified file 'include.sls'
--- include.sls 2009-05-07 10:19:39 +0000
+++ include.sls 2009-05-30 07:10:40 +0000
@@ -43,7 +43,7 @@
                              (if (eof-object? x)
                                (reverse a)
                                (loop (cons x a)))))))))])
- (datum->syntax #'ctxt `(begin . ,datums)))])))
+ (cons #'begin (datum->syntax #'ctxt ,datums)))])))

   (define-syntax include/resolve
     (lambda (stx)

Revision history for this message
Abdulaziz Ghuloum (aghuloum) wrote :

- (cons #'begin (datum->syntax #'ctxt ,datums)))])))
+ (cons #'begin (datum->syntax #'ctxt datums)))])))

:-)

Revision history for this message
Derick Eddington (derick-eddington) wrote :

Doh. Thanks! Fixed in revision 172. Also fixed the same bug in (srfi private include) in revision 80.

Changed in ikarus-libraries:
assignee: nobody → Derick Eddington (derick-eddington)
importance: Undecided → High
status: New → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.