From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Bill Schottstaedt Newsgroups: gmane.lisp.guile.bugs Subject: pk in boot-9.scm Date: Sun, 01 May 2005 04:50:37 -0700 Message-ID: <4274C28D.8010004@ccrma> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1114947931 334 80.91.229.2 (1 May 2005 11:45:31 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 1 May 2005 11:45:31 +0000 (UTC) Original-X-From: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Sun May 01 13:45:28 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DSCt1-0002Wb-FV for guile-bugs@m.gmane.org; Sun, 01 May 2005 13:45:23 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DSCzi-0005Ov-94 for guile-bugs@m.gmane.org; Sun, 01 May 2005 07:52:18 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DSCzf-0005Om-H6 for bug-guile@gnu.org; Sun, 01 May 2005 07:52:15 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DSCze-0005O0-BT for bug-guile@gnu.org; Sun, 01 May 2005 07:52:14 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DSCzb-0005Le-TF for bug-guile@gnu.org; Sun, 01 May 2005 07:52:12 -0400 Original-Received: from [171.67.16.125] (helo=smtp2.Stanford.EDU) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DSD2V-0007GP-Mo for bug-guile@gnu.org; Sun, 01 May 2005 07:55:11 -0400 Original-Received: from cm-mail.stanford.edu (cm-mail.Stanford.EDU [171.64.197.135]) by smtp2.Stanford.EDU (8.12.11/8.12.11) with ESMTP id j41Boc3F008720 for ; Sun, 1 May 2005 04:50:38 -0700 Original-Received: from ccrma (cmn13.stanford.edu [171.64.197.162]) by cm-mail.stanford.edu (8.11.6/8.11.6) with ESMTP id j41Bobd30970 for ; Sun, 1 May 2005 04:50:38 -0700 User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4.3) Gecko/20041004 X-Accept-Language: en-us, en Original-To: bug-guile@gnu.org X-BeenThere: bug-guile@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GUILE, GNU's Ubiquitous Extension Language" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Errors-To: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.bugs:2793 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.bugs:2793 A less-than-ideal error message (abstracted from a much larger context): guile> (version) "1.7.2" guile> (+ pk 1.0) ; "pk" was a typo in the original code Backtrace: In standard input: 5: 0* [+ {#} 1.0] standard input:5:1: In procedure + in expression (+ pk 1.0): standard input:5:1: Wrong type argument in position 1: # ABORT: (wrong-type-arg) guile> caused by ice-9/boot-9.scm line 225 -- perhaps pk could be moved to a debugging module or something. _______________________________________________ Bug-guile mailing list Bug-guile@gnu.org http://lists.gnu.org/mailman/listinfo/bug-guile