commit-gnue
[Top][All Lists]
Advanced

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

gnue/geas TODO


From: Reinhard Mueller
Subject: gnue/geas TODO
Date: Tue, 20 Nov 2001 14:50:18 -0500

CVSROOT:        /cvsroot/gnue
Module name:    gnue
Changes by:     Reinhard Mueller <address@hidden>       01/11/20 14:50:18

Modified files:
        geas           : TODO 

Log message:
        Hopefully explained the compile order paradoxon better.

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

Patches:
Index: gnue/geas/TODO
diff -u gnue/geas/TODO:1.74 gnue/geas/TODO:1.75
--- gnue/geas/TODO:1.74 Sun Nov 18 07:26:27 2001
+++ gnue/geas/TODO      Tue Nov 20 14:50:18 2001
@@ -1,4 +1,4 @@
-$Id: TODO,v 1.74 2001/11/18 12:26:27 ntiffin Exp $
+$Id: TODO,v 1.75 2001/11/20 19:50:18 reinhard Exp $
 
 Parts of GEAS:
 --------------
@@ -8,7 +8,7 @@
 gcd parser (lib/classdef) [neilt]
 configuration (src/config) [reinhard]
 data monitor (src/datamonitor) [reinhard]
-method calling (src/methods) [chillywilly]
+method calling (src/methods) [mcb30]
 data cache (src/objectcache) [reinhard]
 database interface (src/objectstore) [reinhard]
 sql generation (src/oql) [reinhard]
@@ -42,8 +42,10 @@
     to the methods dispatch code.{methods}
 5a. Bug - If methods have non-string arguments the parser fails.
     (segfault with no debug, hits assert in debug version) {classdef}
-5b. code from the methods subdirectory may not depend on orbit-idl generated
-    files, or these generated files need to be put into another subdirectory
+5b. fix method compile-order paradoxon: because methods.h (indirectly) includes
+    geas.h, the src/methods/ directory must be compiled after the src/
+    directory. But because geas-server links to libmethods.a, the src/
+    directory must be compiled after src/methods/.
 5c. Make methods code safe and separate from the main server.
 6.  enable long options and check options consistency with gnu standards
 7.  black box testing/qualification program for geas.  should be a python



reply via email to

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