Re: RT Permissions

2005-12-02 Thread Andy Lester
On Fri, Dec 02, 2005 at 12:10:24PM -0800, Ovid ([EMAIL PROTECTED]) wrote: > I've wondered about this myself. I've taken over Class::Trait but I > can't take ownership of the RT requests. RT should do it automagically. Email Jesse directly if not. xoxo, Andy -- Andy Leste

Re: RT Permissions

2005-12-02 Thread Andy Lester
On Fri, Dec 02, 2005 at 03:19:42PM -0500, Christopher H. Laco ([EMAIL PROTECTED]) wrote: > For which, first-come, or do all of the co-maints have full RT access as > well? I don't know. -- Andy Lester => [EMAIL PROTECTED] => www.petdance.com => AIM:petdance

Re: Introduction

2005-12-16 Thread Andy Lester
en you'll tell me what project you want set up. Let us know how it goes! We're glad to have you join us. xoxo, Andy -- Andy Lester => [EMAIL PROTECTED] => www.petdance.com => AIM:petdance

Re: $Ignore_Exitcode in Test-Harness

2005-12-25 Thread Andy Lester
iable nor the variable that has > been > assigned from it are referenced. Is it because this functionality was removed > or because these lines were accidently removed? In any case, it should be > fixed. I've pulled it out. Thanks. xoxo, Andy -- Andy Lester => [EMAIL PROTECTED] => www.petdance.com => AIM:petdance

Re: The --perl switch [was Re: $Ignore_Exitcode in Test-Harness]

2005-12-25 Thread Andy Lester
On Sun, Dec 25, 2005 at 10:49:28PM +0200, Shlomi Fish ([EMAIL PROTECTED]) wrote: > However prove does not have a "--perl" switch: Fixed in Test::Harness 2.57_01. Thanks. xoxo, Andy -- Andy Lester => [EMAIL PROTECTED] => www.petdance.com => AIM:petdance

Re: The --perl switch [was Re: $Ignore_Exitcode in Test-Harness]

2005-12-29 Thread Andy Lester
ot; ); -my $tests = File::Spec->catfile( 't', 'prove*.t' ); +$prove = "$^X $prove"; GLOBBAGE: { my @actual = sort qx/$prove --dry $tests/; -- Andy Lester => [EMAIL PROTECTED] => www.petdance.com => AIM:petdance

[PATCH] My first patch, for builtins.*

2006-04-02 Thread Andy Lester
s do their jobs. Here's my first patch. Let me know if y'all see this sort of work as useful, or if I shouldn't bother. xoxo, Andy -- Andy Lester => [EMAIL PROTECTED] => www.petdance.com => AIM:petdance Index: src/builtin.c ==

Re: [PATCH] My first patch, for builtins.*

2006-04-06 Thread Andy Lester
e there? I think I'd prefer to see a whole list. -- Andy Lester => [EMAIL PROTECTED] => www.petdance.com => AIM:petdance

Re: Duplicated code

2006-04-08 Thread Andy Lester
ntionally dupes of each other? For example, there's jit_cpu.c and exec_cpu.c, and apparently are exact clones of each other. xoa -- Andy Lester => [EMAIL PROTECTED] => www.petdance.com => AIM:petdance

Re: Duplicated code

2006-04-08 Thread Andy Lester
e? Or, maybe better for > me, how do I discern what you discerned? (I wanna discern!!) Look at the tops of the files that have dupes. A couple that I looked at have "Generated by xxx/xxx/xxx.pl" at the top. -- Andy Lester => [EMAIL PROTECTED] => www.petdance.com => AIM:petdance

Re: [PATCH] Duplicated code

2006-04-08 Thread Andy Lester
Can you do it without the autogenerated files in there? Those, I expect to have duplicated code. -- Andy Lester => [EMAIL PROTECTED] => www.petdance.com => AIM:petdance

Non-Perl TAP implementations

2006-04-16 Thread Andy Lester
I'm adding a section to Test::Harness::TAP on non-Perl TAP. http://svn.perl.org/modules/Test-Harness/trunk/lib/Test/Harness/TAP.pod If you know of one, please send me some text to add. Thanks, xoxo, Andy -- Andy Lester => [EMAIL PROTECTED] => www.petdance.com => AIM:petdance

Re: Non-Perl TAP implementations

2006-04-17 Thread Andy Lester
who has no idea how/why you'd use TAP outside of Perl? -- Andy Lester => [EMAIL PROTECTED] => www.petdance.com => AIM:petdance

Re: Non-Perl TAP implementations

2006-04-17 Thread Andy Lester
How non-Perl do you want? Does the Perl 6 version of Test.pm or Test::Builder/Test::More count? How about the Parrot versions? Sure, lemme have 'em. -- Andy Lester => [EMAIL PROTECTED] => www.petdance.com => AIM:petdance

prove users: Please test P/PE/PETDANCE/Test-Harness-2.57_04.tar.gz

2006-04-17 Thread Andy Lester
17, 2006 1:53:40 PM CDT To: "Andy Lester" <[EMAIL PROTECTED]> Subject: CPAN Upload: P/PE/PETDANCE/Test-Harness-2.57_04.tar.gz Reply-To: cpan-testers@perl.org The uploaded file Test-Harness-2.57_04.tar.gz has entered CPAN as file: $CPAN/authors/id/P/PE/PETDANCE/Test-Harn

Re: prove users: Please test P/PE/PETDANCE/Test-Harness-2.57_04.tar.gz

2006-04-17 Thread Andy Lester
On Apr 17, 2006, at 8:14 PM, James E Keenan wrote: Here is a portion of the output of 'prove -vb t/test-harness.t'. Is it what you would expect? The big thing that's a question is in globbing of files on the command line. -- Andy Lester => [EMAIL PROTECTED] =

Re: Non-Perl TAP implementations

2006-04-17 Thread Andy Lester
r own grammars and thus structure the output to better suit their needs. Patches less welcome! :-) -- Andy Lester => [EMAIL PROTECTED] => www.petdance.com => AIM:petdance

