<div dir="ltr">Hi Johan, all,<div><br></div><div>thank you for the feedback.</div><div><br></div><div>I have entered a bug entry in fogbugz: </div><div><br></div><div><a href="https://pharo.fogbugz.com/f/cases/12670/errorImproperStore-error-because-of-change-in-GRPharoPlatform-readWriteByteStream" target="_top" rel="nofollow" link="external">https://pharo.fogbugz.com/f/cases/12670/errorImproperStore-error-because-of-change-in-GRPharoPlatform-readWriteByteStream</a></div>

<div><br></div><div>I hope I entered everything correctly.</div><div><br></div><div>Sabine</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Thu, Jan 16, 2014 at 9:07 PM, Johan Brichau-2 [via Smalltalk] <span dir="ltr">&lt;<a href="/user/SendEmail.jtp?type=node&node=4737436&i=0" target="_top" rel="nofollow" link="external">[hidden email]</a>&gt;</span> wrote:<br>

<blockquote style='border-left:2px solid #CCCCCC;padding:0 1em' class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">

        I think there&#39;s a bug in Grease1.1 for Pharo2.0 and Pharo3.0
<br><br>Begin forwarded message:
<br></div><div><br>&gt; From: Johan Brichau &lt;<a href="http://user/SendEmail.jtp?type=node&amp;node=4737336&amp;i=0" rel="nofollow" link="external" target="_blank">[hidden email]</a>&gt;
<br><div class="im">&gt; Subject: Re: [Pharo-dev] errorImproperStore error because of change in GRPharoPlatform&gt;&gt;readWriteByteStream
<br>&gt; Date: 16 Jan 2014 21:02:39 GMT+1
<br></div>&gt; To: Pharo Development List &lt;<a href="http://user/SendEmail.jtp?type=node&amp;node=4737336&amp;i=1" rel="nofollow" link="external" target="_blank">[hidden email]</a>&gt;
<br><div class="im">&gt; 
<br>&gt; Sabine,
<br>&gt; 
<br>&gt; This might be a bug in Grease 1.1 for Pharo3 because Grease 1.0 has identical code for that method in Pharo 2 and 3.
<br>&gt; The timestamp of that method in Grease1.1 is even older than the one in Grease1.0... so it definitely smells buggy...
<br>&gt; 
<br>&gt; Johan
<br>&gt; 
<br></div><div><div class="h5">&gt; On 16 Jan 2014, at 17:41, Sabine Knöfel &lt;<a href="http://user/SendEmail.jtp?type=node&amp;node=4737336&amp;i=2" rel="nofollow" link="external" target="_blank">[hidden email]</a>&gt; wrote:
<div class='shrinkable-quote'><br>&gt; 
<br>&gt;&gt; Hi,
<br>&gt;&gt; 
<br>&gt;&gt; I am migrating from Pharo 2.0 to Pharo3.0
<br>&gt;&gt; 
<br>&gt;&gt; My updateRoot contains the following statement:
<br>&gt;&gt; 
<br>&gt;&gt; updateRoot: aHtmlRoot
<br>&gt;&gt;         aHtmlRoot link url: RKALibrary / #mainStylesLess; relationship:
<br>&gt;&gt; &#39;stylesheet/less&#39;; beCss.
<br>&gt;&gt;         
<br>&gt;&gt; In Pharo 3.0 I get ByteArray errorImproperStore error (Pharo2.0 works)
<br>&gt;&gt; 
<br>&gt;&gt; When debugging into, I see:        
<br>&gt;&gt; In Pharo 2.0 
<br>&gt;&gt; 
<br>&gt;&gt; GRPharoPlatform&gt;&gt;readWriteByteStream
<br>&gt;&gt;         &quot;ByteArray based read write stream&quot;
<br>&gt;&gt;         ^ RWBinaryOrTextStream on: (ByteArray new: 4096)
<br>&gt;&gt;         
<br>&gt;&gt; In Pharo 3.0
<br>&gt;&gt; GRPharoPlatform&gt;&gt;readWriteByteStream
<br>&gt;&gt;         &quot;ByteArray based read write stream&quot;
<br>&gt;&gt;         ^ ReadWriteStream on: (ByteArray new: 4096)
<br>&gt;&gt; 
<br>&gt;&gt; This is the reason for the error improperStore error.
<br>&gt;&gt; If I change from ReadWriteStream to RWBinaryOrTextStream, it works.
<br>&gt;&gt; 
<br>&gt;&gt; Can anyone fix this or is my conclusion wrong?
<br>&gt;&gt; Regards
<br>&gt;&gt; Sabine
<br>&gt;&gt;         
<br>&gt;&gt; 
<br>&gt;&gt; 
<br>&gt;&gt; 
<br>&gt;&gt; 
<br>&gt;&gt; --
<br>&gt;&gt; View this message in context: <a href="http://forum.world.st/errorImproperStore-error-because-of-change-in-GRPharoPlatform-readWriteByteStream-tp4737266.html" rel="nofollow" link="external" target="_blank">http://forum.world.st/errorImproperStore-error-because-of-change-in-GRPharoPlatform-readWriteByteStream-tp4737266.html</a></div>

