<div dir="ltr">That method isn't available in 5.2.1, unfortunately. Oh, and wishlist item: the reference docs specify the version the function was introduced in.</div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Jan 6, 2015 at 11:39 AM, Matthew Flatt <span dir="ltr"><<a href="mailto:mflatt@cs.utah.edu" target="_blank">mflatt@cs.utah.edu</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">You probably want to set `current-compiled-file-roots`, which can be<br>
initialized by the `PLTCOMPILEDROOTS` environment variable, instead.<br>
<div><div class="h5"><br>
At Tue, 6 Jan 2015 11:27:35 -0800, Dan Liebgold wrote:<br>
> Hmmm... so this should be as easy to implement as:<br>
><br>
>   (use-compiled-file-paths (list (build-path "compiled" (version))))<br>
><br>
> Right?  Trying it out now.<br>
><br>
> Dan<br>
><br>
> On Tue, Jan 6, 2015 at 11:14 AM, Neil Van Dyke <<a href="mailto:neil@neilvandyke.org">neil@neilvandyke.org</a>> wrote:<br>
><br>
> > Dan Liebgold wrote on 01/06/2015 02:00 PM:<br>
> ><br>
> >> What is a straightforward way to designate the "compiled" directory to<br>
> >> look for zo files in that can be based on the Racket version?  I'd like to<br>
> >> have Racket 5.2.1 and 6.1 running in parallel to aid in upgrading our<br>
> >> version.<br>
> >> Thanks!<br>
> >><br>
> ><br>
> > I'd like for this to be the default behavior for Racket.<br>
> ><br>
> > One possible way: Insert a directory level between the `compiled`<br>
> > directory and its contents, with the directory named with the Racket<br>
> > version number with which the code is compiled.  Only that Racket version<br>
> > will run that compiled code.<br>
> ><br>
> > (When I've been using Racket version A to run a code tree, and then use<br>
> > Racket version B with the same code tree, I don't mind waiting for a<br>
> > recompile of the code tree, and I'd really prefer it not disturb the code<br>
> > compiled with Racket version A.  I also don't mind cluttering disk space<br>
> > with compiled code for Racket versions that I no longer use; I can always<br>
> > make a script to clean those up.)<br>
> ><br>
> > Neil V.<br>
> ><br>
> ><br>
><br>
><br>
> --<br>
> Dan Liebgold    [<a href="mailto:dan.liebgold@gmail.com">dan.liebgold@gmail.com</a>]<br>
</div></div>> _________________________<br>
>   Racket Developers list:<br>
>   <a href="http://lists.racket-lang.org/dev" target="_blank">http://lists.racket-lang.org/dev</a><br>
</blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature">Dan Liebgold    [<a href="mailto:dan.liebgold@gmail.com">dan.liebgold@gmail.com</a>]</div>
</div>