<div dir="ltr">DrRacket&#39;s &quot;run&quot; button starts everything fresh and I don&#39;t think enter! does that. <div><br></div><div style>Robby</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Sat, Feb 9, 2013 at 12:39 PM, Greg Hendershott <span dir="ltr">&lt;<a href="mailto:greghendershott@gmail.com" target="_blank">greghendershott@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I&#39;m trying to look into it myself, even though it&#39;s over my head. On<br>
the bright side it&#39;s a chance for me to learn more about how things<br>
like modules and namespaces work, below the surface.<br>
<br>
Also I&#39;m starting to look at DrRacket source, because its F5/Run is<br>
reliable. Is that because it&#39;s using `enter!` differently, or not<br>
using it at all?  And how if at all does it differ in other respects<br>
to what things like XREPL and Geiser do?<br>
<br>
This whole subject area has been a bit confusing for me, so,<br>
opportunity to learn more. Having said that, this is something that<br>
probably ought to &quot;just work&quot;, and it does seem like there is some bug<br>
at the moment.<br>
<div class="HOEnZb"><div class="h5"><br>
On Fri, Feb 8, 2013 at 3:29 PM, Ray Racine &lt;<a href="mailto:ray.racine@gmail.com">ray.racine@gmail.com</a>&gt; wrote:<br>
&gt; I&#39;ve been seeing the same behavior.  I think something got broke in<br>
&gt; racket/enter &quot;enter!&quot;.   I don&#39;t think it is a Geiser, XRepl issue other<br>
&gt; then both I believe leverage the racket/enter module.  Bit of a pain in the<br>
&gt; arse bug, nice if someone could look in to it.<br>
&gt;<br>
&gt; Thanks,<br>
&gt;<br>
&gt; Ray<br>
&gt;<br>
&gt;<br>
&gt; On Thu, Feb 7, 2013 at 9:15 AM, Greg Hendershott &lt;<a href="mailto:greghendershott@gmail.com">greghendershott@gmail.com</a>&gt;<br>
&gt; wrote:<br>
&gt;&gt;<br>
&gt;&gt; Once upon a time, ~5.3, the XREPL ,en command would always reload a<br>
&gt;&gt; file provided the timestamp changed.<br>
&gt;&gt;<br>
&gt;&gt; As a result, I could do something _roughly_ like DrRacket F5 in Emacs:<br>
&gt;&gt; Touch the file and ,en it.  The whole file would be evaluated, and I&#39;d<br>
&gt;&gt; have a REPL where I could explore/tweak.<br>
&gt;&gt;<br>
&gt;&gt; But somewhere around ~5.3.1, ,en stopped doing this reliably.<br>
&gt;&gt; Sometimes it would just do nothing, even if the file timestamp had<br>
&gt;&gt; changed (and even if I made some change to the contents, just in case<br>
&gt;&gt; it was doing a checksum or whatever).<br>
&gt;&gt;<br>
&gt;&gt; I thought to try using enter!. And that worked consistently.<br>
&gt;&gt;<br>
&gt;&gt; But somewhere around ~5.3.2, enter! has stopped behaving consistently.<br>
&gt;&gt;<br>
&gt;&gt; Does anyone have any idea would could be going on??<br>
&gt;&gt;<br>
&gt;&gt; More info/comments:<br>
&gt;&gt;<br>
&gt;&gt; - I normally use XREPL. (require xrepl) is the _only_ thing in my<br>
&gt;&gt; racketrc.<br>
&gt;&gt;<br>
&gt;&gt; - The above issue happens with or without XREPL. (I tried again today<br>
&gt;&gt; to confirm.)<br>
&gt;&gt;<br>
&gt;&gt; - Although I love the idea of Geiser, I&#39;ve had it also sometimes not<br>
&gt;&gt; reevaluate (similar issue). Anyway sometimes I just want to strip<br>
&gt;&gt; things down to be simpler; lately I&#39;m in such a phase where I haven&#39;t<br>
&gt;&gt; been using it. I might or could use it again someday.<br>
&gt;&gt;<br>
&gt;&gt; - A (related?) issue is that sometimes the first invocation of enter!<br>
&gt;&gt; gives an error like this:<br>
&gt;&gt;<br>
&gt;&gt;   &gt; (enter! &quot;client.rkt&quot;)<br>
&gt;&gt;   module-&gt;namespace: module not instantiated in the current namespace<br>
&gt;&gt;     name:<br>
&gt;&gt; #&lt;resolved-module-path:&quot;/Users/greg/src/scheme/collects/lob/example/client.rkt&quot;&gt;<br>
&gt;&gt;     context...:<br>
&gt;&gt;      /Users/greg/src/plt/racket/collects/racket/enter.rkt:33:0: do-enter!<br>
&gt;&gt;      /Users/greg/src/plt/racket/collects/racket/private/misc.rkt:87:7<br>
&gt;&gt;<br>
&gt;&gt; But then a second invocation works fine. i.e. Need to do it twice in a<br>
&gt;&gt; row.<br>
&gt;&gt; _________________________<br>
&gt;&gt;   Racket Developers list:<br>
&gt;&gt;   <a href="http://lists.racket-lang.org/dev" target="_blank">http://lists.racket-lang.org/dev</a><br>
&gt;<br>
&gt;<br>
_________________________<br>
  Racket Developers list:<br>
  <a href="http://lists.racket-lang.org/dev" target="_blank">http://lists.racket-lang.org/dev</a><br>
</div></div></blockquote></div><br></div>