RE: Anyone experiencing problems with rt.cpan.org?

2006-07-09 Thread Kirrily Robert
There were some people talking about problems with it the other day (Thursday?) on magnet #perl. I think Adam Kennedy mentioned slowness, and Jesse was around at the time and sounded like he was going to look into it. Yeah, I know, vague. K.

Re: TAPx::Parser 0.02

2006-07-09 Thread Ian Langworth
Ways to tweak the TAP structure before handing it to the parser? The "removal of leading hyphens" thing in the previous replies, sanitizing sensitive information (maybe the non-employees shouldn't see IP addresses in the output when they see the parsed result), who knows. My opinion is that playi

Re: Anyone experiencing problems with rt.cpan.org?

2006-07-09 Thread Ovid
- Original Message From: David Golden <[EMAIL PROTECTED]> > In the last day or so, every time I go to rt.cpan.org, it seems to > nearly finish loading a page and then just stalls. My problem was that I couldn't even log in yesterday. I eventually filed a bug report with [EMAIL PROTECT

Re: Testing various HTML constructs

2006-07-09 Thread Stephen R Laniel
On Sat, Jul 08, 2006 at 07:06:15PM +0300, Gabor Szabo wrote: > Specifically I know there should be two tables on the page. > One of them belongs to a form the other one should contain a > list of device names. How can I retreive the list of tables and then how > can I parse the tables? Me, I'd use

TAPx::Parser roadmap

2006-07-09 Thread Ovid
Hi all, Just to let you know, I'm preparing TAPx::Parser for 0.10 (currently at 0.02). Based upon the feedback I've received, here's my roadmap, broken down by "DONE", "TODO", and "QUESTIONS" sections. DONE: - Removed non-core modules TODO: - 'Bail out!' should immediately stop processing.

[ANNOUNCE] Test::Builder/More/Simple 0.63

2006-07-09 Thread Michael G Schwern
Holy crap, its a Test::More release! I'm sure there's much more important things which need fixing then what's in this release, but these were sitting around in the repo and I want to get back into the swing of regular releases. 0.63 Sun Jul 9 02:36:36 PDT 2006 * Fixed can_ok() to gracefull

Re: TAPx::Parser 0.02

2006-07-09 Thread Ovid
- Original Message From: Ian Langworth <[EMAIL PROTECTED]> > This is cool, Ovid! I think you're definitely on the right track. Thanks! > Thoughts: > > - I'd like an option to automatically s{ \A \s* - \s+ }{} all test > descriptions. I bet a lot of people would end up doing this > thems

Re: Bail out! questions

2006-07-09 Thread Ovid
- Original Message From: Ian Langworth <[EMAIL PROTECTED]> > When you say "any message after these words," does that include words > on subsequent lines? > > If it does, there isn't much parsing left to do -- the rest of the > tokens in the stream get treated as a big diagnostic blob. Th

Re: Doc error in TAP.pm?

2006-07-09 Thread Ovid
- Original Message From: Michael G Schwern > There currently is no escape syntax defined in TAP. Test::Harness > understands \# only with respect to descriptions. > > http://perl-qa.yi.org/index.php/TAP_escape_syntax Regarding the questions posed on the Wiki: Should we cano

Re: TAPx::Parser 0.02

2006-07-09 Thread Ian Langworth
This is cool, Ovid! I think you're definitely on the right track. Thoughts: - I'd like an option to automatically s{ \A \s* - \s+ }{} all test descriptions. I bet a lot of people would end up doing this themselves, including myself. - Speaking of that step, the underscore in your tokenizing meth

Re: Old and broken versions of Module::Install

2006-07-09 Thread Steffen Mueller
Steffen Mueller schrieb: You can find a complete (and somewhat current) list of problematic modules at http://steffen-mueller.net/mi_old.html I have just completed rerunning the script that generated that list. The new list is available at above URL. Steffen

Re: Bail out! questions

2006-07-09 Thread Ian Langworth
When you say "any message after these words," does that include words on subsequent lines? If it does, there isn't much parsing left to do -- the rest of the tokens in the stream get treated as a big diagnostic blob. If it doesn't, the easiest thing to do would be to stop the parser and complain

Re: Bail out! questions

2006-07-09 Thread Ian Langworth
When you say "any message after these words," does that include words on subsequent lines? If it does, there isn't much parsing left to do -- the rest of the tokens in the stream get treated as a big diagnostic blob. If it doesn't, the easiest thing to do would be to stop the parser and complain

Re: TAP Namespace Nonproliferation Treaty

2006-07-09 Thread Ian Langworth
Ovid: TAP::Parser::Pedantic Schwern: TAP::Parser::Heuristic I've always feared /^[A-Z]+x::/ namespaces because I never understood them. For the longest time, I thought Jesse was working on "DBI eXtreme" with SearchBuilder and whatnot. On 7/8/06, Ovid <[EMAIL PROTECTED]> wrote: I'm perfectly co