Re: I've found a bug.

Jean-Paul Calderone <[email protected]> Mon, 18 Feb 2008 21:20:44 -0500
Newsgroups gmane.comp.python.quotient.dev
Message-ID <20080219022044.6859.1246786096.divmod.quotient.10637@ohm>
On Tue, 19 Feb 2008 04:11:01 +0200, Eugene Chernyshov <[email protected]> wrote:
>Wow! Wait. No context? Mean, no slots, patterns and other stuff? And no data 
>:(((( !!! This is not a sollution, sorry. I'm trying to render a TreeView 
>control. It is very deep and mutable. So I have to use data, render 
>sequence, pattern item and so on.

No context, but you can still use slots and patterns.  Tag objects can be
used for both of these.

I haven't found the lack of data directives to be a problem.  It's possible
to have a sequence renderer which doesn't rely on data directives.  I wrote
one a while ago (but then threw it away after I realized I didn't need it).
You can still find it in source control though:

http://twistedmatrix.com/trac/browser/sandbox/exarkun/merit/trunk/merit/resourceweb.py?rev=18478#L131

Jean-Paul