scsh-hackers
[Top] [All Lists]

[Scsh-hackers] [ scsh-Bugs-531961 ] date->string failing

To: noreply@sourceforge.net
Subject: [Scsh-hackers] [ scsh-Bugs-531961 ] date->string failing
From: noreply@sourceforge.net
Date: Tue Mar 19 10:07:06 2002
List-id: Discussion among the implementors <scsh-hackers.lists.sourceforge.net>
Sender: scsh-hackers-admin@lists.sourceforge.net
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


<Prev in Thread] Current Thread [Next in Thread>