[plt-scheme] patch to suppress "missing out.sxref" warning
Attached is the smallest patch required to fix the annoying popup window
that says
WARNING: open-input-file: cannot open input file: "C:\Documents and
Settings\dherman\Application Data\PLT
Scheme\planet\300\4.1.3.1\cache\dherman\test.plt\2\0\doc\test\out.sxref"
(The system cannot find the path specified.; errno=3)
in various places in the PLT toolchain, including the first time you run
Check Syntax in DrScheme. I don't know what out.sxref is, nor why it
exists for handin-server on some people's computers but not others. But
this patch at least causes it not to complain about it.
The relevant file is $PLTHOME/collects/setup/xref.ss.
Dave
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: xref.patch
URL: <http://lists.racket-lang.org/users/archive/attachments/20081122/707a3481/attachment.ksh>