From MAILER-DAEMON Wed Apr 14 22:40:48 2004 Received: from list by monty-python.gnu.org with archive (Exim 4.30) id 1BDwo4-00037x-8I for mharc-bug-kawa@gnu.org; Wed, 14 Apr 2004 22:40:48 -0400 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.30) id 1BDwo1-00037n-My for bug-kawa@gnu.org; Wed, 14 Apr 2004 22:40:45 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.30) id 1BDwnV-0002Jz-HS for bug-kawa@gnu.org; Wed, 14 Apr 2004 22:40:44 -0400 Received: from [199.232.41.5] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.30) id 1BDwnV-0002Ig-1E for bug-kawa@gnu.org; Wed, 14 Apr 2004 22:40:13 -0400 Received: from savannah ([127.0.0.1] helo=localhost) by savannah.gnu.org with smtp (Exim 4.24) id 1BDwne-0007nY-3B for bug-kawa@gnu.org; Wed, 14 Apr 2004 22:40:22 -0400 From: "anonymous" To: bug-kawa@gnu.org X-Savannah-Server: savannah.gnu.org:80 [199.232.41.3] X-Savannah-Project: kawa X-Savannah-Artifact: bugs X-Savannah-Artifact-ID: 8577 User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.5) Gecko/20040130 Firebird/0.7 X-Apparently-From: 63.81.100.13 X-Copy-To: Array Message-Id: Date: Wed, 14 Apr 2004 22:40:22 -0400 Subject: [Bug-kawa] [bugs #8577] Extraneous warnings in method invokation X-BeenThere: bug-kawa@gnu.org X-Mailman-Version: 2.1.4 Precedence: list List-Id: bug-kawa.gnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Apr 2004 02:40:46 -0000 This mail is an automated notification from the bugs tracker of the project: Kawa. /**************************************************************************/ [bugs #8577] Full Item Snapshot: URL: Project: Kawa Submitted by: 0 On: Thu 04/15/04 at 02:40 Category: Scheme language Severity: 5 - Average Item Group: Bad diagnostic Resolution: None Assigned to: None Status: Open Summary: Extraneous warnings in method invokation Original Submission: Kawa does not pick out the overloaded method to invoke at compile time. This results in some errors and run time method look up. (define-namespace timestamp "class:java.sql.Timestamp") (define (foo a b) (timestamp:compareTo (as a) (as b))) gives this warning:Bar.scm:13:4: warning - more than one definitely applicable method `compareTo' in java.sql.Timestamp Bar.scm:13:4: warning - candidate: int java.util.Date.compareTo(java.util.Date) Bar.scm:13:4: warning - candidate: int java.sql.Timestamp.compareTo(java.lang.Object) Bar.scm:13:4: warning - candidate: int java.sql.Timestamp.compareTo(java.sql.Timestamp) Thanks, Chris Dean Compile this code: For detailed info, follow this link: _______________________________________________ Message sent via/by Savannah http://savannah.gnu.org/ From MAILER-DAEMON Thu Apr 15 02:20:59 2004 Received: from list by monty-python.gnu.org with archive (Exim 4.30) id 1BE0F9-0008My-ET for mharc-bug-kawa@gnu.org; Thu, 15 Apr 2004 02:20:59 -0400 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.30) id 1BE0F7-0008MP-8G for bug-kawa@gnu.org; Thu, 15 Apr 2004 02:20:57 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.30) id 1BE0Eb-0008Ck-Lm for bug-kawa@gnu.org; Thu, 15 Apr 2004 02:20:56 -0400 Received: from [199.232.41.5] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.30) id 1BE0Dz-000861-B4 for bug-kawa@gnu.org; Thu, 15 Apr 2004 02:19:47 -0400 Received: from savannah ([127.0.0.1] helo=localhost) by savannah.gnu.org with smtp (Exim 4.24) id 1BE0E8-0007eF-Pa for bug-kawa@gnu.org; Thu, 15 Apr 2004 02:19:56 -0400 From: "anonymous" To: bug-kawa@gnu.org X-Savannah-Server: savannah.gnu.org:80 [199.232.41.3] X-Savannah-Project: kawa X-Savannah-Artifact: bugs X-Savannah-Artifact-ID: 8578 User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6) Gecko/20040401 Debian/1.6-4 X-Apparently-From: 202.36.27.200 X-Copy-To: Array Message-Id: Date: Thu, 15 Apr 2004 02:19:56 -0400 Subject: [Bug-kawa] [bugs #8578] Miscellaneous typos in Kawa 1.7.90 documentation X-BeenThere: bug-kawa@gnu.org X-Mailman-Version: 2.1.4 Precedence: list List-Id: bug-kawa.gnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Apr 2004 06:20:57 -0000 This mail is an automated notification from the bugs tracker of the project: Kawa. /**************************************************************************/ [bugs #8578] Full Item Snapshot: URL: Project: Kawa Submitted by: 0 On: Thu 04/15/04 at 02:19 Category: None Severity: 5 - Average Item Group: Documentation typo/error Resolution: None Assigned to: None Status: Open Summary: Miscellaneous typos in Kawa 1.7.90 documentation Original Submission: 1. The Kawa internals document, third bullet point page 1: `... and Java methods can all Scheme procedures'. Replace `all' with `call'. 2. Page 2, History. `EcmaScript' is later referred to as `ECMAScript' on page 5. 3. Kawa Manual section 6, "Compiling Scheme code to byte-code or an executable": `The compiled class files do have to be installed be installed somewhere in the CLASSPATH.' Delete one instance of `be installed'. Regards, Adam Warner For detailed info, follow this link: _______________________________________________ Message sent via/by Savannah http://savannah.gnu.org/ From MAILER-DAEMON Sat Apr 17 21:24:10 2004 Received: from list by monty-python.gnu.org with archive (Exim 4.30) id 1BF12X-0007Nj-Uj for mharc-bug-kawa@gnu.org; Sat, 17 Apr 2004 21:24:09 -0400 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.30) id 1BF0yK-0005q9-JN for bug-kawa@gnu.org; Sat, 17 Apr 2004 21:19:48 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.30) id 1BF0xi-0005bw-NB for bug-kawa@gnu.org; Sat, 17 Apr 2004 21:19:42 -0400 Received: from [199.232.41.8] (helo=mx20.gnu.org) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.30) id 1BF0xh-0005Xx-8g for bug-kawa@gnu.org; Sat, 17 Apr 2004 21:19:09 -0400 Received: from [199.232.41.5] (helo=savannah.gnu.org) by mx20.gnu.org with esmtp (Exim 4.30) id 1BF0vc-0005Kl-55 for bug-kawa@gnu.org; Sat, 17 Apr 2004 21:17:00 -0400 Received: from savannah ([127.0.0.1] helo=localhost) by savannah.gnu.org with smtp (Exim 4.24) id 1BF0vi-00037p-Tt for bug-kawa@gnu.org; Sat, 17 Apr 2004 21:17:06 -0400 From: "Per Bothner" To: bug-kawa@gnu.org X-Savannah-Server: savannah.gnu.org:443 [199.232.41.3] X-Savannah-Project: kawa X-Savannah-Artifact: bugs X-Savannah-Artifact-ID: 8577 User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.6) Gecko/20040113 X-Apparently-From: 216.102.199.253 X-Copy-To: Array Message-Id: Date: Sat, 17 Apr 2004 21:17:06 -0400 Subject: [Bug-kawa] [bugs #8577] Extraneous warnings in method invokation X-BeenThere: bug-kawa@gnu.org X-Mailman-Version: 2.1.4 Precedence: list List-Id: bug-kawa.gnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Apr 2004 01:24:08 -0000 This mail is an automated notification from the bugs tracker of the project: Kawa. /**************************************************************************/ [bugs #8577] Latest Modifications: Changes by: Per Bothner 'Date: Sun 04/18/04 at 01:17 (GMT) What | Removed | Added --------------------------------------------------------------------------- Resolution | None | Works for me Assigned to | None | bothner ------------------ Additional Follow-up Comments ---------------------------- It works for me, using CVS Kawa, 1.7.90, and older versions (such as 1.6.70). /**************************************************************************/ [bugs #8577] Full Item Snapshot: URL: Project: Kawa Submitted by: 0 On: Thu 04/15/04 at 02:40 Category: Scheme language Severity: 5 - Average Item Group: Bad diagnostic Resolution: Works for me Assigned to: bothner Status: Open Summary: Extraneous warnings in method invokation Original Submission: Kawa does not pick out the overloaded method to invoke at compile time. This results in some errors and run time method look up. (define-namespace timestamp "class:java.sql.Timestamp") (define (foo a b) (timestamp:compareTo (as a) (as b))) gives this warning:Bar.scm:13:4: warning - more than one definitely applicable method `compareTo' in java.sql.Timestamp Bar.scm:13:4: warning - candidate: int java.util.Date.compareTo(java.util.Date) Bar.scm:13:4: warning - candidate: int java.sql.Timestamp.compareTo(java.lang.Object) Bar.scm:13:4: warning - candidate: int java.sql.Timestamp.compareTo(java.sql.Timestamp) Thanks, Chris Dean Compile this code: Follow-up Comments ------------------ ------------------------------------------------------- Date: Sun 04/18/04 at 01:17 By: bothner It works for me, using CVS Kawa, 1.7.90, and older versions (such as 1.6.70). For detailed info, follow this link: _______________________________________________ Message sent via/by Savannah http://savannah.gnu.org/ From MAILER-DAEMON Sat Apr 17 21:30:43 2004 Received: from list by monty-python.gnu.org with archive (Exim 4.30) id 1BF18s-000678-KN for mharc-bug-kawa@gnu.org; Sat, 17 Apr 2004 21:30:42 -0400 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.30) id 1BF18p-000659-Ri for bug-kawa@gnu.org; Sat, 17 Apr 2004 21:30:39 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.30) id 1BF18F-0005kS-6t for bug-kawa@gnu.org; Sat, 17 Apr 2004 21:30:34 -0400 Received: from [199.232.41.5] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.30) id 1BF17w-0005dF-OB for bug-kawa@gnu.org; Sat, 17 Apr 2004 21:29:57 -0400 Received: from savannah ([127.0.0.1] helo=localhost) by savannah.gnu.org with smtp (Exim 4.24) id 1BF184-0004ud-IZ for bug-kawa@gnu.org; Sat, 17 Apr 2004 21:29:52 -0400 From: "Per Bothner" To: bug-kawa@gnu.org X-Savannah-Server: savannah.gnu.org:443 [199.232.41.3] X-Savannah-Project: kawa X-Savannah-Artifact: bugs X-Savannah-Artifact-ID: 7851 User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.6) Gecko/20040113 X-Apparently-From: 216.102.199.253 X-Copy-To: Array Message-Id: Date: Sat, 17 Apr 2004 21:29:52 -0400 Subject: [Bug-kawa] [bugs #7851] Typo in configure.in X-BeenThere: bug-kawa@gnu.org X-Mailman-Version: 2.1.4 Precedence: list List-Id: bug-kawa.gnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Apr 2004 01:30:41 -0000 This mail is an automated notification from the bugs tracker of the project: Kawa. /**************************************************************************/ [bugs #7851] Latest Modifications: Changes by: Per Bothner 'Date: Sun 04/18/04 at 01:29 (GMT) What | Removed | Added --------------------------------------------------------------------------- Resolution | None | Fixed Assigned to | None | bothner Status | Open | Closed ------------------ Additional Follow-up Comments ---------------------------- Somehow I missed this bug report. Should be fixed now. Thanks! /**************************************************************************/ [bugs #7851] Full Item Snapshot: URL: Project: Kawa Submitted by: Pete Chown On: Sun 02/22/04 at 21:45 Category: None Severity: 5 - Average Item Group: Problem building Kawa Resolution: Fixed Assigned to: bothner Status: Closed Summary: Typo in configure.in Original Submission: Configure.in defines an option "--with-gcj". Unfortunately the help string for this option reads "--with-gjc". This is confusing because specifying "--with-gjc" doesn't do anything. This is hardly serious, but it's easily fixed, and should make the product easier to build. Kawa is fun, thanks for working on it. :-) Follow-up Comments ------------------ ------------------------------------------------------- Date: Sun 04/18/04 at 01:29 By: bothner Somehow I missed this bug report. Should be fixed now. Thanks! For detailed info, follow this link: _______________________________________________ Message sent via/by Savannah http://savannah.gnu.org/ From MAILER-DAEMON Sat Apr 17 21:41:43 2004 Received: from list by monty-python.gnu.org with archive (Exim 4.30) id 1BF1JV-00022P-W7 for mharc-bug-kawa@gnu.org; Sat, 17 Apr 2004 21:41:41 -0400 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.30) id 1BF1JP-0001sU-Tq for bug-kawa@gnu.org; Sat, 17 Apr 2004 21:41:35 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.30) id 1BF1Iq-0001Jb-Hj for bug-kawa@gnu.org; Sat, 17 Apr 2004 21:41:31 -0400 Received: from [199.232.41.5] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.30) id 1BF1Iq-0001Ix-1J for bug-kawa@gnu.org; Sat, 17 Apr 2004 21:41:00 -0400 Received: from savannah ([127.0.0.1] helo=localhost) by savannah.gnu.org with smtp (Exim 4.24) id 1BF1Iy-0006St-L6 for bug-kawa@gnu.org; Sat, 17 Apr 2004 21:41:08 -0400 From: "Per Bothner" To: bug-kawa@gnu.org X-Savannah-Server: savannah.gnu.org:443 [199.232.41.3] X-Savannah-Project: kawa X-Savannah-Artifact: bugs X-Savannah-Artifact-ID: 7666 User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.6) Gecko/20040113 X-Apparently-From: 216.102.199.253 X-Copy-To: Array Message-Id: Date: Sat, 17 Apr 2004 21:41:08 -0400 Subject: [Bug-kawa] [bugs #7666] call-with-output-file yields Null pointer exception in compiled code X-BeenThere: bug-kawa@gnu.org X-Mailman-Version: 2.1.4 Precedence: list List-Id: bug-kawa.gnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Apr 2004 01:41:39 -0000 This mail is an automated notification from the bugs tracker of the project: Kawa. /**************************************************************************/ [bugs #7666] Latest Modifications: Changes by: Per Bothner 'Date: Sun 04/18/04 at 01:41 (GMT) What | Removed | Added --------------------------------------------------------------------------- Resolution | None | Fixed Assigned to | None | bothner Status | Open | Closed ------------------ Additional Follow-up Comments ---------------------------- Fixed - this was a silly typo in kawa/standard/Scheme.java. /**************************************************************************/ [bugs #7666] Full Item Snapshot: URL: Project: Kawa Submitted by: 0 On: Tue 02/10/04 at 18:32 Category: Scheme language Severity: 5 - Average Item Group: Compile-time exception Resolution: Fixed Assigned to: bothner Status: Closed Summary: call-with-output-file yields Null pointer exception in compiled code Original Submission: I'm using the most recent cvs version and I get a null pointer exception when call-with-output-file is called. Follow-up Comments ------------------ ------------------------------------------------------- Date: Sun 04/18/04 at 01:41 By: bothner Fixed - this was a silly typo in kawa/standard/Scheme.java. For detailed info, follow this link: _______________________________________________ Message sent via/by Savannah http://savannah.gnu.org/ From MAILER-DAEMON Tue Apr 20 16:14:15 2004 Received: from list by monty-python.gnu.org with archive (Exim 4.30) id 1BG1dG-0004Ej-EA for mharc-bug-kawa@gnu.org; Tue, 20 Apr 2004 16:14:14 -0400 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.30) id 1BG1dA-0004Cs-T0 for bug-kawa@gnu.org; Tue, 20 Apr 2004 16:14:08 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.30) id 1BG1bf-0003mC-4v for Bug-kawa@gnu.org; Tue, 20 Apr 2004 16:13:07 -0400 Received: from [199.232.41.8] (helo=mx20.gnu.org) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.30) id 1BG1be-0003ez-Ni for Bug-kawa@gnu.org; Tue, 20 Apr 2004 16:12:34 -0400 Received: from [200.217.84.234] (helo=mailcity.com) by mx20.gnu.org with smtp (Exim 4.30) id 1BG1ba-0003Pm-8G for Bug-kawa@gnu.org; Tue, 20 Apr 2004 16:12:30 -0400 From: "Julian Banderas" To: Sender: "Julian Banderas" Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Date: Tue, 20 Apr 2004 17:12:33 -0300 Content-Transfer-Encoding: 8bit Message-Id: Cc: Subject: [Bug-kawa] Mala direta e-mails listas de email http://www.gueb.de/divulgamail X-BeenThere: bug-kawa@gnu.org X-Mailman-Version: 2.1.4 Precedence: list List-Id: bug-kawa.gnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Apr 2004 20:14:12 -0000 As melhores listas segmentadas de e-mails para mala direta. Todos os tipos: http://www.gueb.de/divulgamail Cadastros de e-mails segmentados por estados, profissões, empresas e pessoas físicas. Tudo que você pracisa para fazer a divulgação e publicidade do seu negócio, programas para spam e e-mail marketing. Listagens atualizadas e garantidas. Visite agora: http://www.gueb.de/divulgamail From MAILER-DAEMON Tue Apr 27 16:04:57 2004 Received: from list by monty-python.gnu.org with archive (Exim 4.30) id 1BIYp6-000569-Px for mharc-bug-kawa@gnu.org; Tue, 27 Apr 2004 16:04:56 -0400 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.30) id 1BIYp2-00054I-Ve for bug-kawa@gnu.org; Tue, 27 Apr 2004 16:04:52 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.30) id 1BIYoN-0004mR-Gj for bug-kawa@gnu.org; Tue, 27 Apr 2004 16:04:43 -0400 Received: from [199.232.41.5] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.30) id 1BIYmV-00049E-Ai for bug-kawa@gnu.org; Tue, 27 Apr 2004 16:02:15 -0400 Received: from savannah ([127.0.0.1] helo=localhost) by savannah.gnu.org with smtp (Exim 4.24) id 1BIYmZ-00057y-8A for bug-kawa@gnu.org; Tue, 27 Apr 2004 16:02:19 -0400 From: "anonymous" To: bug-kawa@gnu.org X-Savannah-Server: savannah.gnu.org:80 [199.232.41.3] X-Savannah-Project: kawa X-Savannah-Artifact: bugs X-Savannah-Artifact-ID: 8711 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.4) Gecko/20030624 X-Apparently-From: 65.94.220.177 X-Copy-To: Array Message-Id: Date: Tue, 27 Apr 2004 16:02:19 -0400 Subject: [Bug-kawa] [bugs #8711] Dead variable compiler error X-BeenThere: bug-kawa@gnu.org X-Mailman-Version: 2.1.4 Precedence: list List-Id: bug-kawa.gnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Apr 2004 20:04:55 -0000 This mail is an automated notification from the bugs tracker of the project: Kawa. /**************************************************************************/ [bugs #8711] Full Item Snapshot: URL: Project: Kawa Submitted by: 0 On: Tue 04/27/04 at 20:02 Category: Code generation Severity: 5 - Average Item Group: Compile-time exception Resolution: None Assigned to: None Status: Open Summary: Dead variable compiler error Original Submission: The compiler aborts with the following error on the attached file: (compiling test.scm) Internal error while compiling test.scm:15 java.lang.Error: attempting to push dead variable at gnu.bytecode.CodeAttr.emitLoad(CodeAttr.java:1047) at gnu.expr.Declaration.load(Declaration.java:140) at gnu.expr.ReferenceExp.compile(ReferenceExp.java:118) .... It seems that there is a code generation bug when a lambda-expression appears in a method declared inside a 'define-simple-class' that is not exported by the module. File Attachments ------------------- ------------------------------------------------------- Date: Tue 04/27/04 at 20:02 Name: test.scm Size: 445KB By: None http://savannah.gnu.org/bugs/download.php?item_id=8711&item_file_id=1243 For detailed info, follow this link: _______________________________________________ Message sent via/by Savannah http://savannah.gnu.org/