Skip Menu |

This queue is for tickets about the Graph-Easy CPAN distribution.

Report information
The Basics
Id: 16768
Status: resolved
Worked: 5 min
Priority: 0/
Queue: Graph-Easy

People
Owner: TELS [...] cpan.org
Requestors: dan.horne [...] redbone.co.nz
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 0.37
Fixed in: 0.38



Subject: Birectional indicator ignored
In the code below, the bidrectional indicator between Pa and Ma is displayed as a uni-directional indicator from Pa to Ma: #!/usr/local/bin/perl use Graph::Easy::Parser; my $parser = Graph::Easy::Parser->new(); my $graph = $parser->from_text( "[ Grandpa ] <--> [ Grandma ] [ Grandpa ] --> [ Pa ] [ Grandma ] --> [ Pa ] [ Pa ] <--> [ Ma ] [ Pa ] --> [ Bobby ] [ Pa ] --> [ Sue ] [ Pa ] --> [ Joe ] [ Pa ] --> [ Betty ] [ Ma ] --> [ Bobby ] [ Ma ] --> [ Sue ] [ Ma ] --> [ Joe ] [ Ma ] --> [ Betty ] "); print $graph->as_ascii( );
From: Tels <nospam-abuse [...] bloodgate.com>
To: bug-Graph-Easy [...] rt.cpan.org
Subject: Re: [cpan #16768] Birectional indicator ignored
Date: Wed, 28 Dec 2005 19:25:50 +0100
RT-Send-Cc:
-----BEGIN PGP SIGNED MESSAGE----- Moin, On Wednesday 28 December 2005 19:12, Guest via RT wrote: Show quoted text
> This message about Graph-Easy was sent to you by guest <> via > rt.cpan.org > > Full context and any attached attachments can be found at: > <URL: https://rt.cpan.org/Ticket/Display.html?id=16768 > > > In the code below, the bidrectional indicator between Pa and Ma is > displayed as a uni-directional indicator from Pa to Ma:
Thanx for the report - this is known bug (see the TODO file) - selfloops are currently only rendered with one (or no) arrow in ASCII output. I hope to fix this in the next version, Tels - -- Signed on Wed Dec 28 19:24:51 2005 with key 0x93B84C15. Visit my photo gallery at http://bloodgate.com/photos/ PGP key on http://bloodgate.com/tels.asc or per email. "I never forget a face, but in your case I'll be glad to make an exception." -- Groucho Marx -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (GNU/Linux) iQEVAwUBQ7LYrncLPEOTuEwVAQFzHwf8DtalfkWtqxw52oz6TBCvvN0tBiOLtyjm W+CKFRNjKQRrrzzAx3F+tjpHn5rFLLc763dPQKFfSTd+9kkKVjXptgwz1eUnwZjN ON9HMxnVbOokrh9nj8eO1ez00CPKq/bD0BSAPcO9LpozmJ04Uipk+6FHoKc6cn3j gjochLiPL8ZpputiDTK3wkAs2WLy+qucHtCbDpAx72QPMIQYthjwFK4jvj/9tmo7 GdUfYhPk7zpPm+UftCR1Ywz55PF/2uX8BnuF4puM6Fxr3Wyku7YCJbNB8X2Ig1PP ZuyEe1dFmD16g6KbP0DQBdgJvmMcIzRRBQPk1sFWjaQTz2Ra+IRYtQ== =jzvS -----END PGP SIGNATURE-----
From: Tels <nospam-abuse [...] bloodgate.com>
To: bug-Graph-Easy [...] rt.cpan.org
Subject: Re: [cpan #16768] Birectional indicator ignored
Date: Wed, 28 Dec 2005 22:11:16 +0100
RT-Send-Cc:
-----BEGIN PGP SIGNED MESSAGE----- Moin, On Wednesday 28 December 2005 19:27, nospam-abuse@bloodgate.com via RT wrote: Show quoted text
> This message about Graph-Easy was sent to you by > nospam-abuse@bloodgate.com <nospam-abuse@bloodgate.com> via rt.cpan.org > > Full context and any attached attachments can be found at: > <URL: https://rt.cpan.org/Ticket/Display.html?id=16768 > > > Moin, > > On Wednesday 28 December 2005 19:12, Guest via RT wrote:
> > This message about Graph-Easy was sent to you by guest <> via > > rt.cpan.org > > > > Full context and any attached attachments can be found at: > > <URL: https://rt.cpan.org/Ticket/Display.html?id=16768 > > > > > In the code below, the bidrectional indicator between Pa and Ma is > > displayed as a uni-directional indicator from Pa to Ma:
> > Thanx for the report - this is known bug (see the TODO file) - > selfloops are currently only rendered with one (or no) arrow in ASCII > output.
Er, ignore my previous comment. I *did* fix the self-lopp bug, but the one you reported is something completely different. Oops :) I have to investigate and see what's the cause of this. Best wishes, Tels - -- Signed on Wed Dec 28 22:09:56 2005 with key 0x93B84C15. Visit my photo gallery at http://bloodgate.com/photos/ PGP key on http://bloodgate.com/tels.asc or per email. "Die deutsche Zensoren - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Dummköpfe - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -." Heinrich Heine -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (GNU/Linux) iQEVAwUBQ7L/fHcLPEOTuEwVAQGacAf9EiuXD53yX420xH7MwxjAsSHOhOIAq752 8h4b3iRIzNsklB2JTOj7fEits7hvUBzHvvQsU/8fazybCc/95BYFShRxAOuDLFLa cTm2mbXJeweyXsW4hJrrV9HaBGiRO46thFXOHvE4MfN1y9v2On8SVl6aISQ/K8CG U6P6lwFKIFGavtQyAojVbRphEQzVG7t2uUA/CRzbZ5DyKVAkQmcNiRqCtXeNPPX8 i2tIzOS13p799S7Y6i7mdp8piWeKSqUKCViUNT7HDa3ftKT9QpP8tj0H8iEGRQll XMg3bpIbGmFgP8lIqgSoljMNsUwt/SfjfwftPYeS9qvNYq8GFEXBEA== =E30T -----END PGP SIGNATURE-----