Re: [perl #30613] [PATCH] Parrot m4 0.0.7

2004-07-10 Thread Leopold Toetsch
Bernhard Schmalhofer [EMAIL PROTECTED] wrote: this is just a minor update of Parrot m4. There are no new features. Thanks, applied. leo

Re: Python::Bytecode

2004-07-10 Thread Matt Diephouse
Leopold Toetsch wrote: ... is on CPAN (said Dan) and is broken. I'd be glad if people could fix it and send me a running version ;) * constants are messed up * it doesn't disassemble all code objects of a .pbc - just one If you could give me a bit more to go on, I'd be willing to give this a

Re: Phalanx: What if full coverage isn't possible?

2004-07-10 Thread Danny R. Faught
Michael G Schwern wrote: Test coverage is a useful *heuristic* for test effectiveness. Like all heuristics if you push it too far it falls apart. Get as close to 100% as is useful and don't worry about the rest. Indeed. Brian Marick wrote a great paper on this topic - How to Misuse Code

Re: [perl #30557] [BUG] Re: cvs commit: parrot/config/init data.pl

2004-07-10 Thread Nicholas Clark
On Thu, Jul 01, 2004 at 09:20:22AM -0700, Dennis Rieks wrote: perl Configure.pl --icuheaders=/devel/tinder/vc6/icu/include --icushared=/libpath:/devel/tinder/vc6/icu/lib icuuc.lib Generating build filesdone. Moving platform files into

native_pbc fixes

2004-07-10 Thread Jarkko Hietaniemi
Here are regenerated number_?.pbc files for the t/native_pbc/number.t, plus a couple of tweaks I found on the way in Tru64 and IRIX/64. I still have test failures in both those two and in IRIX there a is a lot of fun getting the compiler selected right (even in 64-bit IRIX there are both 32 and

Looking for module dependency information

2004-07-10 Thread Robert Rothenberg
To whom it may concern, I am looking for information on CPAN module dependencies. Specifically, does somebody maintain and regularly update such a list? The reason is that I would like to integreate this with testing information from the CPAN Testers. So if I find that there are no testing

Re: The .bytes/.codepoints/.graphemes methods

2004-07-10 Thread Jonadab the Unsightly One
Austin Hastings [EMAIL PROTECTED] writes: I think this is something that we'll want as a mode, a la case-insensitivity. Think of it as mark insensitivity. Makes sense to me, but... Maybe it can just roll into :i? It will probably get used in _conjunction_ with case-insensitivity quite a

Re: Looking for module dependency information

2004-07-10 Thread Michael G Schwern
On Sat, Jul 10, 2004 at 03:35:52PM -0400, Robert Rothenberg wrote: I am looking for information on CPAN module dependencies. Specifically, does somebody maintain and regularly update such a list? The reason is that I would like to integreate this with testing information from the CPAN

Re: The .bytes/.codepoints/.graphemes methods

2004-07-10 Thread Luke Palmer
Jonadab the Unsightly One writes: Austin Hastings [EMAIL PROTECTED] writes: I think this is something that we'll want as a mode, a la case-insensitivity. Think of it as mark insensitivity. Makes sense to me, but... Maybe it can just roll into :i? It will probably get used in