Re: language testing on pdd25cx, preparing to merge

2008-07-19 Thread Allison Randal
Bob Rogers wrote: The attached patch (against the trunk) adds a case which fails in pdd25cx but works in trunk. Should I go ahead and commit it, and if so, to branch, trunk or both? Looks like you forgot to attach the patch. Allison

language testing on pdd25cx, preparing to merge

2008-07-19 Thread Bob Rogers
From: Bob Rogers <[EMAIL PROTECTED]> Date: Fri, 18 Jul 2008 00:14:57 -0400 The same Kea-CL tests are failing . . . I will try to write a test case for this, but not before Saturday at the earliest. The attached patch (against the trunk) adds a case which fails in pdd25cx but works

[perl #57090] [TODO]: make smolder_test should report test report number

2008-07-19 Thread James Keenan via RT
My wish was your command! Applied in r29617. Thank you very much. kid51

Re: [perl #57090] [TODO]: make smolder_test should report test report number

2008-07-19 Thread Michael Peters
James Keenan (via RT) wrote: I'm beginning to enjoy 'make smolder_test'. Here is a wishlist item for its ongoing development. [snip] I would prefer make smolder_test instead (or additionally) printed out something like this: http://smolder.plusthree.com/app/public_projects/report_detail

Re: [svn:parrot] r29610 - in branches/pdd13pbc: src/pmc t/pmc

2008-07-19 Thread Mark Glines
On Saturday 19 July 2008 11:19:27 chromatic wrote: > Poking at strings directly seems unclean; do we need to add another > function to src/packfile.c to return a packed packfile as a C string, > and then create the string directly here in get_string()? I agree, poking around in STRING internals is

Re: [svn:parrot] r29610 - in branches/pdd13pbc: src/pmc t/pmc

2008-07-19 Thread chromatic
On Saturday 19 July 2008 09:57:02 [EMAIL PROTECTED] wrote: > Log: > [PDD13] > * Implement get_directory(). > * Fix get_string() so it works. > * Add the beginnings of a test script for the Packfile class. > --- branches/pdd13pbc/src/pmc/packfile.pmc(original) > +++ branches/pdd13pbc/src/pmc/p

Loading libs under different names

2008-07-19 Thread Geoffrey Broadwell
I've noticed several patches from you today in which you're adding code to try to load an existing library under additional library names for cygwin support. It's beginning to look like this is a common operation. I needed this for the OpenGL bindings, so I wrote a utility routine in runtime/parr

[perl #57110] [PATCH] ncurses for cygwin

2008-07-19 Thread via RT
# New Ticket Created by Reini Urban # Please include the string: [perl #57110] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=57110 > --- osname= cygwin osvers= 1.5.25(0.15642) arch= cygwin-thread-multi-64int cc= gcc

[perl #57094] [BUG] infix:= converts a PGE::Match to a Str, not a Match

2008-07-19 Thread via RT
# New Ticket Created by Chris Fields # Please include the string: [perl #57094] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=57094 > infix:= converts PGE::Match to a Str, not a Match. This requires the latest patch fro

[perl #57120] [BUG] examples/library/ncurses_life.pir broken

2008-07-19 Thread via RT
# New Ticket Created by Reini Urban # Please include the string: [perl #57120] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=57120 > --- osname= cygwin osvers= 1.5.25(0.15642) arch= cygwin-thread-multi-64int cc= gcc

[perl #57124] Multi sub declaration without parens parsefails

2008-07-19 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #57124] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=57124 > While $ ./perl6 -e 'sub f {}' works, $ ./perl6 -e 'multi sub f {}' get_pmc_keyed() no

[perl #57122] lone 'multi' is not understood correctly by rakudo

2008-07-19 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #57122] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=57122 > While $ ./perl6 -e 'multi sub f() {}' works like it should, $ ./perl6 -e 'multi f() {

[perl #57126] Rakudo should give a nice error about lexical subs not being implemented yet, but doesn't

2008-07-19 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #57126] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=57126 > perl6: my sub foo() {} OUTPUT[Null PMC access in type() current instr.: 'parrot;Perl6;

Updated: parrot-0.6.4-1 with parrot-perl6 and parrot-languages

2008-07-19 Thread Reini Urban
Hi, The parrot packages with libparrot0 and libparrot-devel, plus parrot-perl6 and parrot-languages are updated to 0.6.4 for the Cygwin distribution. Parrot is a virtual machine designed to efficiently compile and execute bytecode for interpreted languages. Parrot is a target for the upcoming Pe

[perl #57116] [BUG] make: *** [perl6] Segmentation fault

2008-07-19 Thread Saleem A. Ansari (via RT)
# New Ticket Created by Saleem A. Ansari # Please include the string: [perl #57116] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=57116 > Hi, Fedora release 8 (Werewolf) gcc (GCC) 4.1.2 20070925 (Red Hat 4.1.2-33) perl v5

[perl #57114] [PATCH] urm RealBin issue

2008-07-19 Thread via RT
# New Ticket Created by Reini Urban # Please include the string: [perl #57114] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=57114 > --- osname= cygwin osvers= 1.5.25(0.15642) arch= cygwin-thread-multi-64int cc= gcc

[perl #57118] A dollar sign at the end of a string makes rakudo hang

2008-07-19 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #57118] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=57118 > $ ./perl6 -e '"$"' hangs.

[perl #57112] [PATCH] postgres for cygwin

2008-07-19 Thread via RT
# New Ticket Created by Reini Urban # Please include the string: [perl #57112] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=57112 > --- osname= cygwin osvers= 1.5.25(0.15642) arch= cygwin-thread-multi-64int cc= gcc

Re: [perl #55954] [PATCH]: Add 'make smolder_test' target

2008-07-19 Thread Michael Peters
Tim Heckman wrote: One thing I've found is that I cannot install TAP::Harness::Archive on windows machines because of test failures. I submitted a ticket about this to rt.cpan.org for this along with possible fixes http://rt.cpan.org/Public/Bug/Display.html?id=37795 I saw those and will try

Re: [perl #55954] [PATCH]: Add 'make smolder_test' target

2008-07-19 Thread Tim Heckman
One thing I've found is that I cannot install TAP::Harness::Archive on windows machines because of test failures. I submitted a ticket about this to rt.cpan.org for this along with possible fixes http://rt.cpan.org/Public/Bug/Display.html?id=37795 tjh On Jul 15, 2008, at 10:35 AM,

Re: [perl #55954] [PATCH]: Add 'make smolder_test' target

2008-07-19 Thread Michael Peters
James Keenan via RT wrote: Since we've applied and refined the patches that Michael Peters originally submitted, is there any particular reason to keep this RT open? Not that I can think of. Close away! -- Michael Peters Plus Three, LP

Re: [perl #57076] AutoReply: "nothing while " fails

2008-07-19 Thread Carl Mäsak
Larry (>), Carl (>:): > : Here's a 1-line patch that fixes nothing, pmichaud++. > > Note that nothing is now unspecced. :) Are you suggesting that nothing may be replaced in the future? // Carl