Mars now loads on Ubuntu but crashes with illegal instruction when you
attempt to use it. Back to where we were in late July.
--
Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html
Thank you all for these references.
I'm going to study the TeaTime implementation from the Open Croquet version
"restored" for Squeak by Nikolay Suslov and we'll share our experiments.
Regarding BluePlane.xyz we are moving slowly. For the moment we have been
playing with ideas like Scenario-Based
Replacing BTNGVariable>>#nextValue by
nextValue
| nextValue |
self currentValue
ifNotNil: [valuesToExplore remove: self currentValue].
nextValue := self valuesToExplore ifEmpty: [ nil ]
ifNotEmpty: [self valuesToExplore anyOne].
self currentValue: nextValue
Hi stephan did you publish the code?
> On 6 Nov 2020, at 15:12, stephan wrote:
>
> Replacing BTNGVariable>>#nextValue by
>
> nextValue
> | nextValue |
> self currentValue
> ifNotNil: [valuesToExplore remove: self currentValue].
> nextValue := self valuesToExplore ifEmpty: [
Thanx Stefan for the fix.
Since there's some interest in this, I've migrated the code to GitHub and added
a baseline.
So, Stefan you can add your fix and make a PR :-)
Noury
On Nov 6 2020, at 3:58 pm, Stéphane Ducasse wrote:
> Hi stephan did you publish the code?
>
> > On 6 Nov 2020, at 15:12, s
https://github.com/bouraqadi/BackTalkNG/pull/1
On 06-11-2020 17:34, Noury Bouraqadi wrote:
Thanx Stefan for the fix.
Since there's some interest in this, I've migrated the code to GitHub
and added a baseline.
So, Stefan you can add your fix and make a PR :-)
Noury
On Nov 6 2020, at 3:58 pm,