Re: [perl #60070] [BUG] "make opsrenumber" causes build to fail

2008-10-22 Thread chromatic
On Wednesday 22 October 2008 23:06:22 jerry gay wrote: > this is definitely fallout from the mmd branch merge. seems ops.skip > hasn't been modified, and make opsrenumber was never run after opcodes > were modified. > > i wrote a hack that suggests all ops from ops.skip should be removed: That's

Re: Parrot on mobile platforms?

2008-10-22 Thread Gabor Szabo
Thanks for the quick answer. Then I have another few questions :-) Don't you think it would be important to start working in this direction? Maybe to try to get someone work on this or to get sponsorship in that direction? Gabor On Thu, Oct 23, 2008 at 8:33 AM, chromatic <[EMAIL PROTECTED]> wrot

Re: Parrot on mobile platforms?

2008-10-22 Thread chromatic
On Wednesday 22 October 2008 23:23:46 Gabor Szabo wrote: > I am totally lack of relevant knowledge so I'd like to get some from you. > > There are many mobile platforms out there. > Linux based, Symbian, Blackberry, iPhone, Windows, Palm, Android, etc.. > > I wonder what are the chances of Parrot

Re: [perl #60070] [BUG] "make opsrenumber" causes build to fail

2008-10-22 Thread jerry gay
On Wed, Oct 22, 2008 at 10:49 PM, Patrick R. Michaud (via RT) <[EMAIL PROTECTED]> wrote: > # New Ticket Created by Patrick R. Michaud > # Please include the string: [perl #60070] > # in the subject line of all future correspondence about this issue. > # http://rt.perl.org/rt3/Ticket/Display.html?

[perl #60070] [BUG] "make opsrenumber" causes build to fail

2008-10-22 Thread Patrick R. Michaud (via RT)
# New Ticket Created by Patrick R. Michaud # Please include the string: [perl #60070] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=60070 > In the lex branch I'm trying to add a new opcode, but I'm running into a build iss

[perl #59636] [BUG] t/op/bitwise.t fails on Darwin

2008-10-22 Thread James Keenan via RT
After yesterday's release, this passed for me on Darwin PPC 10.4 at r32119. I'll keep my fingers crossed and keep watching the Smolder reports. kid51

[perl #60068] [BUG] t/pmc/packfile.t: set_integer_keyed_str test failing on Darwin PPC

2008-10-22 Thread via RT
# New Ticket Created by James Keenan # Please include the string: [perl #60068] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=60068 > This is the only test failure I'm getting with version 0.8 on Darwin, PPC, OS X 10.4:

Re: Signatures and matching (was "Re: XPath grammars (Was: Re: globs and trees in Perl6)")

2008-10-22 Thread Timothy S. Nelson
On Tue, 21 Oct 2008, Timothy S. Nelson wrote: On Tue, 21 Oct 2008, David Green wrote: On 2008-Oct-2, at 6:15 pm, Timothy S. Nelson wrote: The guys on IRC convinced me that the way to go might be something like a grammar, but that does trees and tree transformations instead of a text input st

Re: [svn:parrot] r32110 - tags/RELEASE_0_8_0/runtime/parrot/library/PGE

2008-10-22 Thread Will Coleda
If someone could untangle this inadvertent commit to a tag instead of trunk, I'd appreciate it. On Wed, Oct 22, 2008 at 1:40 PM, <[EMAIL PROTECTED]> wrote: > Author: coke > Date: Wed Oct 22 10:40:50 2008 > New Revision: 32110 > > Modified: > tags/RELEASE_0_8_0/runtime/parrot/library/PGE/Util.pi

Re: [perl #60054] [BUG] PGE/Util.pir has unresolved dependencies.

2008-10-22 Thread Will Coleda
On Wed, Oct 22, 2008 at 1:14 PM, Will Coleda <[EMAIL PROTECTED]> wrote: > On Wed, Oct 22, 2008 at 12:52 PM, via RT Will Coleda > <[EMAIL PROTECTED]> wrote: >> # New Ticket Created by Will Coleda >> # Please include the string: [perl #60054] >> # in the subject line of all future correspondence ab

Re: [perl #60054] [BUG] PGE/Util.pir has unresolved dependencies.

2008-10-22 Thread Will Coleda
On Wed, Oct 22, 2008 at 12:52 PM, via RT Will Coleda <[EMAIL PROTECTED]> wrote: > # New Ticket Created by Will Coleda > # Please include the string: [perl #60054] > # in the subject line of all future correspondence about this issue. > # http://rt.perl.org/rt3/Ticket/Display.html?id=60054 > > > >

[perl #60054] [BUG] PGE/Util.pir has unresolved dependencies.

2008-10-22 Thread via RT
# New Ticket Created by Will Coleda # Please include the string: [perl #60054] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=60054 > $ cat foo.pir .sub asdf :main load_bytecode 'PGE/Util.pbc' .end $ ./parrot foo.pir Clas

Re: Signatures and matching (was "Re: XPath grammars (Was: Re: globs and trees in Perl6)")

2008-10-22 Thread TSa
HaloO, David Green wrote: One thing I would like signatures to be able to do, though, is assign parameters by type. Much like a rule can look for identifiable objects like a or , it would be very useful to look for parameters by their type or class rather than by name (or position). For ex

Re: Signatures and matching (was "Re: XPath grammars (Was: Re: globs and trees in Perl6)")

2008-10-22 Thread Timothy S. Nelson
On Wed, 22 Oct 2008, Brad Bowman wrote: The "scrap your boilerplate" scheme for generics in Haskell addresses traversals, queries, transformations, parallel zipping and the like. I've only briefly felt like I understood it, so I was going to revise before trying to adapt it to Perl 6. (Any lam

Re: Signatures and matching (was "Re: XPath grammars (Was: Re: globs and trees in Perl6)")

2008-10-22 Thread Brad Bowman
The "scrap your boilerplate" scheme for generics in Haskell addresses traversals, queries, transformations, parallel zipping and the like. I've only briefly felt like I understood it, so I was going to revise before trying to adapt it to Perl 6. (Any lambdacamels out there that do understand th