Skip Menu |

This queue is for tickets about the Tree-DAG_Node-XPath CPAN distribution.

Report information
The Basics
Id: 60602
Status: open
Priority: 0/
Queue: Tree-DAG_Node-XPath

People
Owner: Nobody in particular
Requestors: trlorenz [...] hotmail.com
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 0.10
Fixed in: (no value)



Subject: xpath_get_next/previous_sibling methods are aliased backwards
*xpath_get_next_sibling = *Tree::DAG_Node::left_sister; *xpath_get_previous_sibling = *Tree::DAG_Node::right_sister; ...should be... *xpath_get_previous_sibling = *Tree::DAG_Node::left_sister; *xpath_get_next_sibling = *Tree::DAG_Node::right_sister;
Subject: Re: [rt.cpan.org #60602] xpath_get_next/previous_sibling methods are aliased backwards
Date: Mon, 23 Aug 2010 15:00:32 +0200
To: bug-Tree-DAG_Node-XPath [...] rt.cpan.org
From: Michel Rodriguez <xmltwig [...] gmail.com>
Oops, I'll fix it tonight. Thanks On Sun, Aug 22, 2010 at 2:18 AM, via RT <bug-Tree-DAG_Node-XPath@rt.cpan.org> wrote: Show quoted text
> Sat Aug 21 20:18:15 2010: Request 60602 was acted upon. > Transaction: Ticket created by Hassler >       Queue: Tree-DAG_Node-XPath >     Subject: xpath_get_next/previous_sibling methods are aliased backwards >   Broken in: 0.10 >    Severity: Important >       Owner: Nobody >  Requestors: trlorenz@hotmail.com >      Status: new >  Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=60602 > > > > *xpath_get_next_sibling     = *Tree::DAG_Node::left_sister; > *xpath_get_previous_sibling = *Tree::DAG_Node::right_sister; > > ...should be... > > *xpath_get_previous_sibling = *Tree::DAG_Node::left_sister; > *xpath_get_next_sibling     = *Tree::DAG_Node::right_sister; > >
-- mirod
Subject: Re: [rt.cpan.org #60602] xpath_get_next/previous_sibling methods are aliased backwards
Date: Tue, 24 Aug 2010 19:30:06 +0200
To: bug-Tree-DAG_Node-XPath [...] rt.cpan.org
From: mirod <xmltwig [...] gmail.com>
On 08/22/2010 02:18 AM, via RT wrote: Show quoted text
> Sat Aug 21 20:18:15 2010: Request 60602 was acted upon. > Transaction: Ticket created by Hassler > Queue: Tree-DAG_Node-XPath > Subject: xpath_get_next/previous_sibling methods are aliased backwards > Broken in: 0.10 > Severity: Important > Owner: Nobody > Requestors: trlorenz@hotmail.com > Status: new > Ticket<URL: https://rt.cpan.org/Ticket/Display.html?id=60602> > > > *xpath_get_next_sibling = *Tree::DAG_Node::left_sister; > *xpath_get_previous_sibling = *Tree::DAG_Node::right_sister; > > ...should be... > > *xpath_get_previous_sibling = *Tree::DAG_Node::left_sister; > *xpath_get_next_sibling = *Tree::DAG_Node::right_sister; >
I just uploaded Tree-DAG_Node-XPath version 0.11 to CPAN. Sorry for the bug, I will add some tests for this later. Thanks -- mirod
Subject: Re: [rt.cpan.org #60602] xpath_get_next/previous_sibling methods are aliased backwards
Date: Wed, 25 Aug 2010 14:22:03 -0700
To: <bug-Tree-DAG_Node-XPath [...] rt.cpan.org>
From: "Todd Lorenz" <trlorenz [...] hotmail.com>
Thanks much for the response. (And thanks for the module!) Best regards, Todd -------------------------------------------------- From: "xmltwig@gmail.com via RT" <bug-Tree-DAG_Node-XPath@rt.cpan.org> Sent: Tuesday, August 24, 2010 10:29 AM To: <trlorenz@hotmail.com> Subject: Re: [rt.cpan.org #60602] xpath_get_next/previous_sibling methods are aliased backwards Show quoted text
> <URL: https://rt.cpan.org/Ticket/Display.html?id=60602 > > > On 08/22/2010 02:18 AM, via RT wrote:
>> Sat Aug 21 20:18:15 2010: Request 60602 was acted upon. >> Transaction: Ticket created by Hassler >> Queue: Tree-DAG_Node-XPath >> Subject: xpath_get_next/previous_sibling methods are aliased >> backwards >> Broken in: 0.10 >> Severity: Important >> Owner: Nobody >> Requestors: trlorenz@hotmail.com >> Status: new >> Ticket<URL: https://rt.cpan.org/Ticket/Display.html?id=60602> >> >> >> *xpath_get_next_sibling = *Tree::DAG_Node::left_sister; >> *xpath_get_previous_sibling = *Tree::DAG_Node::right_sister; >> >> ...should be... >> >> *xpath_get_previous_sibling = *Tree::DAG_Node::left_sister; >> *xpath_get_next_sibling = *Tree::DAG_Node::right_sister; >>
> > I just uploaded Tree-DAG_Node-XPath version 0.11 to CPAN. > > Sorry for the bug, I will add some tests for this later. > > Thanks > > -- > mirod > > >