[perl #45629] [Scheme] Reenable skipped tests, adapt to current calling conventions

2007-09-22 Thread via RT
# New Ticket Created by Bernhard Schmalhofer # Please include the string: [perl #45629] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=45629 > Currently the test cases in the languages/scheme/t/logic/*.t are all skipped wi

Re: [perl #45523] [TODO] Have Configure.pl inform user of failed configuration steps

2007-09-22 Thread James E Keenan
[The following message was posted to the RT GUI interface Sep 20 but was never copied to the list. So I'm posting it separately here.] Having pondered the innards of Parrot::Configure (lib/Parrot/Configure.pm) a lot during recent months, I've had occasion to wonder why certain parts of it were

[svn:parrot-pdd] r21480 - trunk/docs/pdds

2007-09-22 Thread paultcochrane
Author: paultcochrane Date: Sat Sep 22 03:00:33 2007 New Revision: 21480 Modified: trunk/docs/pdds/pdd21_namespaces.pod Log: [pdds] Removed old docs are recommended by Allison Randal - Removed old todo item regarding a universal pmc interface (the exceptions pdd already exists). - removed doc

[perl #45659] Tcl - [string is double .1] returns wrong value

2007-09-22 Thread via RT
# New Ticket Created by Will Coleda # Please include the string: [perl #45659] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=45659 > These tests started failing in the past few months, and I TODO'd them: [string is doubl

Re: Discussion of pdd21_namespaces.pod

2007-09-22 Thread Allison Randal
Paul Cochrane wrote: =item * Under the Compiler PMC API section within the explanation of the C method there is the text: On failure, an exception is thrown. {XXX - I'd settle for a universal error pmc interface. Hm, sounds like a new pdd. >>TODO} We've got an exceptions PDD; is this w

Re: [perl #45601] [unified_testing] Plans and notes for the unified testing branch

2007-09-22 Thread Eric Wilhelm
# from James Keenan via RT # on Friday 21 September 2007 13:44: >On Thu Sep 20 13:03:31 2007, [EMAIL PROTECTED] wrote: >>http://perlsix.org/svn/parrot/view/branches/unified_testing/BRANCH_TODO >>... >> 5) Add processing of the output of Configure --test. > >When I began working on writing tests fo

Re: [PROPOSAL] Remove "->" syntax from IMCC

2007-09-22 Thread Allison Randal
[EMAIL PROTECTED] wrote: I already added it to DEPRECATED.pod before the last release and removed it afterwards; it's gone already. Awesome. Many thanks! Allison

Re: [svn:parrot] r21437 - branches/pdd15oo/src/ops

2007-09-22 Thread Joshua Juran
On Sep 21, 2007, at 1:15 AM, Joshua Isom wrote: -Werror -Wdeclaration-after-statement Should work according to the manpage. But just one little problem. src/string.c In file included from src/string.c:26: src/string_private_cstring.h:21: warning: size of 'parrot_cstrings' is 7560 bytes ***