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

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2