Re: [perl #35439] [BUG] PGE: 'index' op not found when creating rule

2005-05-14 Thread Patrick R. Michaud
On Sat, May 14, 2005 at 03:31:21PM +0200, Leopold Toetsch wrote: > Jerry Gay <[EMAIL PROTECTED]> wrote: > > with parrot revision 8086, i'm running the following: > > > .sub main @MAIN > > load_bytecode 'PGE.pbc' > > .local pmc p6rule, rulesub, match > > p6rule= find_global 'PGE', 'p6ru

Re: Added tests to t/p6rules/ws.t

2005-05-14 Thread Patrick R. Michaud
On Sat, May 14, 2005 at 11:36:30AM -0400, Dino Morelli wrote: > Changes: > > -Added the same set of tests for :w to be performed without :w > > -Added a couple of tests for both that include tabs, spaces and newlines > > -Added C to the test script. Is this a good > idea? I had gotten feedback f

Added tests to t/p6rules/ws.t

2005-05-14 Thread Dino Morelli
Changes: -Added the same set of tests for :w to be performed without :w -Added a couple of tests for both that include tabs, spaces and newlines -Added C to the test script. Is this a good idea? I had gotten feedback from Coke and pjcj on #parrot about warnings requiring a late-model Perl5. -Ad

Re: Object Numify/Stringify-ing to Unique values

2005-05-14 Thread Larry Wall
On Sat, May 14, 2005 at 02:57:53PM +0200, Leopold Toetsch wrote: : If we want some interoperbility with Python dicts, hashing will not be : done on ids but on the hash function of the type. Which Perl could default to id. Larry

Re: small typo in PBC_COMPAT

2005-05-14 Thread Dino Morelli
On Thu, 12 May 2005, Autrijus Tang wrote: >On Wed, May 11, 2005 at 06:09:00PM -0400, Dino Morelli wrote: >> >Feel free to correct 'no_plan'. I'll happily apply any and all >> >patches to the tests, and those with commit privs are welcome >> >to directly modify the t/p6rules/*.t files at any time.

Re: [perl #35439] [BUG] PGE: 'index' op not found when creating rule

2005-05-14 Thread Leopold Toetsch
Jerry Gay <[EMAIL PROTECTED]> wrote: > with parrot revision 8086, i'm running the following: > .sub main @MAIN > load_bytecode 'PGE.pbc' > .local pmc p6rule, rulesub, match > p6rule= find_global 'PGE', 'p6rule' > rulesub= p6rule( '( \\ \. )+ \\' ) > .end > which, under parrot -t,

Re: Object Numify/Stringify-ing to Unique values

2005-05-14 Thread Leopold Toetsch
Autrijus Tang <[EMAIL PROTECTED]> wrote: > What does unboxed values return for their "id", though? > 3 =:= 3; # always true? > 3.id ~~ 3.id; # ditto? Maybe true or not, that's highly implementation dependent. I'd not touch these internals: $ python Python 2.4 [...] >>> id(2) ==

[perl #35439] [BUG] PGE: 'index' op not found when creating rule

2005-05-14 Thread via RT
# New Ticket Created by jerry gay # Please include the string: [perl #35439] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/rt3/Ticket/Display.html?id=35439 > with parrot revision 8086, i'm running the following: .sub main @MAIN load_bytecode '

Re: Test failures on OSX

2005-05-14 Thread Tim Bunce
On Thu, May 12, 2005 at 10:31:06PM +0200, Leopold Toetsch wrote: > Tim wrote: > >Fresh (and first) checkout and build of parrot (#8075) > > first???\ :-) I know, I know. Real life, real work and all that. I've been "watching from afar" though at all this great work. I still won't have much