James Keenan via RT wrote:
The PDDs in docs/pdds/ are now in substantial compliance with the coding
standard, those in docs/pdds/draft/ much less so. I'll leave this
ticket open, but it's the sort of thing that only needs some cage
cleaning attention every month or so.
The non-draft PDDs are
On Sun, Aug 31, 2008 at 08:33:48AM -0600, Stephen Simmons wrote:
> In S05, I found this regarding the generalized repetition specifier:
>
> ** '|'# repetition controlled by presence of character
>
> I tried it out with
>
> rule thislist { ** '|' };
>
> and got (with Rakudo):
>
>
On Thu Sep 04 19:22:56 2008, [EMAIL PROTECTED] wrote:
> FWIW, here is a data point: What happens on my Darwin/PPC (10.4) Mac at
> auto::aio:
>
> On Darwin, Configure.pl reports that AIO is unsupported.
Follow-up question: If I 'locate aio' on my Mac and come up with this
(excerpted) list of f
On Fri Sep 05 10:17:30 2008, doughera wrote:
>
> This patch takes the following small steps:
>
> First, I replaced the
> retval = *(int*)i->si_ptr;
> line by
> retval = *(int*)i->si_value.sival_ptr;
> I've never fiddled with this stuff before, but it looks like the
> si_ptr
> #defi
Patrick R. Michaud wrote:
If I understand S04 correctly, C should return a Failure
object with an unthrown and unhandled exception, and attempting
to use the value of the Failure object immediately throws the
exception. So, the above call to C needs to be changed,
or we need to make C smart enou
I applied for an account and built what seems to me to be an appropriate
Parrot Testing Status page. My proposed link target is
http://www.parrot.org/wiki/some-testing-status-tools . If someone wants
to set me up as a site editor I will fix the link myself otherwise the
page is available for
Hearing no objections, and because I needed it to be able to do tests
with mysqlclient, applied in r30790
--
Salu2
On Fri, Sep 5, 2008 at 9:59 AM, via RT Ronald Schmidt
<[EMAIL PROTECTED]> wrote:
> # New Ticket Created by Ronald Schmidt
> # Please include the string: [perl #58610]
> # in the subject line of all future correspondence about this issue.
> # http://rt.perl.org/rt3/Ticket/Display.html?id=58610 >
>
I'll try this out on Darwin and (Debian) Linux this weekend and see what
happens. Thanks.
# New Ticket Created by Ronald Schmidt
# Please include the string: [perl #58610]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=58610 >
I applied for an account and built what seems to me to be an appropriate
Parrot Testi
On Thu, 4 Sep 2008, Patrick R. Michaud wrote:
> On Thu, Sep 04, 2008 at 04:52:34PM -0700, James Keenan via RT wrote:
> > I applied the patch attached, aio.in.revised.patch.txt, in r30771. I
> > set the 'sleep' to 4 seconds. All the tests have been reactivated.
>
> Thanks.
>
> > This is a patch
> This is a patch in the sense of "bandaid". What is it about the letter
> 'K' that means that this probe gives sloppy results on Kubuntu when on
> Ubuntu it has built cleanly for me every day since I started
Something to do with KDE vs Gnome, since that's the major difference?
Perhaps KDE's scr
>
> This is a patch in the sense of "bandaid". What is it about the letter
> 'K' that means that this probe gives sloppy results on Kubuntu when on
> Ubuntu it has built cleanly for me every day
Something to do with Gnome, since that's the major difference between the
two?
--
Email and sh
# New Ticket Created by Moritz Lenz
# Please include the string: [perl #58602]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=58602 >
Rakudo r30787 dies on multi dispatch when subset types are involved:
test file:
subset
On Fri, Sep 5, 2008 at 2:36 AM, Klaas-Jan Stol <[EMAIL PROTECTED]> wrote:
> On Tue, Sep 2, 2008 at 12:43 PM, Allison Randal <[EMAIL PROTECTED]> wrote:
>
>> Klaas-Jan Stol wrote:
>>
>>>
>>> This must make the following syntax rule illegal:
>>>
>>> target = null
>>>
>>> because if "null" is declared
On Fri, Sep 5, 2008 at 9:07 AM, Klaas-Jan Stol <[EMAIL PROTECTED]> wrote:
>
>
> On Fri, Sep 5, 2008 at 1:28 PM, Will Coleda <[EMAIL PROTECTED]> wrote:
>>
>> On Fri, Sep 5, 2008 at 3:45 AM, Christoph Otto via RT
>> <[EMAIL PROTECTED]> wrote:
>> > On Fri Jun 27 13:14:53 2008, coke wrote:
>> >>
>> >>
On Fri, Sep 5, 2008 at 1:28 PM, Will Coleda <[EMAIL PROTECTED]> wrote:
> On Fri, Sep 5, 2008 at 3:45 AM, Christoph Otto via RT
> <[EMAIL PROTECTED]> wrote:
> > On Fri Jun 27 13:14:53 2008, coke wrote:
> >>
> >> While I think this particular example is now valid with the new calling
> >> convention
On Fri, Sep 5, 2008 at 3:45 AM, Christoph Otto via RT
<[EMAIL PROTECTED]> wrote:
> On Fri Jun 27 13:14:53 2008, coke wrote:
>>
>> While I think this particular example is now valid with the new calling
>> conventions, you can get a similar effect with:
>>
>> METHOD BORK BORK parent() {
>> /* noth
On Tue Jul 29 00:38:29 2008, tuxdna wrote:
> I found that it is now working correctly in the latest revision 29838.
resolved
On Fri Jun 27 13:14:53 2008, coke wrote:
>
> While I think this particular example is now valid with the new calling
> conventions, you can get a similar effect with:
>
> METHOD BORK BORK parent() {
> /* nothing to see here*/
> }
This ticket doesn't seem to be closeable as is. Would it be goo
Stuart Jansen (via RT) wrote:
> # New Ticket Created by Stuart Jansen
> # Please include the string: [perl #58586]
> # in the subject line of all future correspondence about this issue.
> # http://rt.perl.org/rt3/Ticket/Display.html?id=58586 >
>
>
> The Fedora Core/Extras split no longer exis
# New Ticket Created by "Carl Mäsak"
# Please include the string: [perl #58592]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=58592 >
$ ../../parrot perl6.pbc -e 'say "OH HAI"' # works
OH HAI
$ ../../parrot perl6.pbc --tar
On Mon Jul 14 13:47:29 2008, [EMAIL PROTECTED] wrote:
> Seems to be fixed as of 29440:
Sounds like a happy ending. resolved
On Fri Aug 01 06:44:05 2008, coke wrote:
> On Thu, Jul 31, 2008 at 7:35 PM, James Keenan via RT
> <[EMAIL PROTECTED]> wrote:
> > Coke: Given the points Leo made and the fact that there has been
> > nothing from the OP in 4 years, can we close this ticket?
> >
> > Thanks.
> >
> > kid51
> >
>
> Jus
# New Ticket Created by Stuart Jansen
# Please include the string: [perl #58586]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=58586 >
The Fedora Core/Extras split no longer exists. Fedora is now simply
called Fedora, not
Attached patch adds links to external dotnet ressources Jonathan
mentioned (his paper, the specs),
and the implementations.
Jonathan should approve it because it links to a bad poem on VM's in
his paper on page 1.
No ticket because it's so simple.
--
Reini Urban
http://phpwiki.org/ http://murbre
On Tue, Sep 2, 2008 at 12:43 PM, Allison Randal <[EMAIL PROTECTED]> wrote:
> Klaas-Jan Stol wrote:
>
>>
>> This must make the following syntax rule illegal:
>>
>> target = null
>>
>> because if "null" is declared as a .local, you can't know whether you want
>> to nullify target, or want to set ta
# New Ticket Created by Reini Urban
# Please include the string: [perl #58590]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=58590 >
---
osname= cygwin
osvers= 1.5.25(0.15642)
arch= cygwin-thread-multi-64int
cc= gcc
Tonight I've updated Rakudo to have Failure objects that
more closely match the description in S04 (i.e., with
unthrown exception objects). However, because this
causes a number of spectest_regression failures, I've
committed the code into a 'failthrow' branch until
we can get the test regression
Bob Rogers wrote:
From: chromatic <[EMAIL PROTECTED]>
Fixed in r30286.
-- c
Terrific; thanks. (Especially since it looks like something I may have
seen in other circumstances, but could not reproduce.)
-- Bob
It looks like this is resolved.
30 matches
Mail list logo