If B needs A to be loaded first
dump A B dump C
will work. If a user has the private module A2 it will make the following executions
dump A A2 dump B C
which will break, since A isn't loaded in the Pike that dumps B. Or am I wrong?
/ Martin Nilsson (räfsfiskal)
Previous text:
2002-11-26 16:30: Subject: Image.SSL?
Uh, the dump order, and thus the dump behaviour, will be deterministic within a specific Pike _release_, which means that if it dumps ok in pikefarm, it will dump ok at the end users machine as well.
/ Marcus Comstedt (ACROSS) (Hail Ilpalazzo!)