# 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
[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
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
# 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
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
# 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
[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
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
***