[perl #52710] [PATCH] key.c and missing default in key_integer switch

2008-06-14 Thread chromatic via RT
I fixed this one another way in r27195, working on RT #53356.

Re: [perl #52710] key.c and missing default in key_integer switch

2008-04-10 Thread Andy_Bach
Yeah, it wasn't really a patch as it doesn't work. It was more of a question 'does anybody know if it's a missing "Key__FLAG" or something else' that's bringing in the unexpected (I guess) switch case value. The code was for illustrative purposes, just tracking what I've found so far. Tha

Re: [perl #52710] key.c and missing default in key_integer switch

2008-04-10 Thread Mark Glines
On Thu, 10 Apr 2008 13:21:23 -0700 Mark Glines <[EMAIL PROTECTED]> wrote: > } > + > } Okay, without *most* of the white space changes. Oh well, I tried. Mark

Re: [perl #52710] key.c and missing default in key_integer switch

2008-04-10 Thread Mark Glines
On Thu, 10 Apr 2008 10:53:31 -0700 [EMAIL PROTECTED] (via RT) <[EMAIL PROTECTED]> wrote: > # New Ticket Created by [EMAIL PROTECTED] > # Please include the string: [perl #52710] > # in the subject line of all future correspondence about this issue. > # http://rt.perl.org/rt3/Ticket/Display.htm

[perl #52710] key.c and missing default in key_integer switch

2008-04-10 Thread via RT
# New Ticket Created by [EMAIL PROTECTED] # Please include the string: [perl #52710] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=52710 > Hey, I *thought* I'd try and clean up an easy one, so I took src/key.c src/key.c:

key.c and missing default in key_integer switch

2008-04-10 Thread Andy_Bach
Hey, I *thought* I'd try and clean up an easy one, so I took src/key.c src/key.c: In function `key_integer': src/key.c:368: warning: switch missing default case After a little poking I tracked the rest of the Key__FLAG s down to include/parrot/key.h (and pobj.h) [1] and so I rearrainged the