hem, my bad, works fine with 5.0.0.1 (couldn&#39;t use 4.2.5 because of another bug).<br>Sorry for taking your time.<br><br>Laurent<br><br><div class="gmail_quote">On Fri, May 21, 2010 at 15:51, Matthew Flatt <span dir="ltr">&lt;<a href="mailto:mflatt@cs.utah.edu">mflatt@cs.utah.edu</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">The current version looks for &quot;.rkt&quot; first, but it should use a &quot;.ss&quot;<br>

if the &quot;.rkt&quot; doesn&#39;t exist. (The error message should be better and<br>
report the files that it actually tried, instead of just the main one.)<br>
<br>
We still use a lot of &quot;.ss&quot; files in places outside of the main Racket<br>
tree, so I think the &quot;.rkt&quot; -&gt; &quot;.ss&quot; conversion must usually work. Can<br>
you send me an example and instructions to replicate the problem that<br>
your seeing?<br>
<br>
Thanks,<br>
Matthew<br>
<div><div></div><div class="h5"><br>
At Wed, 19 May 2010 17:59:03 +0200, Laurent wrote:<br>
&gt; Hi,<br>
&gt;<br>
&gt; Using Racket 4.2.5.16 , I added a library path so that I can use my own<br>
&gt; files without having to specify the full path (which was crashing in the<br>
&gt; previous release).<br>
&gt; So one of my programs looks like this:<br>
&gt;<br>
&gt; #lang scheme<br>
&gt;<br>
&gt; (require ATHENS/board2)<br>
&gt;<br>
&gt; where the file is named board2.ss.<br>
&gt; This was working perfectly fine in good old PLT Scheme, but it seems that<br>
&gt; the current version is looking for a .rkt file instead, and will not<br>
&gt; execute:<br>
&gt;<br>
&gt; open-input-file: cannot open input file:<br>
&gt; &quot;C:\Users\orseau\Documents\Projets\Scheme\ATHENS\board2.rkt&quot;<br>
&gt;<br>
&gt; It seems that the old .ss naming does not even work:<br>
&gt; (require &quot;../ATHENS/board2.ss&quot;)<br>
&gt; fails to execute, and also asks for a .rkt file.<br>
&gt;<br>
&gt; You are probably already aware of that, but what can I do to make things<br>
&gt; work properly? (preferably not specifying the full path, and not having to<br>
&gt; rename all my files)<br>
&gt;<br>
&gt; Thanks,<br>
&gt; Laurent<br>
</div></div>&gt; _________________________________________________<br>
&gt;   For list-related administrative tasks:<br>
&gt;   <a href="http://list.cs.brown.edu/mailman/listinfo/plt-scheme" target="_blank">http://list.cs.brown.edu/mailman/listinfo/plt-scheme</a><br>
</blockquote></div><br>