Some GraphViz (dot) files can't be parsed

Bug #385725 reported by Dimitris Kalamaras
10
This bug affects 2 people
Affects Status Importance Assigned to Milestone
SocNetV
Status tracked in Trunk
0.x
Won't Fix
Low
Dimitris Kalamaras
Trunk
Invalid
Low
Dimitris Kalamaras

Bug Description

For instance this graph is read but nothing is displayed:
digraph mydot { node [color=red, shape=box]; a -> b -> c ->d node [color=pink, shape=circle]; d->e->a->f->j->k->l->o [weight=1, color=black]; }

If we use line breaks, then everything is OK. Test:

 digraph mydot {
node [color=red, shape=box];
a -> b -> c ->d
node [color=pink, shape=circle];
d->e->a->f->j->k->l->o
[weight=1, color=black];
}

Changed in socnetv:
assignee: nobody → Dimitris Kalamaras (dimitris-kalamaras)
importance: Undecided → High
milestone: none → 0.7.0
status: New → Confirmed
Revision history for this message
Dimitris Kalamaras (dimitris-kalamaras) wrote :

For simplicity reasons, SocNetV expected line breaks inside the dot network file.

It didnt read until a ';' occured...

Revision history for this message
Dimitris Kalamaras (dimitris-kalamaras) wrote :

The thing is that we need a LOT code changes to read until a ';' and SocNetV native file format is GraphML, not Dot, so I think we will leave this bug unfixed.

Thus, until we redesign the whole parser code, users are requested to include carriage returns in their dot network files, or else SocNetV won't read them.

Changed in socnetv:
status: Confirmed → Won't Fix
importance: High → Low
milestone: 0.80 → none
Changed in socnetv:
status: Won't Fix → Confirmed
Revision history for this message
Dimitris Kalamaras (dimitris-kalamaras) wrote :
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.