[BGL] A bug in graphviz parser ?

Hi, read_graphviz() parser considers names "b" and b as two different names while the native parser from AT&T does not. Regards, Dmitry

On Thu, 14 May 2009, Dmitry Bufistov wrote:
Hi, read_graphviz() parser considers names "b" and b as two different names while the native parser from AT&T does not.
I could not see anything in the Dot specification that differs from your (and AT&T's) interpretation, so I think you've found a real bug. If you have a small test case that reproduces this, please file a bug about it. Thank you. -- Jeremiah Willcock

Jeremiah Willcock wrote:
On Thu, 14 May 2009, Dmitry Bufistov wrote:
Hi, read_graphviz() parser considers names "b" and b as two different names while the native parser from AT&T does not.
I could not see anything in the Dot specification that differs from your (and AT&T's) interpretation, so I think you've found a real bug. If you have a small test case that reproduces this, please file a bug about it. Thank you.
-- Jeremiah Willcock
Here it is https://svn.boost.org/trac/boost/ticket/3027 --Dmitry
participants (2)
-
Dmitry Bufistov
-
Jeremiah Willcock