Re: [perl #46389] [TODO] Convert number insert values to STRINGs in gdbmhash

2007-10-12 Thread Joshua Isom
On Oct 12, 2007, at 7:33 PM, Paul Cochrane (via RT) wrote: # New Ticket Created by Paul Cochrane # Please include the string: [perl #46389] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=46389 > In src/dynpmc/gdbmhash.c t

[perl #46391] [TODO] Return None PMC for nonexisting keys in gdbmhash

2007-10-12 Thread Bob Rogers
From: Paul Cochrane (via RT) <[EMAIL PROTECTED]> Date: Fri, 12 Oct 2007 17:35:25 -0700 # New Ticket Created by Paul Cochrane # Please include the string: [perl #46391] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display

[perl #46393] [TODO] Handle case where libgdbm.so cannot be loaded on Win32

2007-10-12 Thread via RT
# New Ticket Created by Paul Cochrane # Please include the string: [perl #46393] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=46393 > In src/dynpmc/gdbmhash.pmc there is the todo item: #ifdef WIN32 /* XXX: What if libgdb

[perl #46387] [TODO] Convert integer insert values to STRINGs in gdbmhash

2007-10-12 Thread via RT
# New Ticket Created by Paul Cochrane # Please include the string: [perl #46387] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=46387 > In src/dynpmc/gdbmhash.pmc there is the todo item: TODO: Integer insert values are con

[perl #46389] [TODO] Convert number insert values to STRINGs in gdbmhash

2007-10-12 Thread via RT
# New Ticket Created by Paul Cochrane # Please include the string: [perl #46389] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=46389 > In src/dynpmc/gdbmhash.c there is the todo item: TODO: Number insert values are conver

[perl #46395] [TODO] Optimise get_integer() in gdbmhash

2007-10-12 Thread via RT
# New Ticket Created by Paul Cochrane # Please include the string: [perl #46395] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=46395 > In src/dynpmc/gdbmhash.pmc:get_integer() there is the todo item: XXX: This can be opti

[perl #46391] [TODO] Return None PMC for nonexisting keys in gdbmhash

2007-10-12 Thread via RT
# New Ticket Created by Paul Cochrane # Please include the string: [perl #46391] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=46391 > In src/dynpmc/gdbmhash.c there is the todo item: TODO: return None PMC for nonexisting

[perl #46223] [PATCH] Remove dead code in src/pmc/pair.pmc (Coverity CID 5)

2007-10-12 Thread Paul Cochrane via RT
On Mon Oct 08 12:14:07 2007, leo wrote: > Am Montag, 8. Oktober 2007 19:05 schrieb Paul Cochrane: > > So, the patch is right (however, for my wrong reasoning)?  Is > everyone > > happy if I apply it then? > > $ svn ann src/pmc/pair.pmc > 8374leo A Pair PMC represents one key => value map