Package: graphviz
Version: 2.26.3-5
Severity: normal

Hi,

Calling gvpr's delete() apparently stops processing of nodes.

a.dot:
digraph cd {
 a
 b
}

$gvpr -c 'N { printf("%s\n", $.name); delete($G, $) }' a.dot
a
digraph cd {
     b;
}

OTOH:

$gvpr -c 'N { printf("%s\n", $.name) }' a.dot
a
b
digraph cd {
     a;
     b;
}

-- System Information:
Debian Release: 6.0.3
  APT prefers stable
  APT policy: (600, 'stable'), (500, 'stable-updates')
Architecture: i386 (i686)

Kernel: Linux 2.6.32-5-686 (SMP w/4 CPU cores)
Locale: LANG=ru_RU.UTF-8, LC_CTYPE=ru_RU.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages graphviz depends on:
ii  libc6                  2.11.2-10         Embedded GNU C Library: Shared lib
ii  libcdt4                2.26.3-5          rich set of graph drawing tools - 
ii  libcgraph5             2.26.3-5          rich set of graph drawing tools - 
ii  libexpat1              2.0.1-7           XML parsing C library - runtime li
ii  libgd2-xpm             2.0.36~rc1~dfsg-5 GD Graphics Library version 2
ii  libgraph4              2.26.3-5          rich set of graph drawing tools - 
ii  libgvc5                2.26.3-5          rich set of graph drawing tools - 
ii  libgvpr1               2.26.3-5          rich set of graph drawing tools - 
ii  libx11-6               2:1.3.3-4         X11 client-side library
ii  libxaw7                2:1.0.7-1         X11 Athena Widget library
ii  libxmu6                2:1.0.5-2         X11 miscellaneous utility library
ii  libxt6                 1:1.0.7-1         X11 toolkit intrinsics library

Versions of packages graphviz recommends:
ii  ttf-liberation 1.05.2.20091019-4squeeze1 Fonts with the same metrics as Tim

Versions of packages graphviz suggests:
pn  graphviz-do <none>                       (no description available)
ii  gsfonts     1:8.11+urwcyr1.0.7~pre44-4.2 Fonts for the Ghostscript interpre

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to