[CVS ci] Strings. Finally.

2005-02-28 Thread Leopold Toetsch
After Dan's string patch got merged to head (thanks to Will Coleda for sending me a diff), I've put in some more string stuff with these new opcodes: * charset, charsetname, find_charset * is_whitespace, is_digit, is_wordchar, is_punctuation, is_newline * find_whitespace, find_digit, find_wordch

[perl #34285] [BUG] Is string encoding written to PBC file

2005-02-28 Thread via RT
# New Ticket Created by Bernhard Schmalhofer # Please include the string: [perl #34285] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/rt3/Ticket/Display.html?id=34285 > Hi, with 'make testr' I get a single test failure. My guess is that the string

Dan MIA?

2005-02-28 Thread Edward Peschko
hey, just thought I'd take parrot's pulse really quick.. last thing I heard from Dan that he was back (about a month ago) and haven't heard from him since. Has he since gone MIA again? Ed

Re: Dan MIA?

2005-02-28 Thread William Coleda
To avoid a warnocking, Yup. Stopped in briefly on #parrot about 2 weeks ago, but basically MIA. Leo is currently working on release 0.1.12. Jesse is working on getting the TPF milestones more documented. Regards. Edward Peschko wrote: hey, just thought I'd take parrot's pulse really quick.. las

Re: [perl #34285] [BUG] Is string encoding written to PBC file

2005-02-28 Thread Leopold Toetsch
Bernhard Schmalhofer <[EMAIL PROTECTED]> wrote: > Hi, > with 'make testr' I get a single test failure. My guess is that the string > encoding is > not properly written to the dumped PBC file: Yep. That's still missing. Thanks, leo