Re: TODO tests

2006-04-18 Thread Andy Lester
assed and reported on them. Maybe this would be worthy of a Summer of Code project, or it may actually be something much easier and basic that a normal grant would work for this. At least put it in the queue... xoxo, Andy -- Andy Lester => [EMAIL PROTECTED] => www.petdance.com => AIM:petdance

Re: TODO tests and test::harness

2006-04-18 Thread Andy Lester
BTW, the patch only shows TODO pass status when no failures occur. Oh and obviously all of Test::Harness'es tests pass. :-) This patch doesn't apply against my latest dev version of Test::Harness. I'm going to have to massage it manually. But I like the idea. Thanks.

Test::Harness now tells you which TODOs passed unexpectedly

2006-04-18 Thread Andy Lester
quest entered by: PETDANCE (Andy Lester) Request entered on: Wed, 19 Apr 2006 05:33:58 GMT Request completed: Wed, 19 Apr 2006 05:50:05 GMT Thanks, -- paused, v460 -- Andy Lester => [EMAIL PROTECTED] => www.petdance.com => AIM:petdance

Test me please: P/PE/PETDANCE/Test-Harness-2.57_06.tar.gz

2006-04-23 Thread Andy Lester
6.tar.gz size: 69114 bytes md5: 41efc0985146e4f7d678ec7cb9b59047 -- Andy Lester => [EMAIL PROTECTED] => www.petdance.com => AIM:petdance

Re: Test me please: P/PE/PETDANCE/Test-Harness-2.57_06.tar.gz

2006-04-23 Thread Andy Lester
$VERSION. I'm sorry, I didn't mean for anyone to bother going to this trouble. I've always known what it was. It'll go away in the next version. -- Andy Lester => [EMAIL PROTECTED] => www.petdance.com => AIM:petdance

tags

