(file) Return to TODO CVS log (file) (dir) Up to [Pegasus] / pegasus / doc

  1 mike  1.9 
  2 mike  1.1 				TO-DO List
  3           				==========
  4           
  5 mike  1.10     - Having problems with reference on Repository::createInstance() and
  6                  Repository::getInstance(). References not always in standard form.
  7                  Also, resolve() fails when instance has properties of difference
  8                  case.
  9            
 10 mike  1.15     - Super class name does not seem to be set in enumerateClasses operation.
 11            
 12 mike  1.6  
 13                ------------------------------------------------------------------------
 14 mike  1.15 
 15                -	Remove "std::" qualifiers and use a macro and use #define for
 16            	PEGASUS_NAMESPACE_STD.
 17 mike  1.6  
 18 mike  1.14     -  	Change getLength() to length() or size()?
 19            
 20                -  	Change find<Object> to find<Object>ByIndex().
 21            
 22                -	Need get by name.
 23            
 24 mike  1.6      Now:
 25            
 26 mike  1.12     -	Add convenience functions: addProperty().
 27 mike  1.11     -	Change CimException to CIMException
 28                -   Get ACE working on Tandem (or remove ACE from Pegasus).
 29                -   Port Pegasus to Tandem (look for Tandem machine at BMC).
 30                -   Instance repository.
 31 mike  1.13     -	Delete namespace.
 32 mike  1.11     -   Finalize provider interface.
 33                -   Associations (basic).
 34                -   Provider registration (by the standard).
 35                -   MOF compiler (finalize).
 36                -   Write short paper on Pegasus data objects.
 37                -   Integrate DOC++ with make system.
 38                -   Compaq requested SQL level-1 description.
 39                -   Get rid of ACE (required if no ACE on Tandem).
 40                -   Need query capability for Compaq.
 41                -   Threading (and process forking).
 42                -   Implement protocol module (the default uses ACE).
 43                -	Package up pegasus in Install Shield application.
 44 mike  1.6  
 45            
 46 mike  1.1      ------------------------------------------------------------------------
 47 mike  1.12 
 48                (A) Install shield install of Pegasus.
 49 mike  1.1  
 50 mike  1.8      (A)	Handle escaping of strings inside object names. Example:
 51            
 52                		X.key1="Hello \"You\""
 53            
 54 mike  1.2      (A) Notice that there is a bug where you select Scope::REFERENCE and
 55            	and the validation routines still say the scope is wrong for
 56            	qualifiers applied actual references (they are checking for
 57            	property instead).
 58            
 59                (A) There is an odering problem when applying the qualifiers with
 60                	association scope to classes. If the association qualifier does not
 61            	come first, then application of prior qualifiers fail.
 62            	Checking this should be moved to class resolution.
 63            
 64 mike  1.13     ------------------------------------------------------------------------
 65 mike  1.1  
 66 mike  1.13     (B) Hide setPropagated() and setClassOrigin() methods (only the resolve
 67                    method should touch these).
 68 mike  1.1  
 69 mike  1.13     (B) Change make system to rename dll's before link so that they
 70            	can be used by the server.
 71 mike  1.1  
 72                (B) Finish other CIM/HTTP protocol operations.
 73            
 74                (B) Use the description that comes back with an error code in the XML
 75                	protocol. Perhaps it should become an extra message field of
 76            	XmlException.
 77            
 78                (B) Source documentation.
 79            
 80                (B) Put README in each directory.
 81            
 82                (B) Handle UCS2 characters in XML (parsing and writing).
 83            
 84                (B) Check for overflow on the number of attributes in XML.
 85            
 86                (B) Handle PARAMETER.REFARRAY in XML.
 87            
 88                (B) Add validNamespace() method and use it.
 89            
 90                ------------------------------------------------------------------------
 91            
 92 mike  1.1      (C) Suppress error message printed by ACE caused by constructing an 
 93                    address from a non existent host.
 94            
 95                (C) Ignore extraneous XML elements (loosely valid).
 96            
 97                (C) Get rid of fullyQualified flag.
 98            
 99                (C) Handling of hexadecimal integer values.
100            
101                (C) VALUE.REFERENCE within INSTANCENAME and KEYBINDING.
102            
103                (C) Resolve whether MOF is a requirement.
104            
105                (C) Handle case sensitivity of CIM identifiers.
106            
107                (C) Figure out how to handle CIM null values.
108            
109                (C) Make iteration scheme more general.
110            
111                (C) Develop XML repository importation mechanism.
112            
113 mike  1.1      (C) Move internal headers to ./internal directory
114            
115                (C) Split up XxxRep objects from Xxx objects.
116            
117                (C) Handle case insentive requirement on repository file names.
118            
119                (C) Devise a way to detect whether a class has instances.
120            
121                (C) Cleanup of execeptions.
122            
123                (C) Verify that fixed length arrays are properly handled.
124            
125                (C) Check for null string pointers in String class.
126            
127                (C) Verify that instances are property keyed (during validation).
128            
129                (C) Thread safety.
130            
131                (C) Use UTF8 for strings.
132            
133                (C) Shrink object sizes.
134 mike  1.1  
135                (C) Use lighter I/O system (get rid of C++ streams).
136            
137                (C) Provide conversion between DateTime and time_t.
138            
139                (C) Purify source.
140            
141                (C) Improve the representation of fixed arrays (is that pesky fixed-array
142                  	flag really necessary?)
143 mike  1.13 
144                (C)	Modify clear() methods on Array and String so that they don't
145            	release the old resource (more efficient for GetLine()). Add
146            	a resize() method.
147            

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2