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

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2