2006-05-05 Thread Andy Lester
reter->exc_free_list = e; @@ -642,7 +640,7 @@ do_exception(Interp * interpreter, exception_severity severity, long error) { -Parrot_exception *the_exception = interpreter->exceptions; + Parrot_exception * const the_exception = interpreter->exceptions; the_exception->error = error; the_exception->severity = severity; -- Andy Lester => [EMAIL PROTECTED] => www.petdance.com => AIM:petdance

Re: W3C validator

2006-05-08 Thread Andy Lester
s based on libtidy. -- Andy Lester => [EMAIL PROTECTED] => www.petdance.com => AIM:petdance

Re: W3C validator

2006-05-08 Thread Andy Lester
On May 8, 2006, at 11:20 AM, A. Pagaltzis wrote: * Andy Lester <[EMAIL PROTECTED]> [2006-05-08 18:00]: Try my HTML::Tidy. It's based on libtidy. Speaking of which, any chance that’ll get a somewhat usable interface? Right now, parser options have to be written to a file and t

Unintended consequences

2006-05-22 Thread Andy Lester
Here's an example of why I'm not real excited about CPANTS: http://community.livejournal.com/perl/120747.html xoa -- Andy Lester => [EMAIL PROTECTED] => www.petdance.com => AIM:petdance

Re: CPANTS is not a game.

2006-05-23 Thread Andy Lester
that we're playing for different goals. Schwern was saying that the improvement of the modules is a game. PerlGirl is making a game out of improving the numeric score for her modules, but without any improvement of the module itself. -- Andy Lester => [EMAIL PROTECTED] => www.p

Re: CPANTS is not a game.

2006-05-23 Thread Andy Lester
lude those tests lowers my "kwalitee" score. Have we talked about this? I'd like to make those more useful to you if I can. -- Andy Lester => [EMAIL PROTECTED] => www.petdance.com => AIM:petdance

Re: Minimum modules for Production?

2006-05-29 Thread Andy Lester
DBI (I hear Tim Bunce is looking at this) Template Toolkit (I've heard rumors that Andy Wardley is considering this, but I'm not sure) DateTime CGI Some object-relational mapper mod_perl6 or some equivalent An HTML parser Various testing modules LWP. Andy -- Andy L

Re: Re[2]: Minimum modules for Production?

2006-05-30 Thread Andy Lester
I could also point y'all to the Phalanx 100. http://qa.perl.org/phalanx/100/ -- Andy Lester => [EMAIL PROTECTED] => www.petdance.com => AIM:petdance

Test::Harness wrangling

2006-06-28 Thread Andy Lester
Tomorrow, Adam Kennedy and I (and Schwern?) will be banging on Test::Harness. Any bugs that we especially need to work on? xoxo, Andy -- Andy Lester => [EMAIL PROTECTED] => www.petdance.com => AIM:petdance

Re: Test::Harness wrangling

2006-06-29 Thread Andy Lester
On Jun 29, 2006, at 5:21 AM, Randy W. Sims wrote: Tomorrow, Adam Kennedy and I (and Schwern?) will be banging on Test::Harness. Finalize Test::Harness::Straps. That is THE reason we're doing this. Everything else is gravy. -- Andy Lester => [EMAIL PROTECTED] => www.p

Fwd: CPAN Upload: P/PE/PETDANCE/Test-Harness-2.63_01.tar.gz

2006-06-30 Thread Andy Lester
This version of Test::Harness has the straps return a newly-created Test::Harness::Results object. Next release: Overloadable strap classes. xoxo, Andy Begin forwarded message: From: PAUSE <[EMAIL PROTECTED]> Date: June 30, 2006 5:07:02 PM CDT To: "Andy Lester" &

Fwd: CPAN Upload: P/PE/PETDANCE/Test-Harness-2.63_02.tar.gz

2006-06-30 Thread Andy Lester
Here's an even newer Test::Harness with overloadable straps. Begin forwarded message: From: PAUSE <[EMAIL PROTECTED]> Date: June 30, 2006 6:43:58 PM CDT To: "Andy Lester" <[EMAIL PROTECTED]> Subject: CPAN Upload: P/PE/PETDANCE/Test-Harness-2.63_02.tar.gz Reply-To:

Re: TAP::Harness

2006-07-01 Thread Andy Lester
On Jul 1, 2006, at 2:45 PM, Fergal Daly wrote: This might seem like an odd question but will it be tightly tied to TAP or will it be possible to use another protocol or an extension to TAP? Yes. It is about TAP. That's why it's TAP::Harness. xoa -- Andy Lester => [EM

Let's stop talking about test grouping and TAP extensions

2006-07-02 Thread Andy Lester
I would like to suggest that we ignore the questions of test counting right now. In fact, let's leave Schwern alone until TAP::Harness has the functionality of Test::Harness. THEN we can argue about the new stuff. xoxo, Andy -- Andy Lester => [EMAIL PROTECTED] => www.p

Re: TAP::Harness

2006-07-03 Thread Andy Lester
s and TAP::Harness. -- Andy Lester => [EMAIL PROTECTED] => www.petdance.com => AIM:petdance

Re: TAP Grammar

2006-07-03 Thread Andy Lester
n TAP distro. -- Andy Lester => [EMAIL PROTECTED] => www.petdance.com => AIM:petdance

Re: Call for Parrot Janitors

2006-07-05 Thread Andy Lester
On Jul 5, 2006, at 2:30 PM, jerry gay wrote: The following message from Andy Lester has been posted to perlmonks, use.perl, and other sites, yet somehow never made it to the p6i mailing list. Probably because I didn't post it here. :-) parrot/cage/todo.pod has some high-level plan

Re: Volunteer wanted: We need a new wiki.

2006-07-05 Thread Andy Lester
s the best known, best of breed with the least fuss. I'm working on making Socialtext open source right now. I plan to put up a wiki based on it very soon. If you can wait a few days, I'll have something up at rakudo.org. xoxo, Andy -- Andy Lester => [EMAIL PROTECTED] =

Re: Proposal Suggestion - Test::Run [was Re: [Israel.pm] Fwd: Call for proposals -- Perl Foundation Grants]

2006-07-05 Thread Andy Lester
On Jul 5, 2006, at 3:55 PM, chromatic wrote: You want TPF to pay some unspecifed and unidentified other person to continue a fork of a core module that can't ever replace the core module because of its licensing? But at least he'll act as mentor. -- Andy Lester => [EM

Re: Proposal Suggestion - Test::Run [was Re: [Israel.pm] Fwd: Call for proposals -- Perl Foundation Grants]

2006-07-05 Thread Andy Lester
ed when your itch is unique to you. xoa -- Andy Lester => [EMAIL PROTECTED] => www.petdance.com => AIM:petdance

Re: check if all the links on an HTML page are working (except the mailto links)

2006-07-06 Thread Andy Lester
e mailto. I'm fixing it right now. xoxo, Andy -- Andy Lester => [EMAIL PROTECTED] => www.petdance.com => AIM:petdance

Re: check if all the links on an HTML page are working (except the mailto links)

2006-07-06 Thread Andy Lester
On Jul 6, 2006, at 10:46 AM, A. Pagaltzis wrote: $urls = [ grep m!^s?https?:!, @$urls ]; What's an "shttps" link? -- Andy Lester => [EMAIL PROTECTED] => www.petdance.com => AIM:petdance

Re: check if all the links on an HTML page are working (except the mailto links)

2006-07-06 Thread Andy Lester
On Jul 6, 2006, at 11:01 AM, A. Pagaltzis wrote: Err, right. I suppose that should be `m!^(s?)http(?(1)|s?):!`, or else you just punt on `shttp` (does LWP handle those, anyway?). I was going to just make it be /^https?/. Never heard of shttp. -- Andy Lester => [EMAIL PROTEC

Re: Proposal Suggestion - Test::Run [was Re: [Israel.pm] Fwd: Call for proposals -- Perl Foundation Grants]

2006-07-07 Thread Andy Lester
e $500 to $3000 range, but we have gone under and over those amounts, depending on the bet. As a general rule the less expensive it is, the more likely it is that we can afford to wager. xoxo, The Bet Committee -- Andy Lester => [EMAIL PROTECTED] => www.petdance.com => AIM:petdance

Re: [Slightly OT] Understanding Software Licences [was Re: Proposal Suggestion - Test::Run [was Re: [Israel.pm] Fwd: Call for proposals -- Perl Foundation Grants]]

2006-07-07 Thread Andy Lester
Those who disagree with Shlomi on licenses are small-headed and ignorant. Got it. Keep digging that hole, Mr. Fish! -- Andy Lester => [EMAIL PROTECTED] => www.petdance.com => AIM:petdance

Re: Testing various HTML constructs

2006-07-08 Thread Andy Lester
On Jul 8, 2006, at 10:31 PM, Michael G Schwern wrote: If your XPath parser balks at non-XHTML HTML then just run it through HTML::Tidy->clean which will convert it to XHTML. Usually. -- Andy Lester => [EMAIL PROTECTED] => www.petdance.com => AIM:petdance

Re: TAP diagnostic syntax proposal

2006-07-10 Thread Andy Lester
also w/o a date who is looking to hook up with someone, even if only for the afternoon. -- Andy Lester => [EMAIL PROTECTED] => www.petdance.com => AIM:petdance

Re: I'm pre-hackathoning at OSCON, not post-hackathoning

2006-07-10 Thread Andy Lester
On Jul 10, 2006, at 12:39 PM, Patrick R. Michaud wrote: Yes, I'm now targeting any hackathoning in Portland to occur on the Sunday before OSCON instead of the Saturday after. I'll be in Monday afternoon and leaving Friday afternoon so nyeah! -- Andy Lester => [EM

Re: TAP diagnostic syntax proposal

2006-07-10 Thread Andy Lester
On Jul 10, 2006, at 1:38 PM, Ovid wrote: got: this expected:that "got" still sucks. Is there any chance to change it to "received"? "Expected" and "actual" -- Andy Lester => [EMAIL PROTECTED] => www.petdance.com => AIM:petdance

Re: WWW::Mechanize 1.18 passing value of submit field

2006-07-11 Thread Andy Lester
itly specify it. Also, this is better asked on libwww list. xoa -- Andy Lester => [EMAIL PROTECTED] => www.petdance.com => AIM:petdance

Re: WWW::Mechanize 1.18 passing value of submit field

2006-07-11 Thread Andy Lester
On Jul 11, 2006, at 9:07 AM, Gabor Szabo wrote: If button is not passed, then the "submit()" method is used instead. Perhaps it could be clearer then: submit() does not pass any button unless you specify it. -- Andy Lester => [EMAIL PROTECTED] => www.petdance.com => AIM:petdance

Re: [CAGE] Coverity and Splint: Has anyone started using these with Parrot?

2006-07-11 Thread Andy Lester
splint action goin', I'd be a happy boy. xoxo, Andy -- Andy Lester => [EMAIL PROTECTED] => www.petdance.com => AIM:petdance

Re: [perl #39838] [PCC] mark non-returning functions with __attribute__((__noreturn__))

2006-07-15 Thread Andy Lester
l mark the functions with a special flag comment, and then the headerizer will do the GCC magic. xoxo, Andy -- Andy Lester => [EMAIL PROTECTED] => www.petdance.com => AIM:petdance

Re: Source cleanup ideas (pending STM merge)

2006-07-17 Thread Andy Lester
cage/todo.pod. Thanks for taking the time to write them up so that I can format them in POD and make it look like I'm smart. xoxo, Andy -- Andy Lester => [EMAIL PROTECTED] => www.petdance.com => AIM:petdance

Re: Source cleanup ideas (pending STM merge)

2006-07-17 Thread Andy Lester
it off to other people. I am manager, hear me roar. xoxo, Andy -- Andy Lester => [EMAIL PROTECTED] => www.petdance.com => AIM:petdance

Real Kwalitee, or please stop spending time thinking about CPANTS

2006-07-18 Thread Andy Lester
6) Become a Parrot Cage Cleaner. Help me get the Parrot underpinnings cleaned up so that it will scale as more and more developers join in. http://use.perl.org/~petdance/journal/30146 And if you still have time or inclination to make CPANTS rules, have at it. Thanks, xoxo, Andy -- A

Re: Additions to docs/glossary.pod

2006-07-22 Thread Andy Lester
On Jul 22, 2006, at 7:33 AM, Mr. Shawn H. Corey wrote: I've been reading thru the docs and have come across the following terms which are not in docs/glossary.pod =head2 AST Abstract Syntax Tree. Beautiful, thanks for jumping in on these. They've been added to the file. xo

Re: [CAGE] Request for header file renaming

2006-07-26 Thread Andy Lester
but I'll wait to hear from others before making a change. -- Andy Lester => [EMAIL PROTECTED] => www.petdance.com => AIM:petdance

Re: [CAGE] Fix symbol table namespace pollution

2006-08-03 Thread Andy Lester
On Aug 3, 2006, at 1:24 PM, Chip Salzenberg wrote: Extern functions and variables must have names that begin with C. I am way out of tuits lately. Can you please add this to cage/ todo.pod for me? Or someone? -- Andy Lester => [EMAIL PROTECTED] => www.petdance.com => AIM:petdance

Re: [CAGE] Fix symbol table namespace pollution

2006-08-03 Thread Andy Lester
xcel at that. Andy -- Andy Lester => [EMAIL PROTECTED] => www.petdance.com => AIM:petdance

Re: [perl #39986] Create Default PackFile for New Interpreter (Parrot C API)

2006-08-03 Thread Andy Lester
of my first big tasks, yes. -- Andy Lester => [EMAIL PROTECTED] => www.petdance.com => AIM:petdance

Why consting is good

2006-08-12 Thread Andy Lester
7;x'; /* buffer[0] is now 'x' */ Note the difference between which side of the asterisk that the C is on. You can also combine the two, with a constant pointer to constant characters: const char * const str = "Don't change me"; or even an array of constant p

Re: Why consting is good

2006-08-13 Thread Andy Lester
On Aug 13, 2006, at 5:57 AM, Johan Vromans wrote: You don't want to be able to do C, right? No, but C yeah yeah, I knew when I wrote that that SOME smart aleck would point that out. :-) -- Andy Lester => [EMAIL PROTECTED] => www.petdance.com => AIM:petdance

Re: Why consting is good

2006-08-13 Thread Andy Lester
On Aug 13, 2006, at 7:05 AM, Paul Johnson wrote: Very much so. s/constants/contents/ I suspect? Or maybe s/its constants/what it points to/ ? Ooops, thanks. I also added a few sentences and an example on cdecl. -- Andy Lester => [EMAIL PROTECTED] => www.petdance.com => AIM:petdance

Re: minority report [was RE: Why consting is good]

2006-08-13 Thread Andy Lester
work. http:// aspn.activestate.com/ASPN/Mail/Message/perl5-porters/3115733 I'd suggest that Perl already has enough cynics and curmudgeons, even those who've been around for years as you have. Surely you have more positive skills to apply than knocking down the work of others? xoxo, Andy -- Andy Lester => [EMAIL PROTECTED] => www.petdance.com => AIM:petdance

Re: Latest $1,000 Wiki for Perl 6 proposal/offer.

2006-08-22 Thread Andy Lester
working on getting a wiki up for Perl docs. xoa -- Andy Lester => [EMAIL PROTECTED] => www.petdance.com => AIM:petdance

Announcing the Perl 6 and Parrot wiki workspaces

2006-08-23 Thread Andy Lester
move somewhere else but for now, you may have at them. I hope this helps. Please email me if you have any problems. Please also forward to whatever Perl 6 folks you think it appropriate to forward to. xoxo, Andy -- Andy Lester => [EMAIL PROTECTED] => www.petdance.com => AIM:petdance

Fwd: CPAN Upload: P/PE/PETDANCE/ack-1.26.tar.gz

2006-08-24 Thread Andy Lester
All sorts of new file handling hoohah! Begin forwarded message: From: PAUSE <[EMAIL PROTECTED]> Date: August 24, 2006 8:34:48 PM CDT To: "Andy Lester" <[EMAIL PROTECTED]> Subject: CPAN Upload: P/PE/PETDANCE/ack-1.26.tar.gz Reply-To: cpan-testers@perl.org The uploa

Re: Announcing the Perl 6 and Parrot wiki workspaces

2006-08-28 Thread Andy Lester
k upstream). xoa -- Andy Lester => [EMAIL PROTECTED] => www.petdance.com => AIM:petdance

Re: Announcing the Perl 6 and Parrot wiki workspaces

2006-08-28 Thread Andy Lester
or now. I'm working with Ask about doing something at perl.org in the next week or two. xoa -- Andy Lester => [EMAIL PROTECTED] => www.petdance.com => AIM:petdance

Re: Announcing the Perl 6 and Parrot wiki workspaces

2006-08-28 Thread Andy Lester
still run Socialtext Open, and we have conversion tools from Kwiki to Socialtext if you want to use them. I'll be glad to help you with it. -- Andy Lester => [EMAIL PROTECTED] => www.petdance.com => AIM:petdance

Re: Announcing the Perl 6 and Parrot wiki workspaces

2006-08-28 Thread Andy Lester
On Aug 29, 2006, at 1:05 AM, Conrad Schneiker wrote: IIRC, some part of the Socialtext wiki is open source of some kind. All of it: http://sourceforge.net/projects/socialtext/ xoa -- Andy Lester => [EMAIL PROTECTED] => www.petdance.com => AIM:petdance

Re: Cage Cleaner Wrangler?

2006-10-11 Thread Andy Lester
ould someone like to wear my cap? -- Andy Lester => [EMAIL PROTECTED] => www.petdance.com => AIM:petdance

Re: Coding Standard Questions

2006-10-17 Thread Andy Lester
On Oct 17, 2006, at 3:33 PM, Kevin Tew wrote: if (!info->thaw_result) info->thaw_result = pmc; else *info->thaw_ptr = pmc; No, definitely not. if ( foo ) { bar(); } else { bat(); } -- Andy Lester => [EMAIL PROTECTED] => w

Re: Coding Standard Questions MAKE IT STOP

2006-10-17 Thread Andy Lester
Please, let's go with whatever's written in the PDD. Coding standards discussions = much heat, little light. I'm sorry I responded to anything in this thread in the first place. Please. -- Andy Lester => [EMAIL PROTECTED] => www.petdance.com => AIM:petdance

Re: Coding Standard Questions

2006-11-12 Thread Andy Lester
think. -- Andy Lester => [EMAIL PROTECTED] => www.petdance.com => AIM:petdance

Re: [perl #40861] [CAGE] - add a Perl::Critic policy to look for FIXME|TODO|XXX

2006-11-13 Thread Andy Lester
On Nov 13, 2006, at 7:14 PM, Will Coleda wrote: Andy, would you accept a patch for this to optionally allow things like: FIXME (#40123) No, I don't want to build in exceptions. However, how about if the RT tickets are noted as "RT #40123", which is just as easy to

Re: Displaying the description in diagnostic output

2005-05-12 Thread Andy Lester
d my ass into examining the Also, amidst all this, I'm looking at a way to do "verbose but only on tests that are errors" mode for Test::Harness and prove. xoxo, Andy -- Andy Lester => [EMAIL PROTECTED] => www.petdance.com => AIM:petdance

Re: Phalanx 100 list

2005-06-02 Thread Andy Lester
o, like it or not, Crypt::DES must be popular enough to show up on the logs. Now, if you're not interested in updating Crypt::DES with input from Phalanx hoplites, then yes, I'll remove it from the list. -- Andy Lester => [EMAIL PROTECTED] => www.petdance.com => AIM:petdance

Fwd: [CPAN Upload: P/PE/PETDANCE/Test-Harness-2.51_02.tar.gz: [EMAIL PROTECTED]

2005-06-25 Thread Andy Lester
I've just uploaded Test::Harness 2.51_02. It turns off the timer by default, and adds a --timer switch to prove. Please try it out and see if all is well because I'm going to make it 2.52 tomorrow. And now, I must go to bed so I can drive to Toronto... xoxo, Andy -- Andy Lester

Re: Fwd: [CPAN Upload: P/PE/PETDANCE/Test-Harness-2.51_02.tar.gz: [EMAIL PROTECTED]

2005-06-27 Thread Andy Lester
On Mon, Jun 27, 2005 at 09:25:02AM +0100, Steve Hay ([EMAIL PROTECTED]) wrote: > Aww - I was beginning to like the timer output now the Abe graciously > fixed Test-Smoke to understand it. Set HARNESS_TIMER in your environment. xoxo, Andy -- Andy Lester => [EMAIL

Re: Basic Testing Questions

2005-07-18 Thread Andy Lester
is the way to get them in a certain order. > start of this email) or I have to copy the create and delete code into > each tests, making maintenance harder. Is there a common way to Or make a mini library of the common code. -- Andy Lester => [EMAIL PROTECTED] => www.petdance.com => AIM:petdance

Re: OSCON testing tutorial?

2005-07-20 Thread Andy Lester
On Wed, Jul 20, 2005 at 11:57:36AM -0700, Michael G Schwern ([EMAIL PROTECTED]) wrote: > Am I imagining things or was there supposed to be a testing tutorial at OSCON > with Andy Lester, chromatic and the gang? Or am I thinking of YAPC? No, it's not a tutorial. It's 90 m

Re: OSCON testing tutorial?

2005-07-20 Thread Andy Lester
uber-tech-editor and helped shape some of the prose, but none of it is really my writing. That's why it's "with Andy Lester." Apress asked me to sign books at the book signing at OSCON and I declined. It's really Richard's book. xoxo, Andy -- Andy Lester => [EMAIL PROTECTED] => www.petdance.com => AIM:petdance

Re: OSCON testing tutorial?

2005-07-20 Thread Andy Lester
On Wed, Jul 20, 2005 at 02:48:43PM -0500, Bill Odom ([EMAIL PROTECTED]) wrote: > I didn't think we were actually *calling* them Lightning Talks, but > that does capture the spirit. Lots of topics, even more examples -- a > very high-density presentation. Plus donuts and dancing gi

Re: [PATCH] recreatable shuffled tests for "prove"

2005-07-26 Thread Andy Lester
s, all randomized, so we're talking about needing a file that contains the order. -- Andy Lester => [EMAIL PROTECTED] => www.petdance.com => AIM:petdance

Re: Test::Harness::Straps - changes?

2005-07-29 Thread Andy Lester
use Test::Builder. This also coincides with the premise that Test::Harness::Straps are just parsing TAP from any given source. xoxo, Andy -- Andy Lester => [EMAIL PROTECTED] => www.petdance.com => AIM:petdance

Re: Module::Starter question

2005-08-06 Thread Andy Lester
On Aug 5, 2005, at 10:32 AM, Robert wrote: Is the inline POD the current preferred way? It is for me, which is why I wrote it that way. Damian Conway, in the new book "Perl Best Practices," advocates against it for a number of reasons, mainly because he doesn't want order of subs in cod

Re: AnnoCPAN and a wiki POD idea

2005-08-10 Thread Andy Lester
ays include an unsubscribe > link. I also sent a retroactive email for the notes that had been posted > already. I just got my first one, and I can't tell you how happy I am that you've set it up this way. Thanks so much. xoa -- Andy Lester => [EMAIL PROTECTED] => www.petdance.com => AIM:petdance

Re: passing arguments to HTML::Tidy clean()

2005-08-14 Thread Andy Lester
On Aug 14, 2005, at 6:47 AM, jo / ak wrote: Hi, how can arguments be passed to an HTML::Tidy clean() call? Eg. 'char-encoding' => 'latin1' to avoid translation to entities? You can't at this point. Code hasn't been written to support it. --

Re: WWW::Mechanize Can't locate auto/HTML/TokeParser/get_phrase.al

2005-08-16 Thread Andy Lester
hall from this day forward. -- Andy Lester => [EMAIL PROTECTED] => www.petdance.com => AIM:petdance

Re: WWW::Mechanize Can't locate auto/HTML/TokeParser/get_phrase.al

2005-08-16 Thread Andy Lester
On Tue, Aug 16, 2005 at 12:27:31PM -0700, Michael G Schwern ([EMAIL PROTECTED]) wrote: > Mechanize already has a dependency on TokeParser 2.28 which is the version > that came with HTML-Parser 3.33. Then we're probably dealing with a bad Mech install. -- Andy Lester => [E

Re: Updates to Devel::TypeCheck

2005-08-28 Thread Andy Lester
On Aug 29, 2005, at 12:35 AM, Gary Jackson wrote: Also, a lot of little bugs have been found and squashed, and Andy Lester has started to put some proper testing in to place. What I'd really like is a standard typecheck.t like we have standard pod.t. It'd look something

Why are we adding more kwalitee tests?

2005-09-05 Thread Andy Lester
Why are we worrying about these automated kwalitee tests? What will happen once we find that DBIx::Wango has only passed 7 of these 23 items on the checklist? -- Andy Lester => [EMAIL PROTECTED] => www.petdance.com => AIM:petdance

Re: Why are we adding more kwalitee tests?

2005-09-06 Thread Andy Lester
failings of people and their code. I understand fully that nobody's intent is to tell people that they suck, but there's a non-zero chance, and probably closer to 50%, that people will see it that way. xoxo, Andy -- Andy Lester => [EMAIL PROTECTED] => www.petdance.com => AIM:petdance

Re: Why are we adding more kwalitee tests?

2005-09-06 Thread Andy Lester
;just ignore it" if the result of your actions are that people stop uploading to CPAN, or new authors are steered away, for fear of scorn and ridicule. -- Andy Lester => [EMAIL PROTECTED] => www.petdance.com => AIM:petdance

Re: Why are we adding more kwalitee tests?

2005-09-06 Thread Andy Lester
that says your "module sucks; > failed CPANTS kwalatee. Go away". I don't know. That's why I ASKED THE QUESTION of what will be done with the information about their results. -- Andy Lester => [EMAIL PROTECTED] => www.petdance.com => AIM:petdance

Re: Testing module madness

2005-09-11 Thread Andy Lester
evel, so I don't need the level", or I can say "I'm not using this appliance until I've proven to myself that the machine is level and won't cause me any problems in the future because of an imbalance." -- Andy Lester => [EMAIL PROTECTED] => www.petdance.com => AIM:petdance

  1   2   3   4   5   >