<p><br>
On Jul 2, 2013 12:42 PM, &quot;Matthew Flatt&quot; &lt;<a href="mailto:mflatt@cs.utah.edu">mflatt@cs.utah.edu</a>&gt; wrote:<br>
&gt;<br>
&gt; I&#39;m pretty sure that &quot;racket-test&quot; needs to be split up. (For the<br>
&gt; initial cut, I just put the whole &quot;tests&quot; collection there.)</p>
<p>Sorry, I should have been more specific; &#39;tests/racket/stx.rktl&#39; depends on htdp.  I expect that the tests in that directory depend on other packages as well, such as sandbox and compiler.</p>
<p>&gt; I&#39;m not sure about compiling tests for the purposes of dependency<br>
&gt; checking. It sounds ok, but I have a feeling that I&#39;m forgetting some<br>
&gt; reason that we disabled compilation for tests.<br>
&gt;<br>
&gt; At Tue, 2 Jul 2013 12:20:57 -0400, Sam Tobin-Hochstadt wrote:<br>
&gt; &gt; Currently, the `racket-test` package has very few declared<br>
&gt; &gt; dependencies, but this is wrong. The checking in &#39;raco setup&#39; doesn&#39;t<br>
&gt; &gt; catch this because the files aren&#39;t compiled, but at a minimum it<br>
&gt; &gt; depends on `unstable/debug` (currently a hidden part of<br>
&gt; &gt; `typed-racket-lib`) and some portions of htdp that aren&#39;t declared.<br>
&gt; &gt;<br>
&gt; &gt; This brings up (at least) 3 questions<br>
&gt; &gt;<br>
&gt; &gt; - What is it ok for `racket-test` to depend on?  I&#39;d like this set to<br>
&gt; &gt; be small, so we can test the core without needing to build everything.<br>
&gt; &gt; - Should we compile the contents of `racket-test` so that we get<br>
&gt; &gt; dependency checking?<br>
&gt; &gt; - Should parts of `racket-test` be split up?<br>
&gt; &gt;<br>
&gt; &gt; I&#39;d like to figure this out, but I don&#39;t have answers yet.<br>
&gt; &gt;<br>
&gt; &gt; Sam<br>
&gt; &gt; _________________________<br>
&gt; &gt;   Racket Developers list:<br>
&gt; &gt;   <a href="http://lists.racket-lang.org/dev">http://lists.racket-lang.org/dev</a><br>
</p>