make sure --dot=Bb is the same as --dot=b
* NEWS: Mention the fixed bug. * src/twaalgos/dot.cc: Fix. * wrap/python/tests/decompose.ipynb: Use it.
This commit is contained in:
parent
5a7abe8582
commit
d23eaec7ef
3 changed files with 463 additions and 460 deletions
2
NEWS
2
NEWS
|
|
@ -57,6 +57,8 @@ New in spot 1.99.5a (not yet released)
|
||||||
|
|
||||||
Bug fixes:
|
Bug fixes:
|
||||||
* automaton parser was ignoring the "unambiguous" property.
|
* automaton parser was ignoring the "unambiguous" property.
|
||||||
|
* --dot=Bb should work like --dot=b, allowing us to disable
|
||||||
|
a B option set via an environment variable.
|
||||||
|
|
||||||
New in spot 1.99.5 (2015-11-03)
|
New in spot 1.99.5 (2015-11-03)
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -119,6 +119,7 @@ namespace spot
|
||||||
break;
|
break;
|
||||||
case 'b':
|
case 'b':
|
||||||
opt_bullet = true;
|
opt_bullet = true;
|
||||||
|
opt_bullet_but_buchi = false;
|
||||||
break;
|
break;
|
||||||
case 'B':
|
case 'B':
|
||||||
opt_bullet = true;
|
opt_bullet = true;
|
||||||
|
|
|
||||||
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue