From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2994 invoked from network); 1 Aug 2004 15:47:05 -0000 Received: from unknown (HELO lists.gnu.org) (199.232.76.165) by sourceware.org with SMTP; 1 Aug 2004 15:47:05 -0000 Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BrIbY-0005N7-TV for listarch-gnats-devel@sources.redhat.com; Sun, 01 Aug 2004 11:50:32 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1BrIbU-0005My-4d for help-gnats@gnu.org; Sun, 01 Aug 2004 11:50:28 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1BrIbS-0005Mb-JG for help-gnats@gnu.org; Sun, 01 Aug 2004 11:50:27 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BrIbS-0005MY-HJ for help-gnats@gnu.org; Sun, 01 Aug 2004 11:50:26 -0400 Received: from [199.199.210.160] (helo=chef.nerp.net) by monty-python.gnu.org with esmtp (Exim 4.34) id 1BrIXt-0006wA-Hq for help-gnats@gnu.org; Sun, 01 Aug 2004 11:46:45 -0400 Received: from localhost (c-66-41-156-164.mn.client2.attbi.com [66.41.156.164]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by chef.nerp.net (Postfix) with ESMTP id A78291BB90 for ; Sun, 1 Aug 2004 10:46:44 -0500 (CDT) Received: from chewie by localhost with local (Exim 4.32) id 1BrIXr-00059x-UB for help-gnats@gnu.org; Sun, 01 Aug 2004 10:46:43 -0500 Date: Wed, 04 Aug 2004 10:07:00 -0000 From: Chad Walstrom To: help-gnats@gnu.org Message-ID: <20040801154643.GF15082@wookimus.net> Mail-Followup-To: help-gnats@gnu.org Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="h56sxpGKRmy85csR" Content-Disposition: inline X-Operating-System: Linux skuld 2.6.6-1-k7 X-GnuPG-Fingerprint: B4AB D627 9CBD 687E 7A31 1950 0CC7 0B18 206C 5AFD User-Agent: Mutt/1.5.6+20040523i Subject: [hatzis@wattes.org: code cleanup for release 4.1] X-BeenThere: help-gnats@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: General discussion about GNU GNATS List-Archive: List-Post: List-Help: List-Subscribe: , Sender: help-gnats-bounces+listarch-gnats-devel=sources.redhat.com@gnu.org Errors-To: help-gnats-bounces+listarch-gnats-devel=sources.redhat.com@gnu.org X-SW-Source: 2004-q3/txt/msg00021.txt.bz2 --h56sxpGKRmy85csR Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-length: 180 I had messed up on approving this post from Mel. -- Chad Walstrom http://www.wookimus.net/ assert(expired(knowledge)); /* core dump */ --h56sxpGKRmy85csR Content-Type: message/rfc822 Content-Disposition: inline Content-length: 2774 X-Envelope-From: chewie Sun Aug 1 03:12:21 2004 Return-Path: X-Original-To: chewie@wookimus.net Delivered-To: chewie@nerp.net Received: from chef.nerp.net [199.199.210.160] by localhost with IMAP (fetchmail-5.9.11) for chewie@localhost (single-drop); Sun, 01 Aug 2004 03:12:21 -0500 (CDT) Received: from wattes.org (dsl093-128-112.sfo4.dsl.speakeasy.net [66.93.128.112]) by chef.nerp.net (Postfix) with ESMTP id 3BA1D21A57 for ; Sun, 1 Aug 2004 03:09:12 -0500 (CDT) Received: from [66.93.128.112] (bongo.wattes.org [66.93.128.112]) by wattes.org (8.11.6/8.11.6) with ESMTP id i7183c304870; Sun, 1 Aug 2004 01:03:38 -0700 Message-ID: <410CA3DA.6080800@wattes.org> Date: Sun, 01 Aug 2004 01:03:38 -0700 From: Mel Hatzis User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7) Gecko/20040616 X-Accept-Language: en-us, en, el MIME-Version: 1.0 To: chewie@wookimus.net, help-gnats@gnu.org Subject: code cleanup for release 4.1 X-Enigmail-Version: 0.84.1.0 X-Enigmail-Supports: pgp-inline, pgp-mime Old-Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on chef.nerp.net X-Spam-Status: No, hits=-4.9 required=5.0 tests=BAYES_00 autolearn=ham version=2.63 X-UID: 3342 X-Keywords: Content-Type: application/pgp; format=text; x-action=sign X-Filed: personal/. inbox/. Content-length: 1357 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Chad, as part of the code cleanup for release 4.1, I'd like to contribute some function name changes and subtle code re-organization in preparation for the gnats-dbi integration (which I think we're going to fold into Gnats 5.0). The name changes support the internal dbi api which I've put together to define the interface between the higher level GNATS functionality and the datastore specific stuff. IMO, these name changes also make the code a little easier to read and understand. I just got back from a fairly long vacation, so, I'm going to start putting the patches together and contributing them to the help list for review. If everyone is happy with the changes, I'd like to begin committing them into the 4.1 release. Note: there will be no functional differences introduced. This is purely a cleanup effort which will preserve the existing threads of execution. Let me know if you find this acceptable (or not). I think that providing these patches in small chunks will make the whole dbi project a lot easier to swallow and digest. - -Mel -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFBDKPaNF74HmYqaSERAiNKAJ9tamztN0mbEyDO2YAE6Bth0828XQCg1kFF nglihIDpDmoDvB64m+rFd+o= =XugD -----END PGP SIGNATURE----- --h56sxpGKRmy85csR Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline Content-length: 140 _______________________________________________ Help-gnats mailing list Help-gnats@gnu.org http://lists.gnu.org/mailman/listinfo/help-gnats --h56sxpGKRmy85csR--