<br><br><div class="gmail_quote">On Sun, Jun 20, 2010 at 18:25, Robby Findler <span dir="ltr">&lt;<a href="mailto:robby@eecs.northwestern.edu">robby@eecs.northwestern.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;">
On Sun, Jun 20, 2010 at 7:51 AM, Robby Findler<br>
<div class="im">&lt;<a href="mailto:robby@eecs.northwestern.edu">robby@eecs.northwestern.edu</a>&gt; wrote:<br>
</div><div class="im">&gt; On Sun, Jun 20, 2010 at 4:19 AM, Laurent &lt;<a href="mailto:laurent.orseau@gmail.com">laurent.orseau@gmail.com</a>&gt; wrote:<br>
&gt;&gt; That worked, but there is one annoying thing: it recompiled *all* the<br>
&gt;&gt; dependencies, including the whole Racket...<br>
&gt;&gt; Is there a way to avoid this with this function?<br>
&gt;<br>
&gt; This is a bad interaction between drracket&#39;s automatic compilation<br>
&gt; setup and the planet tools. In general, these planet functions expect<br>
&gt; to be called in a fairly clean environment and, when they are called<br>
&gt; via the planet command-line tool or when they are called by a<br>
&gt; `(require (planet ...))&#39;, they do get that clean environment, but when<br>
&gt; they are called directly here, they don&#39;t.<br>
&gt;<br>
&gt; I&#39;m not really sure if this is fixable, but I have not looked<br>
&gt; carefully at it yet. (I will at least try to document the restriction<br>
&gt; if I cannot lift it.)<br>
&gt;<br>
&gt; The simplest thing, for now, is to just make sure you call these from,<br>
&gt; say, a racket command-line script.<br>
<br>
</div>I&#39;ve adjusted planet a little bit so that now this works like you&#39;d expect.<br>
<br>
But please let me know if you see other problems with planet now<br>
compiling too much or too little in other situations....<br></blockquote></div><br>Thanks for the replies, Robby.<br><br>Btw, is <a href="http://pre.racket-lang.org/installers/">http://pre.racket-lang.org/installers/</a> really pointing to the right thing?<br>
I don&#39;t see new nightly builds, but maybe there isn&#39;t one yet.<br><br>