Synopsis - Issue Tracker

Bug101 Editing

Title HTML Formatter fails to find 'dot'
Created on 2006-04-03.12:46:58 by neiljp, last changed 2006-04-28.12:52:14 by stefan.
assigned to stefan priority normal
type behavior severity normal
components HTML formatter platform GNU/Linux
status closed resolution fixed
depends on superseded by
Add Comment:
File
CC List:? neiljp, stefan

Messages
Author: neiljp Date: 2006-04-03.12:46:58
Currently absence of 'dot' (graphviz) leads to a backtrace.

Ideally Synopsis could:
- search for dot during configure (must-have dot);
- print warning but continue during formatting when dot is not available;
- print error during formatting, requesting a formatter setting to disable dot usage.
Author: stefan Date: 2006-04-14.18:29:04
rev:1699 enhances the handling of errors, and in
particular, avoids the stacktrace if 'dot' wasn't
found. Instead an error is written.
I don't think a 'configure' step makes sense in
the context of python. However, instead of aborting
the process synopsis should continue without the
graph generation, and print a warning.
History
Date User Action Args
2006-04-03 12:46:59neiljpcreate
2006-04-14 18:29:05stefansetmessages: + msg545
2006-04-28 12:52:14stefansetstatus: new
assignedto: (no value)
resolution: (no value)
nosy: + stefan