Bugs item #878707, was opened at 2004-01-17 00:12
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=379534&aid=878707&group_id=23735
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Brian Mastenbrook (bmastenbrook)
Assigned to: Nobody/Anonymous (nobody)
Summary: bug related to dynamic-wind and with/fc
Initial Comment:
#;> (with/fc (lambda (a b) (b 5)) (lambda () (dynamic-wind
(lambda () (display "Hi!\n")) (lambda () (/ 1 0)) (lambda ()
(display "Bye!\n")))))
Hi!
Bye!
Bye!
5
Should print "Hi!" twice (well, at least per SISC's design
decision)
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=379534&aid=878707&group_id=23735
-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
|