bugKawa - Bugs: bug #10807, Weirdness with define vs...

 
 

bug #10807: Weirdness with define vs define-syntax

Submitter:  Chris Dean <ctdean>
Submitted:  Wed 27 Oct 2004 07:34:37 AM UTC
   
 
Category:  Scheme language Severity:  3 - Normal
Item Group:  Unexpected result Status:  Fixed
Privacy:  Public Assigned to:  bothner
Open/Closed:  Closed
* Mandatory Fields

Add a New Comment Rich Markup
   

Sun 12 Dec 2004 02:27:14 AM UTC, comment #1: 

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?

Per Bothner <bothner>
Group administrator
Wed 27 Oct 2004 07:34:37 AM UTC, 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

Chris Dean <ctdean>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

Attached Files
file #1936:  define-bug.patch added by ctdean (440B - application/octet-stream)

 

Depends on the following items: None found

Items that depend on this one: None found

 

CC list is empty

 

There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

Only logged-in users can vote.

 

Follow 4 latest changes.

Date Changed by Updated Field Previous Value => Replaced by
2005-05-19 bothner Open/ClosedOpen Closed
2004-12-12 bothner StatusNone Fixed
    Assigned toNone bothner
2004-10-27 ctdean Attached File- Added define-bug.patch, #1808

Back to the top

Powered by Savane 3.13-bb6a.
Corresponding source code