bugKawa - Bugs: bug #4467, fluid-let and module private...

 
 

bug #4467: fluid-let and module private variables

Submitter:  Chris Dean <ctdean>
Submitted:  Fri 25 Jul 2003 07:23:32 AM UTC
   
 
Category:  None Severity:  3 - Normal
Item Group:  None Status:  None
Privacy:  Public Assigned to:  None
Open/Closed:  Open
* Mandatory Fields

Add a New Comment Rich Markup
   

Fri 25 Jul 2003 07:23:32 AM UTC, original submission:  

When we use fluid-let to modify the dynamic bindings of a "normal" variable that is defined at the top level of a module everything is fine.  However, when we use a variable that is not exported from the module then fluid-let doesn't correctly rebind the variable.

Un-jar the attached file, compile, and run to see the broken behavior.  To see the correct behavior, comment out the module-export line in StackTest.scm.

unix% java kawa.repl  -C StackTest.scm
(compiling StackTest.scm)
unix% java kawa.repl  --main -C StackCaller.scm
(compiling StackCaller.scm)
unix% java StackCaller
Result is (main main main): FAIL



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 #557:  fluid-stack.jar added by ctdean (747B - application/octet-stream - fluid-stack )

 

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.

 

No changes have been made to this item

Back to the top

Powered by Savane 3.13-4b48.
Corresponding source code