Did a quick sync and build and I&#39;m seeing a Racket internal error on launching DR.<br>Error invoking tool #&lt;path:/usr/local/racket/collects/drracket&gt;;&quot;syncheck.rkt&quot;<br><br>Error invoking tool #&lt;path:/usr/local/racket/collects/drracket&gt;;&quot;syncheck.rkt&quot;<br>
<br>UNKNOWN: : read (compiled): ill-formed code [./../src/validate.c:1167]<br><br><br>UNKNOWN: : read (compiled): ill-formed code [./../src/validate.c:1167]<br><br><div class="gmail_extra"><br><br><div class="gmail_quote">
On Mon, Nov 19, 2012 at 10:21 AM, Sam Tobin-Hochstadt <span dir="ltr">&lt;<a href="mailto:samth@ccs.neu.edu" target="_blank">samth@ccs.neu.edu</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="im">On Sun, Nov 18, 2012 at 9:02 PM, Ray Racine &lt;<a href="mailto:ray.racine@gmail.com">ray.racine@gmail.com</a>&gt; wrote:<br>
&gt; #lang typed/racket<br>
&gt;<br>
&gt; (provide x)<br>
&gt;<br>
&gt; (module M typed/racket<br>
&gt;   (provide x)<br>
&gt;   (define: x : Natural 3))<br>
&gt;<br>
&gt; (require (submod &quot;.&quot;  M))<br>
&gt;<br>
&gt; ;; end-of-file<br>
&gt;<br>
&gt; Submodules don&#39;t work in TR (at least the above variation).  I added a few<br>
&gt; debug statements and it does appear the when requiring a submodule defined<br>
&gt; within the enclosing file it fact TR attempts to dynamic-require the current<br>
&gt; source file/module again.<br>
<br>
</div>This program works correctly for me in DrRacket and racket (built<br>
yesterday).  What problem are you seeing?<br>
<br>
--<br>
sam th<br>
<a href="mailto:samth@ccs.neu.edu">samth@ccs.neu.edu</a><br>
</blockquote></div><br></div>