Re: [Clorb-devel] using a local IR
Status: Alpha
Brought to you by:
lenst
From: Lennart S. <le...@ly...> - 2001-05-10 06:32:21
|
Eric Marsden wrote: > I would like to use CLORB only with a local interface repository. I > have created an ir.dump file with > > (download-ir) > (save-ir) > > and then during application initialization I read the repository with > > (load-ir) > > However, the ir.dump file doesn't contain any definitions for > exceptions in the IDL interfaces, so I still get calls to IR-LOOKUP-ID > and thus to the external IR whenever an exception needs to be > resolved. Is the problem in IR-ADD-ALL? Yes, it does not recurese into interfaces and it does not store the typecodes into the iir correctly. I have commited a fixed version of loadup.lisp into the sourceforge CVS. //Lennart |