chicken-janitors
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Chicken-janitors] #852: csi segfaults when playing with modules and mac


From: Chicken Trac
Subject: [Chicken-janitors] #852: csi segfaults when playing with modules and macros
Date: Fri, 18 May 2012 07:32:00 -0000

#852: csi segfaults when playing with modules and macros
---------------------+------------------------------------------------------
 Reporter:  megane   |       Owner:       
     Type:  defect   |      Status:  new  
 Priority:  minor    |   Milestone:  4.8.0
Component:  unknown  |     Version:  4.7.x
 Keywords:           |  
---------------------+------------------------------------------------------
 Crashes with master (Version 4.7.5 (rev 5fe91ae)) when run with the
 interpreter.

 If run compiled it just raises the expected error:
 "Error: unbound variable: define25"

 ------

 (module foo
  (bar)
  (import chicken scheme)

  (define-syntax bar
    (ir-macro-transformer
     (lambda (e i c)
       `(list define)))))

 (module a
  *
  (import chicken scheme)
  (import foo)

  (bar))

-- 
Ticket URL: <http://bugs.call-cc.org/ticket/852>
Chicken Scheme <http://www.call-with-current-continuation.org/>
Chicken Scheme is a compiler for the Scheme programming language.

reply via email to

[Prev in Thread] Current Thread [Next in Thread]