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

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2