Bugs item #531961, was opened at 2002-03-19 18:47
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=110493&aid=531961&group_id=10493
Category: run-time
Group: None
>Status: Closed
>Resolution: Rejected
Priority: 5
Submitted By: Eric Marsden (emarsden)
Assigned to: Nobody/Anonymous (nobody)
Summary: date->string failing
Initial Comment:
% scsh
Welcome to scsh 0.6.1 (Combinatorial Algorithms) [beta
3]
Type ,? for help.
> (date->string (make-date 1 1 1 1 1 102))
Error: exception
wrong-type-argument
(call-external-value "format_date" #f)
----------------------------------------------------------------------
>Comment By: Martin Gasbichler (mainzelm)
Date: 2002-03-19 19:06
Message:
Logged In: YES
user_id=17553
You cannot apply date->string to dates that were created by
the default arguments of make-date. As the manual points
out, such dates are useful when passed to time. It seems
like they are not useful as parameters for date->string.
Maybe the manual should be more explicit about this.
----------------------------------------------------------------------
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=110493&aid=531961&group_id=10493
|