Whenever this thing is really available for the public, there should
probably be an *image* that can be downloaded which already contains the
code.
Granted, the filein should work a little better than this, anyway.
Perhaps Josh was using a different version of Squeak than Bolot and
Je77? There should probably be a comment somewhere (if there isn't)
about what version of Squeak the filein was last tested on.
Regarding the redefinition of Process:
a) There could be a reevaluation of whether the dialog stuff should be
in the core release. What exactly is it there for, anyway?
b) The changeset could be modified by hand to keep the dialog from
popping up. I'm not sure exactly how to do this, but tinkering should
make it work.
c) Someone could fix the notifier so that it doesn't come up when you do a
file in, and then argue that this is the way it should work. After all, that
notifier is intended for the case that you've accidentally created a class
with the same name as a system class; if Process gets redefined by a filein,
however, it's probably okay.
-Lex