Oscar
the update is a stream of cs
the update list is then a list such as
10001...
10002....
10010
each of these can be a simple cs (as in Squeak3.8)
in 3.9 or pharo
here is a typical CS
"Postscript:
Leave the line above, and replace the rest of this comment by a useful
one.
Executable statements should follow this comment, and should
be separated by periods, with no exclamation points (!!).
Be sure to put any further comments in double-quotes, like this one."
|repository|
repository := MCHttpRepository
location: '
http://www.squeaksource.com/Pharo/' user: ''
password: ''.
(repository loadVersionFromFileNamed:'ScriptLoader-stephane_ducasse.
862.mcz') load.
ScriptLoader new update10306.
!
what you see is the that 10306 will invoke the method of scriptLoader
that launches the loading of the corresponding MC package.
Now you can see the changes by browsing the methods update10..... in
the class ScriptLoader
Stef
_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project