commit-gnue
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

gnue/common TODO


From: Jason Cater
Subject: gnue/common TODO
Date: Mon, 08 Apr 2002 14:10:52 -0400

CVSROOT:        /cvsroot/gnue
Module name:    gnue
Changes by:     Jason Cater <address@hidden>    02/04/08 14:10:52

Modified files:
        common         : TODO 

Log message:
        updated TODO

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue/common/TODO.diff?tr1=1.7&tr2=1.8&r1=text&r2=text

Patches:
Index: gnue/common/TODO
diff -c gnue/common/TODO:1.7 gnue/common/TODO:1.8
*** gnue/common/TODO:1.7        Tue Apr  2 21:31:50 2002
--- gnue/common/TODO    Mon Apr  8 14:10:51 2002
***************
*** 1,22 ****
! TODO for gnue-common
  
! * GParser needs to defined some new exceptions (Parser???Exception) 
!   and everywhere: 
!        print "Some error" 
         sys.exit()
!   appears, replace with: 
         raise NewException, "Some Error"
    All the exceptions should be inherited from a common ParserException
  
!   [this is mostly completed]
  
  
  * Add a GSetup class that will provide basic support for installing
!   gnue apps.  It'll include support for merging config data, installing
    samples and docs, dependency checking, etc, etc
  
  
  * Make modification of data lock the record in the backend (if supported)
  
  
  ROADMAP
--- 1,28 ----
! TODO for GNUe-Common
  
! * GParser needs to defined some new exceptions (Parser???Exception)
!   and everywhere:
!        print "Some error"
         sys.exit()
!   appears, replace with:
         raise NewException, "Some Error"
    All the exceptions should be inherited from a common ParserException
  
!   [this is mostly completed -- jcater]
  
  
  * Add a GSetup class that will provide basic support for installing
!   GNUe apps.  It'll include support for merging config data, installing
    samples and docs, dependency checking, etc, etc
  
  
  * Make modification of data lock the record in the backend (if supported)
+ 
+ 
+ * Add a "disconnect" function to the GConnections class and make the client
+   tools call this prior to exiting. (the problem is that the "connection"
+   objects are returned the native types returned by the vendor's driver)
+ 
  
  
  ROADMAP



reply via email to

[Prev in Thread] Current Thread [Next in Thread]