&gt;&gt; Sent from the Pharo Smalltalk Developers mailing list archive at Nabble.com.
<br>&gt;&gt; 
<br>&gt; 
</div></div></div><br>_______________________________________________
<br>seaside-dev mailing list
<br><a href="http://user/SendEmail.jtp?type=node&amp;node=4737336&amp;i=3" rel="nofollow" link="external" target="_blank">[hidden email]</a>
<br><a href="http://lists.squeakfoundation.org/mailman/listinfo/seaside-dev" rel="nofollow" link="external" target="_blank">http://lists.squeakfoundation.org/mailman/listinfo/seaside-dev</a><br>

        
        
        
        <br>
        <br>
        <hr noshade size="1" color="#cccccc">
        <div style="color:#444;font:12px tahoma,geneva,helvetica,arial,sans-serif">
                <div style="font-weight:bold">If you reply to this email, your message will be added to the discussion below:</div>
                <a href="http://forum.world.st/Fwd-Pharo-dev-errorImproperStore-error-because-of-change-in-GRPharoPlatform-readWriteByteStream-tp4737336.html" target="_blank" rel="nofollow" link="external">http://forum.world.st/Fwd-Pharo-dev-errorImproperStore-error-because-of-change-in-GRPharoPlatform-readWriteByteStream-tp4737336.html</a>
        </div>
        <div style="color:#666;font:11px tahoma,geneva,helvetica,arial,sans-serif;margin-top:.4em;line-height:1.5em">
                To start a new topic under Seaside Development, email <a href="/user/SendEmail.jtp?type=node&node=4737436&i=1" target="_top" rel="nofollow" link="external">[hidden email]</a> <br>
                To unsubscribe from Seaside, <a href="" target="_blank" rel="nofollow" link="external">click here</a>.<br>


                <a href="http://forum.world.st/template/NamlServlet.jtp?macro=macro_viewer&amp;id=instant_html%21nabble%3Aemail.naml&amp;base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&amp;breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml" rel="nofollow" style="font:9px serif" target="_blank" link="external">NAML</a>
        </div></blockquote></div><br></div>


        
        
        
<br/><hr align="left" width="300" />
View this message in context: <a href="http://forum.world.st/Fwd-Pharo-dev-errorImproperStore-error-because-of-change-in-GRPharoPlatform-readWriteByteStream-tp4737336p4737436.html">Re: [Pharo-dev] errorImproperStore error because of change in GRPharoPlatform&gt;&gt;readWriteByteStream</a><br/>
Sent from the <a href="http://forum.world.st/Seaside-Development-f1294793.html">Seaside Development mailing list archive</a> at Nabble.com.<br/>