[ANN] Introducing Magma, an object database for Squeak

goran.hultgren at bluefish.se goran.hultgren at bluefish.se
Thu Aug 1 12:20:13 UTC 2002


Hi again!

Btw, here is a simpler variant on your load.ws with a prompter (load.st
might be a more suitable name I think), I think it is equivalent
actually:

| path |
path _ FillInTheBlank
		request: 'What is the path to the Magma changesets? (end with
delimiter)' 
		initialAnswer: (FileDirectory default pathName, FileDirectory slash).
#(
'MaExceptionExtensions.8.cs'
'MaBaseAdditions.82.cs'
'MaTraversingObjectGraphs.28.cs'
'MaMinimalObject.15.cs'
'MaObjectSerialization.1.cs'
'MaClientServerSupport.88.cs'
'MaArmoredCode.32.cs'
'MaSpecialCollections.26.cs'
'MaDynamicInstanceVariables.13.cs'
'MagmaClient.26.cs'
'MagmaServer.27.cs'
'MaSqueakDomain.41.cs'
'MagmaTester.36.cs') do: [:fileName | (FileStream oldFileNamed: path,
fileName) fileIntoNewChangeSet]

regards, Göran



More information about the Squeak-dev mailing list