[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[certi-cvs] certi/scripts TODO.GenMsg
From: |
certi-cvs |
Subject: |
[certi-cvs] certi/scripts TODO.GenMsg |
Date: |
Thu, 11 Mar 2010 10:37:10 +0000 |
CVSROOT: /sources/certi
Module name: certi
Changes by: Eric NOULARD <erk> 10/03/11 10:37:10
Modified files:
scripts : TODO.GenMsg
Log message:
More TODOs...
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/certi/scripts/TODO.GenMsg?cvsroot=certi&r1=1.2&r2=1.3
Patches:
Index: TODO.GenMsg
===================================================================
RCS file: /sources/certi/certi/scripts/TODO.GenMsg,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- TODO.GenMsg 7 Mar 2010 18:22:21 -0000 1.2
+++ TODO.GenMsg 11 Mar 2010 10:37:10 -0000 1.3
@@ -7,7 +7,7 @@
each backend generator (C++, Java, Python etc...) may be loaded separately
PARTIALLY DONE --> need to automatize the backend loading.
-2) Support variant for sequences
+2) Support variant for sequences (vector/list/queue/...)
3) Explain the on-the-wire encoding scheme (i.e. MessageBuffer)
@@ -23,3 +23,11 @@
(or default value exists)
7) Handle natively defined default values for members
+
+8) Add "merge" qualifier for fields which should be applicable
+ only for "message type" fields. This would "merge-in"
+ the field of the target message as if it were written
+ in the body of the merger message itself.
+
+9) May be it would be worth implementing a "clone" method.
+
\ No newline at end of file