# HG changeset patch # User Paul Boddie # Date 1590255582 -7200 # Node ID b71d69493895ce46467c224fcb05fbc36e134b2f # Parent a2f12c2f7cad6fe8b45ade7d477eb3bf29e3b415 Added a roadmap item about structured types. diff -r a2f12c2f7cad -r b71d69493895 docs/wiki/Roadmap --- a/docs/wiki/Roadmap Sun Apr 26 22:59:15 2020 +0200 +++ b/docs/wiki/Roadmap Sat May 23 19:39:42 2020 +0200 @@ -48,3 +48,9 @@ Thus, interface type information (`_interface.h` and `_interface_type.h`) could be written out completely without involving the individual interface code generation in the production of these files. + +== More Abstract Type Handling == + +Types employed in interface descriptions are currently mostly propagated to +generated code without any attempt to understand them. Other interface +description languages permit the definition and use of structured types.