formula: fix building of {a->c[*]}
Fixes #285, reported by Florian Perlié-Long. * NEWS: Mention the issue. * spot/tl/formula.cc: Fix it. * tests/core/kind.test: Document it. * THANKS: Add Florian.
This commit is contained in:
parent
32087f29ad
commit
bef58b4169
4 changed files with 9 additions and 3 deletions
3
NEWS
3
NEWS
|
|
@ -2,6 +2,9 @@ New in spot 2.4.0.dev (not yet released)
|
|||
|
||||
Bugs fixed:
|
||||
|
||||
- The formula class failed to build {a->c[*]} althought it is
|
||||
alowed in our grammar.
|
||||
|
||||
- spot::scc_info::determine_unknown_acceptance() incorrectly
|
||||
considered some rejecting SCC as accepting.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue