r14727: Update pidls' TODO, add test that demonstrates the desired behaviour
[samba.git] / source / 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 - improve represent_as()
15
16 - --explain-ndr option that dumps out parse tree ?
17
18 - seperate tables for NDR and DCE/RPC
19
20 - allow data structures outside of interfaces