[Mono-dev] Support for runtime configuration of assembly loading path - related to bug #81446

2007-08-22 Thread Marek Habersack
Hello all, The attached patch implements support for the following configuration fragment in the runtime: The privatePath attribute extends the per-domain assembly load path. This patch is part of a set of fixes f

Re: [Mono-dev] Support for runtime configuration of assembly loading path - related to bug #81446

2007-08-23 Thread Paolo Molaro
On 08/23/07 Marek Habersack wrote: > > > > > > > > > Index: mono/metadata/appdomain.c > === > --- mono/metadata/appdomain.c (revision 84664) > +++ mono/metadata/ap

Re: [Mono-dev] Support for runtime configuration of assembly loading path - related to bug #81446

2007-08-23 Thread Marek Habersack
On Thu, 23 Aug 2007 14:58:20 +0200, Paolo Molaro <[EMAIL PROTECTED]> scribbled: Updated patch attached. regards, marek > On 08/23/07 Marek Habersack wrote: > > > > > > > > > > > > > > > > > > > Index: mono/metadata/appdomain.

Re: [Mono-dev] Support for runtime configuration of assembly loading path - related to bug #81446

2007-08-24 Thread Robert Jordan
Hi Marek, Marek Habersack wrote: > On Thu, 23 Aug 2007 14:58:20 +0200, Paolo Molaro <[EMAIL PROTECTED]> > scribbled: > > Updated patch attached. > A tiny issue: > @@ -731,13 +860,13 @@ >* >* The issue was reported in bug #81446 >*/ > -