ltlgrind: fix handling of FILENAME/COL

This additionally fixes #107.

* src/bin/ltlgrind.cc: Fix handling for FILEANAME/COL.  Document FORMAT
in --help.  Assume -F for arguments given without options.
* src/tests/ltlgrind.test: Add two tests.
* NEWS: Mention this.
This commit is contained in:
Alexandre Duret-Lutz 2015-10-15 17:08:08 +02:00
parent e3682a2301
commit 0671d62806
3 changed files with 79 additions and 38 deletions

5
NEWS
View file

@ -13,6 +13,9 @@ New in spot 1.99.4a (not yet released)
--high is given, thn the translation intent defaults to --small
(unless specified otherwise).
* ltlgrind FILENAME[/COL] is now the same as
ltlgrind -F FILENAME[/COL] for consistency with ltlfilt.
Library:
* Rename dtgba_complement() as dtwa_complement(), rename the header
@ -48,6 +51,8 @@ New in spot 1.99.4a (not yet released)
* Handle saturation of formula reference counts.
* Fix typo in the Python code for the CGI server.
* "randaut -Q0 1" used to segfault.
* "ltlgrind -F FILENAME/COL" did not preserve other CSV columns.
* "ltlgrind --help" did not document FORMAT.
New in spot 1.99.4 (2015-10-01)