I consider to use this script load script
SMSqueakMap default loadUpdates.
(Smalltalk hasClassNamed: #FFIConstants)
ifFalse: [ SMSqueakMap default installPackageNamed: 'FFI' version: '5.2' ].
#('SqueakSQLite3-Core-MilanVavra.2.mcz'
'SqueakSQLite3-Tests-MilanVavra.2.mcz' ) do:
[ : each |
(Installer repository:
'
http://smalltalkhub.com/mc/MilanVavra/SqueakSQLite3/main') install:
each ]
If you execute it in a Workspace in Squeak 5.2 it loads fine.
All tests are green. But there are only 5 of them in total.
Suggestions for an enhanced load script are welcome....
On 10/19/18, H. Hirzel <
[hidden email]> wrote: