.. -*- coding: utf-8 -*- Version 0.35.2 -------------- :publication date: 2008/10/01 :expected date: n/a Ticket #3278 man page generation broken ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ :type: bug :load: 0.250 :state: resolved optik specific substitution string for default value get inserted while it shouldn't. Ticket #5945 wrong edge proporties in graph.DotBackend ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ :type: bug :load: 0.250 :state: resolved Edges without properties have same properties as the previous edge. This is an obvious DotBackend.emit_edge bug (see http://www.graphviz.org/doc/info/lang.html "Semantic Notes") Ticket #5979 broken debian package w/ py < 2.5 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ :type: bug :load: 0.250 :state: resolved :: Compiling /usr/lib/python2.4/site-packages/logilab/common/context.py ... File "/usr/lib/python2.4/site-packages/logilab/common/context.py", line 9 yield path SyntaxError: 'yield' not allowed in a 'try' block with a 'finally' clause Comments :: On 2008/09/19 08:02 - sthenault wrote : module removed until a nicest way to deal with this is found Ticket #6011 lgc.configuration ignore customized option values ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ :type: bug :load: 0.000 :state: resolved Custom option values passed on the command line are ignored if the option has a default value. Comments :: On 2008/09/15 17:17 - adimascio wrote : It looks like the problem appeared with this `changeset`_ .. _changeset: http://www.logilab.org/cgi-bin/hgwebdir.cgi/logilab/common/rev/42c8cae57420