pidl: Remove declare tests, add more tests for typedef.
[ira/wip.git] / source / pidl / TODO
1 - EJS output backend shouldn't use the NDR levels stuff but instead 
2   as the "C levels" and NDR levels don't necessarily match.
3
4 - true multiple dimension array / strings in arrays support
5
6 - compatibility mode for generating MIDL-readable data:
7  - strip out pidl-specific properties
8
9 - remove declare in favor of typedef
10 - make bitmap an optional attribute on enum
11 - support nested elements
12 - support typedefs properly (e.g. allow "typedef void **bla;")
13 - make typedefs generate real typedefs
14 - improve represent_as(): allow it to be used for arrays and other complex 
15   types
16
17 - --explain-ndr option that dumps out parse tree ?
18
19 - seperate tables for NDR and DCE/RPC
20  - maybe no tables for NDR at all? we only need them for ndrdump 
21    and that can use dlsym()
22
23 - allow data structures outside of interfaces
24
25 - mem_ctx in the interface rather than as struct ndr member.
26
27 - real typelibs
28
29 - fix [in,out] handling and allocation for samba3:
30  - add inout
31  - make NULL to mean "allocate me"
32  - remove NDR_AUTO_REF_ALLOC flag
33
34 - automatic test generator based on IDL pointer types