This Week on perl5-porters (5-11 September 2005)

2005-09-16 Thread David Landgren
This Week on perl5-porters (5-11 September 2005) The Return of the perl5-porters Summaries Sébastien Aperghis-Tramoni, Adriano Ferreira and David Landgren have stepped up to the plate to bring you the weekly p5p summaries. We make no promises as to how long we can keep this up, but we&#x

Re: Smoke [5.9.3] 25417 FAIL(F) freebsd 5.4-STABLE (i386/6 cpu)

2005-09-16 Thread David Landgren
Rafael Garcia-Suarez wrote: I think we had said we could always keep useperlio for blead smokes. ignore these reports. I was syncing from the wrong repository. David

Re: Stop fiddling with the bloody grammar (was Re: exempli gratia is e.g.)

2005-09-13 Thread David Landgren
Michael G Schwern wrote: [...] While I thank you very much for the effort to scan the documentation to find grammar nits, and I realize Open Source is about scratching an itch, software is about change management. Which is why I say to stop fiddling with the (ie/i.e.)'s, the (eg/e.g.)'s, the

Re: managing many HTTP connections - recommendation wanted

2005-09-09 Thread David Landgren
Torsten Foertsch wrote: Hi, I have to manage many parallel HTTP/HTTPS connections. My current implementation starts up a number of threads (300-500). Each thread handles one LWP::UserAgent. Then I use a queue to shift connection requests from the manager thread to the workers. Hello, I'm s

exempli gratia is e.g.

2005-09-07 Thread David Landgren
Porters, Following on from Steve Peters' id est is i.e. peeve: http://www.mail-archive.com/perl5-porters@perl.org/msg89902.html I was struck by one of my own: exempli gratia being abbreviated to eg or eg., rather than e.g. Before sending off an unappliable patch, I was wondering what was t

Re: thoughts on sv_add_arena

2005-07-13 Thread David Landgren
Jim Cromie wrote: Perl_sv_add_arena is called from only 2 places in the dist, both from S_more_sv() should this actually be exported ? its very internal, and is used only by a file static function. I cant see run-of-the-mill XS using it, maybe mod-perl... Mr Schwern, you had a link th

Re: [PATCH] Remove unnecessary null check

2005-07-05 Thread David Landgren
Andy Lester wrote: On Jul 4, 2005, at 3:03 PM, Nicholas Clark wrote: On Mon, Jul 04, 2005 at 02:12:00PM -0500, Andy Lester wrote: The attached patch cleans that up. Thanks, applied (25079) now, can someone with better measurement-fu tell us if it sped anything up? xoxo, Andy No appr

Re: 5.004_xx in the wild?

2005-07-04 Thread David Landgren
Ben Evans wrote: On Mon, Jul 04, 2005 at 02:00:57PM +1000, Adam Kennedy wrote: Michael G Schwern wrote: I'm going through some work to restore Test::More and Test::Harness to work on 5.4.5, minor stuff really, and I'm wondering if its worth the trouble. Has anyone seen 5.004_xx in the wild?

Re: what slow could be in Compress::Zlib? (was RE: 5.004_xx in the wi ld?)

