bug-kawa
[Top][All Lists]
Advanced

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

[Bug-kawa] [bugs #10807] Weirdness with define vs define-syntax


From: Per Bothner
Subject: [Bug-kawa] [bugs #10807] Weirdness with define vs define-syntax
Date: Sat, 11 Dec 2004 21:39:17 -0500
User-agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.7.2) Gecko/20040803

This mail is an automated notification from the bugs tracker
 of the project: Kawa.

/**************************************************************************/
[bugs #10807] Latest Modifications:

Changes by: 
                Per Bothner <address@hidden>
'Date: 
                Sun 12/12/2004 at 02:27 (GMT)

            What     | Removed                   | Added
---------------------------------------------------------------------------
          Resolution | None                      | Fixed
         Assigned to | None                      | bothner


------------------ Additional Follow-up Comments ----------------------------
It seems to be working now - at least I can do:
  kawa -C /tmp/B.scm /tmp/C.scm
or:
  kawa --module-static -C /tmp/B.scm /tmp/C.scm
without error.  Was there something else I needed
to do to test this?






/**************************************************************************/
[bugs #10807] Full Item Snapshot:

URL: <http://savannah.gnu.org/bugs/?func=detailitem&item_id=10807>
Project: Kawa
Submitted by: Chris Dean
On: Wed 10/27/2004 at 07:34

Category:  Scheme language
Severity:  5 - Average
Item Group:  Unexpected result
Resolution:  Fixed
Privacy:  Public
Assigned to:  bothner
Status:  Open


Summary:  Weirdness with define vs define-syntax

Original Submission:  The general pattern is that you have three modules, A, B 
and
C. C requires B which, in turn, requires A. A provides some method
"fn" ("nullish?" in my example above). In module B, "fn" is used in
both a define-syntax expression and a function define expression.

See attached patch for repeat 

Follow-up Comments
------------------


-------------------------------------------------------
Date: Sun 12/12/2004 at 02:27       By: Per Bothner <bothner>
It seems to be working now - at least I can do:
  kawa -C /tmp/B.scm /tmp/C.scm
or:
  kawa --module-static -C /tmp/B.scm /tmp/C.scm
without error.  Was there something else I needed
to do to test this?






File Attachments
-------------------

-------------------------------------------------------
Date: Wed 10/27/2004 at 07:34  Name: define-bug.patch  Size: 440B   By: ctdean

http://savannah.gnu.org/bugs/download.php?item_id=10807&amp;item_file_id=1808






For detailed info, follow this link:
<http://savannah.gnu.org/bugs/?func=detailitem&item_id=10807>

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







reply via email to

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