Andy Lester wrote:
>
> 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.
If usually isn't good enough, you can always write your own HTML
converter wi
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
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
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
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
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
- 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
- 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
- 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
I've started work on a Javascript implementation, but haven't gotten
very far yet.
I've starting with the Narcissus implementation from the Mozilla
project. My current
plan is to:
1. Identify any objects that need to be bootstrapped into PMCs.
2. Write a Compile phase that borrows logic from
Hi Norman,
I am also in the implementing Java Script for Parrot. But the approach I
have taken is, that I picked up the ECMA-262 Spec 3rd Edition and I have
implemented in Parrot Grammar Engine (PGE).
Write now I have implemented more than half of Java Script grammar in
PGE to compile correctly.
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
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.
On Sat, Jul 08, 2006 at 07:01:19PM -0500, Steven Pritchard wrote:
> First, there is a hardcoded "lib" somewhere that I can't seem to find.
> On x86_64, libraries should get dropped in /usr/lib64, but "make
> install" never creates /usr/lib64/parrot. Pointers on how to override
> that would be grea
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
- 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
Darren Duncan wrote:
At 8:32 PM -0400 7/8/06, Joe Gottman wrote:
I have one minor comment about join. You should specify its behavior
when
it is passed an empty list. Does it return undef or the empty string?
I think it makes the most sense for it to return an empty string,
which is a reas
Allison Randal schreef:
> Chip Salzenberg:
>> The below patches are my guess as to how to fix PGE and TGE for the
>> recent change in .namespace. (That is, C<.namespace ['']> now means
>> what it says, and the HLL root is reachable by C<.namespace> w/o
>> parameters.)
>
> TGE and PGE both need a
# New Ticket Created by Rene Hangstrup Møller
# Please include the string: [perl #39771]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=39771 >
The win32 example in parrot/examples/nci/win32api.pir fails because the
signat
Thanks, appled as r13221
I don't see this checkin. Assigned you the rt ticket.
On Jul 7, 2006, at 9:41 AM, Bernhard Schmalhofer wrote:
João Cruz Morais schrieb:
(moderator please reject my other message - wrong email)
The subject says it all :)
Given a valid regex (pcre) as an argument, the script will search
inside
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
From: [EMAIL PROTECTED]
Date: Sat, 8 Jul 2006 16:48:28 -0700 (PDT)
Author: allison
Date: Sat Jul 8 16:48:27 2006
New Revision: 13214
Modified:
trunk/docs/pdds/pdd23_exceptions.pod
I have a question about C. r13214 adds item 2 in the following
snippet from the current r
On Sun, Jul 09, 2006 at 06:27:13PM -0400, Bob Rogers wrote:
> I have a question about C. r13214 adds item 2 in the following
> snippet from the current revision:
>
> When the C opcode is called:
>
> =item 1
> Pop and destroy the exception record.
>
> =item 2
> If t
I am too planning to implement ECMAScript. I do not yet know how, I
have to experiment with parrot first.
On Sunday 09 July 2006 02:15, Vishal Soni wrote:
> I am not an expert on which approach is the way to go:
> 1. Hack Mozilla's JavaScript excution engine to generate PIR.
If there's a fairly direct correspondence between JS bytecode (if there is
such a thing; I have no idea -- whatever internal o
(Proxying for Ann Barcomb, our new summarizer. :-))
The Perl 6 summary for the weeks of 2006-02-13 through 2006-02-28
Summary updates
Starting with this update, Ann Barcomb will be writing the Perl 6
summaries. Her plan is to release new issues on Sundays, initially
dealing with the
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.
From: Chip Salzenberg <[EMAIL PROTECTED]>
Date: Sat, 8 Jul 2006 15:20:08 -0700
On Sat, Jul 08, 2006 at 05:10:57PM -0400, Bob Rogers wrote:
>And my intended implementation of dynamic-wind actually does require
>its own stack, separate from the current control stack . ..
>
I am currently trying to add some PGE to tcl (for the [expr] command,
where the optok parsing will be very helpful).
While debugging, I noticed that perl6 isn't using the .HLL directive:
I suspect the namespace lookup issues I'm having (and perl6 isn't)
might be de to this difference.
Som
Hi Matt,
This patch is because the number of .constant decls in IMCC is limited
to 4096. This is a todo to make this dynamic. The evil code seems to
have about 4200 .constant decls being generated.
Here is the patch to fix it. For now I bumped up the limit to 8192 and
it works. But this is a TODO
# New Ticket Created by Matt Diephouse
# Please include the string: [perl #39778]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=39778 >
Trying to use an Iterator with a NameSpace makes Parrot segfault:
mini:~/Projects/
32 matches
Mail list logo