2005-07-04 Thread David Landgren
Konovalov, Vadim wrote: I've just been through the should-I-shouldn't-I-support-5.4 with my (painfully slow) rewrite of Compress::Zlib. In the end I ... I always thought that Compress::Zlib is just a wrapper around zlib which in turn is C and developed elsewhere (and in stable state for a lo

Some datapoints on hash performance

2005-06-11 Thread David Landgren
List, I tried to attempt to benchmark Nicholas' work on shrinking HVs, SVs et al. At the end of the day I'm no longer sure what I've shown. At first I thought I saw a spectalar improvement, but that turned out to be because I was using a crappy distro perl, with threading and the kitchen sink

Re: spam and a milestone missed

2005-05-16 Thread David Landgren
Robert Spier wrote: I'm pulling my hair out over the German URL spam that leaked to P5P tonight. There's not much that can be done to block it - the envelope forging is a killer. Maybe the absense of the user name is a clue? E.g., "John Doe <[EMAIL PROTECTED]>" is okay, but "[EMAIL PROTECTED]"

Re: Perl Build related query

2005-05-10 Thread David Landgren
K, Dhevendran (STSD) wrote: Dear Nicholas Clark, I did some testing as you suggested. I did the following changes In the file ".../perl-5.6.1/t/lib/io_sock.t" just before the call IO::Socket::INET->new() print "The port value is $port\n"; $port=5052; print "The port value is $port\n"; [...] Aft

Re: [perl #35091] perlrun: -e -p -p -e all the same...

2005-05-02 Thread David Landgren
Ronald J Kimball wrote: [...] Personally, I'm not sure why someone would do this: -e 'my $x = 42' -e 'print $x' instead of -e 'my $x = 42; print $x' :) This sort of thing comes up quite often when you have a programs generating programs. Things like environment variables that contain either -e fr

Re: Trailing whitespace in source files

2005-03-14 Thread David Landgren
demerphq wrote: On Thu, 10 Mar 2005 17:32:20 +0100, Rafael Garcia-Suarez <[EMAIL PROTECTED]> wrote: demerphq wrote: Hi, Ive been having a lot of annoynances related to trailing whitespace in the .h and .c files in the perl distro. What kind of annoyances ? Having lines appear different to diff whe

Re: [perl #34233] Bug in Switch module

2005-02-24 Thread David Landgren
Yitzchak Scott-Thoennes wrote: Switch should be fixed or removed from Core. It is a serious liability. Umm, since removing it would also break programs that say "use Switch;", Odd. I tend to find the reverse. Adding "use Switch;" to a program tends to break it. No, I'm not trying to troll. Seri

Re: Trie optimisation of simple alternations for blead perl. (Updated patch, supports /i modifier)

2005-02-16 Thread David Landgren
demerphq wrote: On Tue, 15 Feb 2005 13:11:21 -0800, Justin Mason <[EMAIL PROTECTED]> wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Yitzchak Scott-Thoennes writes: On Tue, Feb 15, 2005 at 12:40:50PM -0800, Justin Mason wrote: FWIW, this looks like it'd be excellent for SpamAssassin ;) Maybe s

Re: perlpodtut II

2005-01-03 Thread David Landgren
Juerd wrote: Attached is the revised version of perlpodtut, based on your well appreciated feedback. The second attachment is the diff with the previous version. [...] =head1 NAME perlpodtut - Plain Old Documentation in 5 minu

Re: META.yml: generation

2004-12-20 Thread David Landgren
Stas Bekman wrote: Ken Williams wrote: [...] Ah, I hadn't grasped this issue. Yeah, perhaps Jos' idea of indexing every revision on CPAN would work. It would probably be best to create a new file (04all.index.gz?) so that the format of the existing files doesn't change. That's a step forward.

Re: optimization idea

2004-12-10 Thread David Landgren
Steve Peters wrote: On Wednesday 27 October 2004 03:17 pm, David Nicol wrote: trie optimization for regexp groups means optimizing things like m/(flash|flat|flatulent|flabby)\b/ into things like m/fla(sh|bby|(t(|ulent)))\b/ right? I wonder if it would be possible to do it with a regex

Re: [perl #32840] $^R value lost in (?:...)? constructs

2004-12-05 Thread David Landgren
[EMAIL PROTECTED] (via RT) wrote: # New Ticket Created by [EMAIL PROTECTED] # Please include the string: [perl #32840] # in the subject line of all future correspondence about this issue. # http://rt.perl.org:80/rt3/Ticket/Display.html?id=32840 > [...] There do not appear to be any tests that

Smoke [5.9.2] 23577 FAIL(XF) freebsd 5.2.1-RELEASE (i386/2 cpu)

2004-12-03 Thread David Landgren
Automated smoke report for 5.9.2 patch 23577 bechet.bpinet.com: Intel(R) Xeon(TM) CPU 2.80GHz (i386/2 cpu) onfreebsd - 5.2.1-RELEASE using cc version 3.3.3 [FreeBSD] 20031106 smoketime 2 days 1 hour 6 minutes (average 15 minutes 21 seconds) Summary: FAIL(XF) O = OK F = Fa

Smoke [5.9.2] 23534 FAIL(XF) freebsd 5.2.1-RELEASE (i386/2 cpu)

2004-11-26 Thread David Landgren
Automated smoke report for 5.9.2 patch 23534 bechet.bpinet.com: Intel(R) Xeon(TM) CPU 2.80GHz (i386/2 cpu) onfreebsd - 5.2.1-RELEASE using cc version 3.3.3 [FreeBSD] 20031106 smoketime 2 days 1 hour 39 minutes (average 15 minutes 31 seconds) Summary: FAIL(XF) O = OK F = F

Smoke [] 23528 FAIL(XF) ()

2004-11-23 Thread David Landgren
Automated smoke report for patch 23528 on - () (bechet.bpinet.com) using version Report by Test::Smoke v1.18.10 (perl 5.8.3) [12 hours 27 minutes] O = OK F = Failure(s), extended report at the bottom X = test(s) failed under TEST but not under harness ? = still running or test results not (y