This is the mail archive of the kawa@sourceware.cygnus.com mailing list for the Kawa project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: One last bit 'bout serializing


Ittai Balaban <ittaib@CS.BGU.AC.IL> writes:

> But that's exactly what I'm doing. Things go fine as long as the function
> doesn't use toplevel functions defined outside its module. One of the
> problems is that when the deserialized version of the function is applied,
> it doesn't find the global env at the new site (even though kawa.repl has
> been set up) -- NullPointerException before anything is ever done (By
> `anything' I mean Interpreter.getInterpreter, or Environment.global_lookup,
> etc). Thus, my question was: How can this link be tweaked?

Did you do kawa.standard.Scheme.regsiterEnvironment() at the new site?
-- 
	--Per Bothner
per@bothner.com   http://www.bothner.com/~per/

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]