From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Mike Gran Newsgroups: gmane.lisp.guile.devel Subject: Test suite libguile/dynl.c Date: Sun, 26 Oct 2003 11:31:23 -0800 (PST) Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Message-ID: <20031026193123.96526.qmail@web14303.mail.yahoo.com> Reply-To: spikegran@earthlink.net NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1067196764 20614 80.91.224.253 (26 Oct 2003 19:32:44 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 26 Oct 2003 19:32:44 +0000 (UTC) Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Sun Oct 26 20:32:41 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1ADqcz-0003HR-01 for ; Sun, 26 Oct 2003 20:32:41 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1ADqcO-0003ll-2o for guile-devel@m.gmane.org; Sun, 26 Oct 2003 14:32:04 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1ADqcJ-0003ku-4u for guile-devel@gnu.org; Sun, 26 Oct 2003 14:31:59 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1ADqbl-0003VR-VF for guile-devel@gnu.org; Sun, 26 Oct 2003 14:31:57 -0500 Original-Received: from [216.136.173.79] (helo=web14303.mail.yahoo.com) by monty-python.gnu.org with smtp (Exim 4.24) id 1ADqbl-0003Tc-Hd for guile-devel@gnu.org; Sun, 26 Oct 2003 14:31:25 -0500 Original-Received: from [199.46.200.230] by web14303.mail.yahoo.com via HTTP; Sun, 26 Oct 2003 11:31:23 PST Original-To: guile-devel@gnu.org X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.2 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 Xref: main.gmane.org gmane.lisp.guile.devel:2925 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.devel:2925 I noticed that the test-suite in 1.6.4 didn't have any coverage for the low-level dynamic linking (dlopening) functions such as dynamic-link. I hacked together some cases that can integrate into the test-suite, and posted them in the guile-sources list (http://mail.gnu.org/archive/html/guile-sources/2003-10/msg00015.html). Forgive the cross post, but, I worry that stuff on guile-sources might get lost among all the spam. I have done a lot of formal code testing, but, I am a scheme noob. I'm certain my code lacks elegance. __________________________________ Do you Yahoo!? Exclusive Video Premiere - Britney Spears http://launch.yahoo.com/promos/britneyspears/ _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://mail.gnu.org/mailman/listinfo/guile-devel