hem, my bad, works fine with 5.0.0.1 (couldn'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"><<a href="mailto:mflatt@cs.utah.edu">mflatt@cs.utah.edu</a>></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 ".rkt" first, but it should use a ".ss"<br>
if the ".rkt" doesn'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 ".ss" files in places outside of the main Racket<br>
tree, so I think the ".rkt" -> ".ss" 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>
> Hi,<br>
><br>
> Using Racket 4.2.5.16 , I added a library path so that I can use my own<br>
> files without having to specify the full path (which was crashing in the<br>
> previous release).<br>
> So one of my programs looks like this:<br>
><br>
> #lang scheme<br>
><br>
> (require ATHENS/board2)<br>
><br>
> where the file is named board2.ss.<br>
> This was working perfectly fine in good old PLT Scheme, but it seems that<br>
> the current version is looking for a .rkt file instead, and will not<br>
> execute:<br>
><br>
> open-input-file: cannot open input file:<br>
> "C:\Users\orseau\Documents\Projets\Scheme\ATHENS\board2.rkt"<br>
><br>
> It seems that the old .ss naming does not even work:<br>
> (require "../ATHENS/board2.ss")<br>
> fails to execute, and also asks for a .rkt file.<br>
><br>
> You are probably already aware of that, but what can I do to make things<br>
> work properly? (preferably not specifying the full path, and not having to<br>
> rename all my files)<br>
><br>
> Thanks,<br>
> Laurent<br>
</div></div>> _________________________________________________<br>
> For list-related administrative tasks:<br>
> <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>