chicken-janitors
[Top][All Lists]
Advanced

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

Re: [Chicken-janitors] #1145: Issue with matchable and the module system


From: Chicken Trac
Subject: Re: [Chicken-janitors] #1145: Issue with matchable and the module system
Date: Fri, 20 Nov 2015 12:50:50 -0000

#1145: Issue with matchable and the module system
-----------------------+--------------------------------------
  Reporter:  mario     |      Owner:  sjamaan
      Type:  defect    |     Status:  assigned
  Priority:  major     |  Milestone:  4.11.0
 Component:  expander  |    Version:  4.9.x
Resolution:            |   Keywords:  matchable, module system
-----------------------+--------------------------------------

Comment (by sjamaan):

 Alex, I tried it under Chibi just now, and it seems to indicate the bug
 really is in matchable:

 {{{
 $ ./chibi-scheme
 > (import (chibi match))
 > (match 'some-form
     ((or ('x a) ('y b))
      'a-macro)
     (else #f))
 WARNING: reference to undefined variable: a
 WARNING: reference to undefined variable: b
 #f
 }}}

 So this seems exactly the same message that CHICKEN gives, except in
 CHICKEN, a module can't be resolved when you have undefined variables.

--
Ticket URL: <http://bugs.call-cc.org/ticket/1145#comment:10>
CHICKEN Scheme <http://www.call-cc.org/>
CHICKEN Scheme is a compiler for the Scheme programming language.

reply via email to

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