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
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
# 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
The opcode tested crash parrot intentionally, a crash is the intended
result, not a bug.
# 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 =
# 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.
> 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
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
# 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
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
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
Applied in r27648, thanks!
Pm
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
# 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
Applied in r27644, thanks!
Pm
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
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
# 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
# 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'
#
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
20 matches
Mail list logo