[Dynamite] Is this working now then?

Ewan Birney birney@ebi.ac.uk
Sat, 4 Mar 2000 17:43:50 +0000 (GMT)


> 
> Bad -- double underscores are always being reserved for compilers and the
> like. Try "pf" instead?
> 

Cool. pf_namespace_Object_method (?)

> > h) Standard methods on every object:
> > 
> > (ns = namespace)
> > 
> >    ns_Object_ref(); increases the reference count on the object
> > 
> >    ns_Object_unref(); decreates teh reference count (free's the object).
> 
> Is this taking the place of new & delete?
> 
> >    ns_Object_debug_dump(FILE*); provides a debugging info for teh object
> >                                 (????)
> 
> This shouldn't be a standard, but most objects will end up having it
> anyway.
> 


I think this should be standard. This is from attempting to debug
something through a Perl layer - you end wanting to be able to call
inside Perl a debug function, and be guarenteed to do it on every 
object.

> > 
> > (debug_dump - far more useful than you might think at first, in
> > particular debugging through a corba/other language interface).
> > 
> > 
> > i) use glib for errors.
> > 
> 
> Examples please?

I'll find them. They are easy.

> 
> Ian
> 
> > 
> > 
> > Rip this to shreds guys and come back with a better solution ;)
> > 
> > 
> > 
> > 
> > 
> > 
> > 
> > 
> > 
> > 
> > 
> > 
> > 
> > 
> > 
> > 
> > 
> > -----------------------------------------------------------------
> > Ewan Birney. Mobile: +44 (0)7970 151230
> > <birney@ebi.ac.uk>
> > -----------------------------------------------------------------
> > 
> > 
> > _______________________________________________
> > Dynamite mailing list  -  Dynamite@bioperl.org
> > http://www.bioperl.org/mailman/listinfo/dynamite
> > 
> 
>