r13652: Move some more stuff out off include/
[ira/wip.git] / source4 / pidl / TODO
1 - true multiple dimension array / strings in arrays support
2
3 - compatibility mode for generating MIDL-readable data:
4  - strip out pidl-specific properties
5
6 - don't be so strict on array boundaries.. arrays can and will be empty when 
7   a (regular) remote error occurs
8  
9 - support nested elements
10  - generate names for anonymous tagged types
11
12 - auto-alloc [ref] pointers for Samba4 during pull if they were NULL
13  
14 - replace subcontext() with represent_as()
15
16 - --explain-ndr option that dumps out parse tree ?