--
Will "Coke" Coleda
On Oct 23, 2008, at 23:05, "Allison Randal via RT" <[EMAIL PROTECTED]
> wrote:
Will Coleda (via RT) wrote:
I would expect both of these programs to output the same thing, but
it
looks like rethrow is generating the same output that throw would
here.
What is the d
Chris (>):
> I can't assign $/ to a variable or
> pass it to a method. Is this a bug, or am I just confused?
I think it's a bug. I sent your message along to [EMAIL PROTECTED]
// Carl
On Fri, Oct 24, 2008 at 12:00 AM, Allison Randal <[EMAIL PROTECTED]> wrote:
>> That being said, I can't imagine Apple would be terribly keen to
>> endorse anything which requires jail breaking the phone. Don't we
>> have contacts in Apple? Getting official approval for trying this
>> out might be
On Thu, Oct 23, 2008 at 08:14:19PM -0700, Allison Randal via RT wrote:
> > a = a ** b # pow a, a, b
> >
> > Before the MMD merge, this opcode meant "raise a to the power
> > of b and store the result back in a". However, after the mmd
> > branch merge this opcode now means "create a
On Thu, Oct 23, 2008 at 08:04:41PM -0700, Allison Randal wrote:
>
> I don't understand the problem. Is it that you expect 'rethrow' to keep
> the stack trace of the original 'die'?
...this is what I would expect. If I catch and then rethrow an
exception, I'd expect the stack trace to continue t
On Fri, Oct 24, 2008 at 11:21 AM, Patrick R. Michaud <[EMAIL PROTECTED]> wrote:
> On Thu, Oct 23, 2008 at 08:04:41PM -0700, Allison Randal wrote:
>>
>> I don't understand the problem. Is it that you expect 'rethrow' to keep
>> the stack trace of the original 'die'?
>
> ...this is what I would expec
> --- On Thu, 23/10/08, Gabor Szabo <[EMAIL PROTECTED]> wrote:
>
>> Don't you think it would be important to start working
>> in this direction?
What about OpenMoko? Doesn't that run a fairly standard Linux?
--
Email and shopping with the feelgood factor!
55% of income to good causes. http
# New Ticket Created by "Carl Mäsak"
# Please include the string: [perl #60092]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=60092 >
Chris Dolan writes the following to p6u:
I'm learning about Match objects today. I can
# New Ticket Created by Canol Gökel
# Please include the string: [perl #60098]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=60098 >
After doing the Windows installation via setup-parrot-0.8.0.exe I cannot run
the perl 6
Carl MXXsak (via RT) wrote:
> # New Ticket Created by "Carl Mäsak"
> # Please include the string: [perl #60092]
> # in the subject line of all future correspondence about this issue.
> # http://rt.perl.org/rt3/Ticket/Display.html?id=60092 >
>
>
> Chris Dolan writes the following to p6u:
>
>
On Fri, Oct 24, 2008 at 8:49 AM, via RT Canol Gökel
<[EMAIL PROTECTED]> wrote:
> # New Ticket Created by Canol Gökel
> # Please include the string: [perl #60098]
> # in the subject line of all future correspondence about this issue.
> # http://rt.perl.org/rt3/Ticket/Display.html?id=60098 >
>
>
>
Hi there!
First of all, please, excuse my bad English. Again :)
This bug still there, in spate of two stable realize of the Parrot.
It`s block our progress on the HTML::Template porting in November
project and correct realization of is_deeply in our Test.pm :(
Unfortunately I am not pir or C or an
On behalf of the Parrot team, I'm proud to announce Parrot 0.8.0
"Pareto Principle." Parrot (http://parrotcode.org/) is a virtual
machine aimed at running all dynamic languages.
Parrot 0.8.0 is available via CPAN, or follow the download
instructions at http://parrotcode.org/source.html. For those
Will Coleda wrote:
Allison Randal wrote:
...you expect 'rethrow' to keep the stack trace of the original 'die'?
Yes.
The way to do this is to add stack trace information to the Exception's
'stacktrace' attribute when the exception is first thrown, and print
that out for an unhandled excep
Илья wrote:
> Hi there!
> First of all, please, excuse my bad English. Again :)
>
> This bug still there, in spate of two stable realize of the Parrot.
> It`s block our progress on the HTML::Template porting in November
> project and correct realization of is_deeply in our Test.pm :(
> Unfortunate
On Fri, Oct 24, 2008 at 3:18 PM, Allison Randal <[EMAIL PROTECTED]> wrote:
> Will Coleda wrote:
>>
>> Allison Randal wrote:
>>>
>>> ...you expect 'rethrow' to keep the stack trace of the original 'die'?
>>
>> Yes.
>
> The way to do this is to add stack trace information to the Exception's
> 'stackt
On Friday 24 October 2008, jerry gay wrote:
> On behalf of the Parrot team, I'm proud to announce Parrot 0.8.0
> "Pareto Principle." Parrot (http://parrotcode.org/) is a virtual
> machine aimed at running all dynamic languages.
>
After an svn update and rebuild of parrot and rakudo, I ran 'make sp
The undefined warnings are known, and due mainly to the tests not
being as carefully written as they should be. I believe there is a
ticket in the rt queue, but i'm not able to search it from my phone.
If nobody beats me to it, i'll point it out when i arrive at my destination.
~jerry
On 10/24/08
OK, Thanks.
On Friday 24 October 2008, jerry gay wrote:
> The undefined warnings are known, and due mainly to the tests not
> being as carefully written as they should be. I believe there is a
> ticket in the rt queue, but i'm not able to search it from my phone.
> If nobody beats me to it, i'll p
I stumbled across this issue while descending into a recursive Match
structure. Consider the following reentrant subroutine:
sub f($n) {
for 0..$n -> $i {
say "$i of 0..$n";
if ($i == 4) {
f(0);
}
}
};
f(6);
The value of the argument, $n, gets overwritten
20 matches
Mail list logo