Re: [perl #60044] [BUG?] rethrow just throwing?

2008-10-24 Thread Will Coleda
-- 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

Re: Assigning and passing $/

2008-10-24 Thread Carl Mäsak
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

Re: Parrot on mobile platforms?

2008-10-24 Thread Mark J. Reed
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

Re: [perl #60016] [PATCH] Make basic Perl 6 tests pass

2008-10-24 Thread Patrick R. Michaud
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

Re: [perl #60044] [BUG?] rethrow just throwing?

2008-10-24 Thread Patrick R. Michaud
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

Re: [perl #60044] [BUG?] rethrow just throwing?

2008-10-24 Thread Mark J. Reed
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

Re: Parrot on mobile platforms?

2008-10-24 Thread ajr
> --- 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

[perl #60092] $/ cannot be assigned to other vars or passed as a parameter

2008-10-24 Thread Carl Mäsak
# 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

[perl #60098] [BUG] "load_bytecode" couldn't find file 'P6object.pbc'

2008-10-24 Thread via RT
# 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

Re: [perl #60092] $/ cannot be assigned to other vars or passed as a parameter

2008-10-24 Thread Moritz Lenz
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: > >

Re: [perl #60098] [BUG] "load_bytecode" couldn't find file 'P6object.pbc'

2008-10-24 Thread jerry gay
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 > > > >

Re: [perl #58392] Recursion and for loops interact badly in Rakudo

2008-10-24 Thread Илья
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

Parrot 0.8.0, "Pareto Principle" released

2008-10-24 Thread jerry gay
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

Re: [perl #60044] [BUG?] rethrow just throwing?

2008-10-24 Thread Allison Randal
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

Re: [perl #58392] Recursion and for loops interact badly in Rakudo

2008-10-24 Thread Moritz Lenz
Илья 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

Re: [perl #60044] [BUG?] rethrow just throwing?

2008-10-24 Thread Will Coleda
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

Re: Parrot 0.8.0, "Pareto Principle" released

2008-10-24 Thread Elyse M. Grasso
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

Re: Parrot 0.8.0, "Pareto Principle" released

2008-10-24 Thread jerry gay
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

Re: Parrot 0.8.0, "Pareto Principle" released

2008-10-24 Thread Elyse M. Grasso
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

Argument scoping error or bug?

2008-10-24 Thread Chris Dolan
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