BabySRE in Squeak6.0a (2017) and Squeak 5.3 release
Last updated at 7:04 pm UTC on 19 August 2020
Retest - August 2020 Squeak 5.3 release
Before doing this choose 'Update Squeak' from the Squeak menu to get the fixes which came later including a backport (August 2020) from Marcel Taeumel regarding event processing.
MCHttpRepository
location: 'http://www.squeaksource.com/Ladrillos'
user: 'squeak'
password: 'squeak'
Load version
Name: BabySRE-hjh.44
Author: hjh
Time: 24 April 2017, 8:23:05.219403 pm
UUID: 5a51be23-a075-4e66-81c5-778154707b19
Adapt for the change of
BlockContext to BlockClosure
Two *BabySRE methods are now at BlockClosure instead of BlockContext.
Result
Loads fine, doing diagrams is possible. More testing needed.
10 April 2017
Loading BabySRE into a image called Squeak6.0a in 2017
BabySRE loads fine from
MCHttpRepository
location: 'http://www.squeaksource.com/Ladrillos'
user: 'squeak'
password: 'squeak'
with this version
Name: BabySRE-hjh.43
Author: hjh
Time: 7 April 2017, 11:01:14.940688 am
UUID: 7f4c0331-7e25-442f-940f-1dd09f2034ec
Ancestors: BabySRE-hjh.42
Check for notNil added in
#disconnectAllConstraints
Loads fine in Squeak 6.0a-17082
Name: BabySRE-hjh.42
Author: hjh
Time: 7 April 2017, 6:00:42.079149 am
UUID: aa49585f-7c39-400e-bc2d-b18b167b5d27
Ancestors: BabySRE-edc.41/code
= Replaced
=*Sensor*currentCursor
= with
= Cursor currentCursor
in method #needsToBeDrawn
Simple diagrams are possible. Needs testing. There might be more problems with the local copy ofConnectors.
