Re: Morphic or forking bug?
Posted by
horrido on
Jun 02, 2017; 1:54pm
URL: https://forum.world.st/Morphic-or-forking-bug-tp4948727p4948984.html
Sorry, I could be mistaken. I just checked my notes. The
0 asString test failed once, but I've not been able to replicate it. I might've been working with an unclean image.
So perhaps it is related to Morphic, after all.
horrido wrote
Yup, they all fail. Interesting that
0 asString fails. This means it has NOTHING to do with Morphic (or Morphic being thread-unsafe).
Ben Coman wrote
On Wed, May 31, 2017 at 10:23 PM, horrido <
[hidden email]> wrote:
Can you try a few other variations...
[ [ true ] whileTrue: [ 0 asString. delay wait ] fork.
[ [ true ] whileTrue: [ a contents: '0'. delay wait ] fork.
[ [ true ] whileTrue: [ a contents: '0'. ] forkAt: 20.
cheers -ben