<div dir="ltr"><div>Thanks for the information.</div><div>This was quite surprising  behavior and I hope we soon have a fix.</div><div><br></div><div> :-)</div><div><br></div><div>Best,</div><div>Karl</div><div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Wed, Feb 19, 2020 at 4:36 PM K K Subbu <<a href="mailto:kksubbu.ml@gmail.com">kksubbu.ml@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On 19/02/20 2:38 PM, Marcel Taeumel wrote:<br>
> initialize<br>
> super initialize.<br>
> grid := Matrix rows: 3 columns: 3 contents: #(<br>
> 5 3 0<br>
> 6 0 0<br>
> 0 9 8 )<br>
<br>
Here is a simpler example.<br>
<br>
b := 'hello'.<br>
a := 'hello'.<br>
a at: 5 put: $!.<br>
b inspect<br>
<br>
Shouldn't literals be immutable, particularly those with multiple refs? <br>
The #at:put: should have raised an error.<br>
<br>
What if b is passed to a method to create a symbol and it gets changed <br>
meanwhile in another thread? Won't hell break loose ;-)<br>
<br>
Regards .. Subbu<br>
<br>
</blockquote></div>