r21492: Finish work on nested type support in EJS.
[samba.git] / source4 / 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 - support nested elements
10  - support typedefs properly
11  - improve represent_as(): allow it to be used for arrays and other complex 
12    types
13
14 - --explain-ndr option that dumps out parse tree ?
15
16 - seperate tables for NDR and DCE/RPC
17
18 - allow data structures outside of interfaces
19
20 - mem_ctx in the interface rather than as struct ndr member.
21
22 - real typelibs
23
24 - fix [in,out] handling and allocation for samba3:
25  - add inout
26  - make NULL to mean "allocate me"
27  - remove NDR_AUTO_REF_ALLOC flag
28
29 - automatic test generator based on IDL pointer types