[perl #53682] Cage cleaning: Visual Studio compiler for parrot

2008-05-04 Thread William Herrera
# New Ticket Created by "William Herrera" # Please include the string: [perl #53682] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=53682 > The MS C compiler produces numerous warnings about "not all paths return a value" o

[perl #53684] here is the revised file

2008-05-04 Thread William Herrera
# New Ticket Created by "William Herrera" # Please include the string: [perl #53684] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=53684 > /* compiler.h * Copyright (C) 2007-2008, The Perl Foundation. * SVN Info *

Re: [perl #48971] Parrot build failure "no such instruction: `trap'"

2008-05-04 Thread Walter M Szeliga
Excellent, the patch from ticket 52214 works. Walter

[perl #53666] [PATCH] Implementation of "kv" method for rakudo's hashes.

2008-05-04 Thread via RT
# New Ticket Created by Vasily Chekalkin # Please include the string: [perl #53666] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=53666 > Hello. There is implementation of "kv" method for rakudo. Only languages/perl/src/

Re: YAPC::EU 2008

2008-05-04 Thread Bernhard Schmalhofer
Jonathan Worthington schrieb: Allison Randal wrote: Will Coleda schrieb: Can we get an idea of how many parrot hackers are planning on attending YAPC::EU this year? (will be held in Copenhagen, Denmark, on 13-15 August 2008 Bernhard Schmalhofer wrote: Is there enough critical mass that would

Re: Exceptions and Concurrency Questions

2008-05-04 Thread Allison Randal
Allison Randal wrote: Presumably the handled opcode will remove the exception Task from the scheduler and resume execution at the appropriate point. Presumably also the declining to handle an exception (the replacement for rethrow) will cause the scheduler to move to the next exception hand