aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLev Walkin <vlm@lionet.info>2005-02-18 09:10:45 +0000
committerLev Walkin <vlm@lionet.info>2005-02-18 09:10:45 +0000
commit276d3a0761b63931455f5688ff6d2fd61a66fbd0 (patch)
tree3d6a345c61c8ba53777aaa96536df17a11e532b9
parent534bff35d8817129c9a977d4f4db053ae1d9faab (diff)
ContainedSubtype
-rw-r--r--TODO22
1 files changed, 12 insertions, 10 deletions
diff --git a/TODO b/TODO
index 31393431..04b6b2ea 100644
--- a/TODO
+++ b/TODO
@@ -1,23 +1,25 @@
-MAJOR:
+1. MAJOR:
-1. Support for PER encoding. Requires advanced subtype constraints support,
-which is already completed.
+1.1 Support for PER encoding. Requires advanced subtype constraints support,
+which is already completed. Also see #3.2.
-2. Support for Information Object Classes.
+1.2 Support for Information Object Classes.
Status: Support for parsing IOCs is mostly present.
Support for slicing the IOCs to produce "views"
is not yet designed.
-MEDIUM:
+2. MEDIUM:
-1. Support for DEFAULT encoding and decoding, at least in INTEGER/ENUMERATED types.
-2. Support for EXTERNAL, EMBEDDED-PDV and CHARACTER STRING types.
+2.1 Support for DEFAULT encoding and decoding, at least in INTEGER/ENUMERATED types.
+2.2 Support for EXTERNAL, EMBEDDED-PDV and CHARACTER STRING types.
-MINOR:
+3. MINOR:
-1. Parsing of CONSTRAINED BY clauses
+3.1 Parsing of CONSTRAINED BY clauses
-2. If the generated target language source file is not different from
+3.2 Support for ContainedSubtype constraint.
+
+3.3 If the generated target language source file is not different from
the one already present (except maybe a compiler version in comments),
do not update the file. Prevents trashing file dependencies in multifile
compilation.