From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Detlev Zundel Newsgroups: gmane.lisp.guile.devel Subject: Re: Problems with guile-sqlite3 Date: Mon, 11 Apr 2011 17:05:03 +0200 Message-ID: References: <20110401023323.32041242@rascar> <20110401200551.2f7c4135@rascar> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1302534381 7768 80.91.229.12 (11 Apr 2011 15:06:21 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 11 Apr 2011 15:06:21 +0000 (UTC) Cc: guile-devel@gnu.org, David Pirotte To: Andy Wingo Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Mon Apr 11 17:06:17 2011 Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Q9Igx-0007FX-SO for guile-devel@m.gmane.org; Mon, 11 Apr 2011 17:06:16 +0200 Original-Received: from localhost ([127.0.0.1]:57743 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q9Igw-0004jR-Kd for guile-devel@m.gmane.org; Mon, 11 Apr 2011 11:06:14 -0400 Original-Received: from [140.186.70.92] (port=59405 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q9Ig7-00042h-Um for guile-devel@gnu.org; Mon, 11 Apr 2011 11:05:30 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q9Ifr-0000ze-Oc for guile-devel@gnu.org; Mon, 11 Apr 2011 11:05:23 -0400 Original-Received: from mail-out.m-online.net ([212.18.0.9]:58207) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q9Ifr-0000zI-Cf for guile-devel@gnu.org; Mon, 11 Apr 2011 11:05:07 -0400 Original-Received: from frontend1.mail.m-online.net (unknown [192.168.8.180]) by mail-out.m-online.net (Postfix) with ESMTP id 6B1311C08CEF; Mon, 11 Apr 2011 17:05:04 +0200 (CEST) X-Auth-Info: R1S34A8aPA8RIofY6OrJ3BwqNvHFbYH/oiNOJSsX48c= Original-Received: from mail.denx.de (host-82-135-33-74.customer.m-online.net [82.135.33.74]) by smtp-auth.mnet-online.de (Postfix) with ESMTPA id 57C541C000A9; Mon, 11 Apr 2011 17:05:04 +0200 (CEST) Original-Received: from ohwell.denx.de (ohwell [10.0.40.4]) by mail.denx.de (Postfix) with ESMTP id 095484BC1547; Mon, 11 Apr 2011 17:05:04 +0200 (CEST) Original-Received: from dzu by ohwell.denx.de with local (Exim 4.72) (envelope-from ) id 1Q9Ifn-0005vd-GY; Mon, 11 Apr 2011 17:05:03 +0200 In-Reply-To: (Detlev Zundel's message of "Mon, 04 Apr 2011 23:28:39 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) X-Received-From: 212.18.0.9 X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.devel:12208 Archived-At: Hi, >> I have added you to the gitorious repo. Feel free to push your patches >> there :-) > > Hey thanks! Still I'd welcome if you at least look over my changes and > give me some hints if you see room for improvements - most of what I did > in scheme in the past was in scsh ;) > > As I said in my previous mail, I'd like to know if there is a better way > to handle the null pinter problem reported by Dave, e.g. does guile have > a null-pointer? or something comparable more gentle on the eyes than (eq > %null-pointer ..)? If not, would it make sens to add such a predicate? Ok, I found 'null-pointer?' and pushed all my changes to the repo[1]. Thanks Detlev [1] https://gitorious.org/guile-sqlite3/guile-sqlite3 -- error compiling committee.c: too many arguments to function