From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Nala Ginrut Newsgroups: gmane.lisp.guile.devel Subject: Is guile-dbi still mainaining? Date: Thu, 07 Feb 2013 16:11:54 +0800 Organization: HFG Message-ID: <1360224714.12087.8.camel@Renee-desktop.suse> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1360224737 25355 80.91.229.3 (7 Feb 2013 08:12:17 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 7 Feb 2013 08:12:17 +0000 (UTC) Cc: baux@member.fsf.org, linas@linas.org To: guile-devel Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Thu Feb 07 09:12:36 2013 Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1U3Max-0003ee-Ui for guile-devel@m.gmane.org; Thu, 07 Feb 2013 09:12:36 +0100 Original-Received: from localhost ([::1]:38305 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U3Maf-0004vZ-25 for guile-devel@m.gmane.org; Thu, 07 Feb 2013 03:12:17 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:35709) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U3Mab-0004vU-SH for guile-devel@gnu.org; Thu, 07 Feb 2013 03:12:16 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U3Maa-0006N7-Ly for guile-devel@gnu.org; Thu, 07 Feb 2013 03:12:13 -0500 Original-Received: from mail-pa0-f41.google.com ([209.85.220.41]:61619) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U3Maa-0006N1-Eq for guile-devel@gnu.org; Thu, 07 Feb 2013 03:12:12 -0500 Original-Received: by mail-pa0-f41.google.com with SMTP id fb11so1288765pad.0 for ; Thu, 07 Feb 2013 00:12:11 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:message-id:subject:from:to:cc:date:organization :content-type:x-mailer:mime-version:content-transfer-encoding; bh=seWMMCReZ8da7ntn0XAbSj9pvNKr/EQgk8msC/Kc+Jg=; b=kqLHFc4X8zn9b2DBqwHnIu29DN5yaZBTGAZmz0EXYxWNqDd+WJ4+Y2/p+Ywn/caKsg ncTrtV4uI4Z7s4vJmiFCnIH7DdPflVnZP6g+fizwUdDf4LI8/bo3N+/ZAd9XCOjo+pEy NkUG5+x5trWAoEDpjc5OSEfrL1Itpi3Z7y6LjzY7/dFZygZ+HVwoKstEXd/gnddO8wqN +cxPpNnINiPT0jp2kvineusUkBkl3Lzg5GhxI1Uj8fAakvuMwQ5uAfk9auTRc+xG2XIh e1iqrcALKELW3rqqcXnDHRsu90JskaUcMcu4YByFxlPuakFLHbH/6tcf3e3D3sxixd5B Hm1w== X-Received: by 10.66.83.196 with SMTP id s4mr3194749pay.74.1360224731246; Thu, 07 Feb 2013 00:12:11 -0800 (PST) Original-Received: from [192.168.43.214] ([116.54.163.252]) by mx.google.com with ESMTPS id x2sm44066530paw.8.2013.02.07.00.12.03 (version=SSLv3 cipher=RC4-SHA bits=128/128); Thu, 07 Feb 2013 00:12:09 -0800 (PST) X-Mailer: Evolution 3.4.4 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [fuzzy] X-Received-From: 209.85.220.41 X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Original-Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.devel:15694 Archived-At: Hi Boriani & Vepstas ! I'm dealing with a web-framework and using guile-dbi & guile-dbd, which are nice thing to handle the databases. ;-) I found there're something obsoleted in the current code, when I tried to format a patch I've noticed the bug-report&patches haven't been responded since 2010. So I think it's better to ping you here. I plan to fork it on github and package them for guildhall. If it's OK for you, please let me know. ;-) Thanks!