I can't image it's hard to make the roxen decoder only handle dumps in the roxen dump database.
I expect problems can occur if decoding a dumped program causes modules to be resolved, which have been dumped by the Pike codec, if the roxen codec will be used to decode those as well. Can the selection of codec for implicitly decoded programs be controlled?
/ Marcus Comstedt (ACROSS) (Hail Ilpalazzo!)
Previous text:
2004-07-04 14:00: Subject: Re: Warnings from startup script
The main reason as I said earlier is that the modules were dumped during the *PIKE* install, and not by Roxens dumper.
I can't image it's hard to make the roxen decoder only handle dumps in the roxen dump database.
Well, detecting if something is a FUNCTION_BUILTIN is easy:
Yes, but finding one that no longer is in builtin_constants is difficult.
/ Martin Stjernholm, Roxen IS