bug-kawa
[Top][All Lists]
Advanced

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

[Bug-kawa] [bug #47862] define-syntax does not accept formals when insid


From: Per Bothner
Subject: [Bug-kawa] [bug #47862] define-syntax does not accept formals when inside a define-library
Date: Fri, 06 May 2016 05:48:37 +0000
User-agent: Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:46.0) Gecko/20100101 Firefox/46.0

Update of bug #47862 (project kawa):

                  Status:                    None => Fixed                  

    _______________________________________________________

Follow-up Comment #2:

hanks - I checked in a fix for this.

Note that define-syntax with a format parameter is not allowed by R7RS.
Ideally, (import (scheme base)) should import a version that doesn't allow the
formal parameter, while (import (kawa base)) should import a version that
does.  Which means they would conflict (unless import has some special support
when one definition is a super-set of another).

In any case, I'm not going to bother with two different definitions of
define-syntax, at least not for now.

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?47862>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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