dbus/doc TODO,1.35,1.36

Jon Trowbridge trow at pdx.freedesktop.org
Mon Apr 12 18:37:59 PDT 2004


Update of /cvs/dbus/dbus/doc
In directory pdx:/tmp/cvs-serv20087/doc

Modified Files:
	TODO 
Log Message:
2004-04-12  Jon Trowbridge  <trow at ximian.com>

	    * bus/config-parser.c (struct BusConfigParser): Added
	    included_files field.
	    (seen_include): Added.  Checks whether or not a file has already
	    been included by any parent BusConfigParser.
	    (bus_config_parser_new): Copy the parent's included_files.
	    (include_file): Track which files have been included, and fail on
	    circular inclusions.
	    (process_test_valid_subdir): Changed printf to report if we are
	    testing valid or invalid conf files.
	    (all_are_equiv): Changed printf to be a bit clearer about
	    what we are actually doing.
	    (bus_config_parser_test): Test invalid configuration files.



Index: TODO
===================================================================
RCS file: /cvs/dbus/dbus/doc/TODO,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -d -r1.35 -r1.36
--- a/TODO	13 Dec 2003 14:30:37 -0000	1.35
+++ b/TODO	13 Apr 2004 01:37:57 -0000	1.36
@@ -47,11 +47,6 @@
    has rules for it anyway, or something. it's conceptually 
    screwy at the moment.
 
- - <limit> elements are not merged in from included configuration 
-   files; they have to be in the toplevel file. when loading 
-   a child file, we could just init its DBusLimits from the parent, 
-   then after parsing copy its DBusLimits back to the parent
-
  - when making a method call, if the call serial were globally unique,
    we could forward the call serial along with any method calls made
    as a result of the first method call, and allow reentrancy that was




More information about the dbus-commit mailing list