On Fri, Oct 5, 2012 at 11:47 AM, Eli Barzilay <span dir="ltr">&lt;<a href="mailto:eli@barzilay.org" target="_blank">eli@barzilay.org</a>&gt;</span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<div class="im">On Tuesday, Carl Eastlund wrote:<br>
&gt; Oops, I hadn&#39;t meant to push that to the main repository without<br>
&gt; consulting anyone.  Hope this change is okay, it seemed weird for<br>
&gt; read-json to error instead of producing eof.<br>
<br>
</div>I think that the change is ok (and the added test shows a point for<br>
doing it).  But the implementation is broken:<br>
<br>
  -&gt; (string-&gt;jsexpr &quot;]&quot;)<br>
  #&lt;eof&gt;<br>
  -&gt; (string-&gt;jsexpr &quot;ndljvnldj&quot;)<br>
  #&lt;eof&gt;<br>
<br>
Also, there&#39;s no reason for a keyword there, right?<br>
<br>
(I&#39;m committing a fixed version.)<br></blockquote><div><br>Thanks for the fix.  And no, the keyword doesn&#39;t matter.<br><br>--Carl<br></div></div><br>