scsh-hackers
[Top] [All Lists]

[Scsh-hackers] [ scsh-Bugs-428070 ] create-temp-file does not like ~ in

To: noreply@sourceforge.net
Subject: [Scsh-hackers] [ scsh-Bugs-428070 ] create-temp-file does not like ~ in pref
From: noreply@sourceforge.net
Date: Mon, 28 May 2001 14:12:58 -0700
List-id: Discussion among the implementors <scsh-hackers.lists.sourceforge.net>
Sender: scsh-hackers-admin@lists.sourceforge.net
Bugs item #428070, was updated on 2001-05-28 14:12
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=110493&aid=428070&group_id=10493

Category: run-time
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Brian D. Carlstrom (bdc)
Assigned to: Olin Shivers (olin-shivers)
Summary: create-temp-file does not like ~ in pref

Initial Comment:
From: Michel Schinz <Michel.Schinz@epfl.ch>
Sender: schinz@lamppc6.epfl.ch
To: scsh-bugs@zurich.ai.mit.edu
Subject: Bug: create-temp-file does not like ~ in 
prefix
Date: 03 Jul 2000 12:49:22 +0200

Hi!

I don't know whether this is a code or documentation 
bug, but
create-temp-file passes its prefix argument directly to
temp-file-iterate, which needs a format-string. 
Therefore if the
prefix given to create-temp-file contains a tilde, an 
error occurs:

> (create-temp-file "/tmp/~temp")

Error: illegal format command
       "/tmp/~temp.~a"
       #\t
1>

Michel.









----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=110493&aid=428070&group_id=10493


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