Re: ForeignDependencies: The Semantics

2002-11-26 Thread Alastair Reid
Was any decision reached about foreign dependencies? -- Alastair ___ FFI mailing list [EMAIL PROTECTED] http://www.haskell.org/mailman/listinfo/ffi

Re: ForeignDependencies: The Semantics

2002-10-23 Thread Alastair Reid
John, thanks for the case analysis - that made it much clearer what ForeignDependencies are (and are not). All sounds good. > For Hugs & NHC, it would probably suffice to keep a list of > dependencies in the ForeignPtr. After GC, you have to repeatedly > traverse the live ForeignPtrs making e

RE: ForeignDependencies: The Semantics

2002-10-23 Thread Simon Marlow
> ack! no with my intended semantics, cycles are not a problem anymore > than they are for weak pointers or the touchForeignPtr method. > everything will still be GCed just like normal. > > (note that these are pretty much exactly the Weak Pointer > semantics, if > you like replace 'ForeignDepen

ForeignDependencies: The Semantics

2002-10-22 Thread John Meacham
ack! no with my intended semantics, cycles are not a problem anymore than they are for weak pointers or the touchForeignPtr method. everything will still be GCed just like normal. (note that these are pretty much exactly the Weak Pointer semantics, if you like replace 'ForeignDependency' with Wea