[racket-dev] Unexpected make-temporary-file behavior

2010-12-08 Thread Casey Klein
The documentation for `make-temporary-file' says, The `template' argument must be a format string suitable for use with `format' and one additional string argument (where the string contains only digits). I take that to mean that the following expression should always produce true:

Re: [racket-dev] Unexpected make-temporary-file behavior

2010-12-08 Thread Casey Klein
On Wed, Dec 8, 2010 at 12:23 PM, Casey Klein clkl...@eecs.northwestern.edu wrote: The documentation for `make-temporary-file' says, The `template' argument must be a format string suitable for use with `format' and one additional string argument (where the string contains only digits). I