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:
Alexandre Duret-Lutz 2017-09-26 17:30:54 +02:00
parent f81fb31136
commit 002e6ed96b
4 changed files with 9 additions and 3 deletions

3
NEWS
View file

@ -81,6 +81,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.