[perl #54478] [RFE] trace should be a number that can be decremented and incremented

2008-05-19 Thread Will Coleda via RT
On Mon May 19 15:29:33 2008, cognominal wrote: > Request for enhancement: > > At the PIR level, trace should be a number that can be decremented > and incremented with two new opcodes > inc_trace and dec_trace. trace mode would be active when the trace > variable is strictly positive. This is

Re: [perl #52222] [BUG] Test 3 of t/dynoplibs/myops.t crashes with a bus error

2008-05-19 Thread Will Coleda
On Mon, May 19, 2008 at 5:17 PM, NotFound via RT <[EMAIL PROTECTED]> wrote: > The opcode tested crash parrot intentionally, a crash is the intended > result, not a bug. It should be pointed out that this is not a serious opcode. ISTR we tried to squeeze it in for an April Fool's some years ago; th

[perl #54444] [rakudo] 'No such caller depth' with pure perl mod_perl6

2008-05-19 Thread via RT
# New Ticket Created by Jeff Horwitz # Please include the string: [perl #5] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=5 > while converting mod_perl6 from PIR to pure perl6, i encountered the following error wh

[perl #52222] [BUG] Test 3 of t/dynoplibs/myops.t crashes with a bus error

2008-05-19 Thread NotFound via RT
The opcode tested crash parrot intentionally, a crash is the intended result, not a bug.

[perl #54474] [BUG] cmp doesn't works for integers

2008-05-19 Thread via RT
# New Ticket Created by Vasily Chekalkin # Please include the string: [perl #54474] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=54474 > Parrot's op cmp doesn't work for integers. $ cat v.pir .sub main :main $P99 =

[perl #54454] [CAGE] [PATCH] static function parrot_class_register is never used

2008-05-19 Thread via RT
# New Ticket Created by NotFound # Please include the string: [perl #54454] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=54454 > The static function parrot_class_register in src/oo.c is never used. This patch removes it.

[perl #54384] [BUG] [PATCH] split opcode gives "failed assertion" when source string is null

2008-05-19 Thread NotFound
> The split opcode gives "failed assertion 's'" when given a > null string argument. Perhaps it should pretend it got the > null string, or at least throw a more "normal" exception. A problem is that the string_split functions declares his parameter as non null. This function is used in several p

Re: [perl #54478] [RFE] trace should be a number that can be decremented and incremented

2008-05-19 Thread Patrick R. Michaud
On Mon, May 19, 2008 at 03:29:33PM -0700, Stephane Payrard wrote: > # New Ticket Created by Stephane Payrard > # Please include the string: [perl #54478] > # in the subject line of all future correspondence about this issue. > # http://rt.perl.org/rt3/Ticket/Display.html?id=54478 > > > Request

[perl #54478] [RFE] trace should be a number that can be decremented and incremented

2008-05-19 Thread via RT
# New Ticket Created by Stephane Payrard # Please include the string: [perl #54478] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=54478 > Request for enhancement: At the PIR level, trace should be a number that can be d

Re: [perl #54444] AutoReply: [rakudo] 'No such caller depth' with pure perl mod_perl6

2008-05-19 Thread Jeff Horwitz
On Mon, 19 May 2008, Parrot via RT wrote: while converting mod_perl6 from PIR to pure perl6, i encountered the following error when running a handler: No such caller depth current instr.: 'parrot;ModParrot;HLL;perl6;handler' pc 62 (EVAL_13:46) i tracked down the error to this block in perl

[perl #48513] [TODO][PCT] Use of int registers in PCT.

2008-05-19 Thread Patrick R. Michaud via RT
On Wed Dec 12 06:07:47 2007, kjs wrote: > It would be helpful if PCT knew how to handle integer registers if needed. > > A typical example is for using the "isgt" or any other isXX op: > > a = 1 > b = 2 > $I0 = isgt a, b # returns 0, as 1 is not greater than 2 > > > In PCT this is helpful, if

[perl #54454] [CAGE] [PATCH] static function parrot_class_register is never used

2008-05-19 Thread Patrick R. Michaud via RT
Applied in r27648, thanks! Pm

Re: [perl #54448] unicode and macosx

2008-05-19 Thread Patrick R. Michaud
On Mon, May 19, 2008 at 10:29:29AM -0700, Stephane Payrard wrote: > But the following test fails. I pasted the content of the literal > string with a character that emacs says to be #x8a0 > > > my $s = " "; say $s.chars # $s == "\x8a0" > 2 > > I expected one. Because Parrot's primary support f

[perl #54448] unicode and macosx

2008-05-19 Thread via RT
# New Ticket Created by Stephane Payrard # Please include the string: [perl #54448] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=54448 > On a macintel 10.5 I have some problem with unicode. unicode characters are not reco

[perl #54428] [CAGE] [PATCH] Static function rebuild_attrib_stuff is never used

2008-05-19 Thread Patrick R. Michaud via RT
Applied in r27644, thanks! Pm

Re: I need Windows OpenGL headers for study/testing

2008-05-19 Thread Reini Urban
2008/5/19 Geoffrey Broadwell <[EMAIL PROTECTED]>: > Thanks to tetragon++, I've now got OpenGL header parsing (mostly) > working on both Debian Linux/i386 and Mac OS X 10.5. Now I need headers > for Windows to continue the porting work. > > For each of MSVC, MinGW, and cygwin, I need: > > 1. Path g

Parrot Bug Summary

2008-05-19 Thread Parrot Bug Summary
Parrot Bug Summary http://rt.perl.org/rt3/NoAuth/parrot/Overview.html Generated at Mon May 19 13:00:04 2008 GMT --- * Numbers * New Issues * Overview of Open Issues * Ticket Status By Version * Requestors with m

[perl #54428] [CAGE] [PATCH] Static function rebuild_attrib_stuff is never used

2008-05-19 Thread via RT
# New Ticket Created by NotFound # Please include the string: [perl #54428] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=54428 > The static function rebuild_attrib_stuff in src/oo.c is never used, and looks like a remain

[perl #54414] Test failure on Windows (R# 27624)

2008-05-19 Thread via RT
# New Ticket Created by Alan Rocker # Please include the string: [perl #54414] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=54414 > t\benchmark\benchmarks..28/37 # Failed test 'examples/benchmarks/primes2.pasm' #

Re: I need Windows OpenGL headers for study/testing

2008-05-19 Thread François Perrad
Geoffrey Broadwell a écrit : Thanks to tetragon++, I've now got OpenGL header parsing (mostly) working on both Debian Linux/i386 and Mac OS X 10.5. Now I need headers for Windows to continue the porting work. For each of MSVC, MinGW, and cygwin, I need: 1. Path globs [1] for all OpenGL headers