<div dir="ltr">Hi Colin, Hi All,<div><br></div><div>    if in 4.5 one tries to evaluate a doit somewhere in a verdant transcript, one containing much content, then too much logging will occur to the changes file.  Instead of the selected doit being logged, the entire contents of the transcript up to the end of the doit will be logged, and that can cause parse errors when recovering changes.</div>
<div><br></div><div>So how best to solve this?  Here are some ideas and I wanted to ask people&#39;s opinion</div><div><br></div><div>- have CompilationCue remember the position of the source stream and instead of using &quot;source contents&quot; in streamToLog use &quot;source position; upToEnd&quot;</div>
<div><br></div><div>- have Parser/Scanner remember the characters parsed in a buffer and take them from there</div><div><br></div><div>- change ReadWriteStream to remember its initial position so that when one says</div><div>
    (ReadWriteStream on: (String withAll: ((0 to: 255) collect: [:n| n asCharacter]))</div><div>        from: $A asInteger + 1 to: $Z asInteger + 1) contents<br clear="all"><div>one gets &#39;ABCDEFGHIJKLMNOPQRSTUVWXYZ&#39;</div>
<div>instead of</div><div><div> &#39;<span class="" style="white-space:pre">        </span></div><div> </div><div> !&quot;#$%&amp;&#39;&#39;()*+,-./0123456789:;&lt;=&gt;?@ABCDEFGHIJKLMNOPQRSTUVWXYZ&#39;</div>
</div><div><br></div><div>IMO the last option is the right thing to do but it feels like a big change.</div>-- <br>best,<div>Eliot</div>
</div></div>