Fix column in LTL error messages, it was off by one.
* src/ltlparse/fmterror.cc (format_parse_errors): Count columns starting at 1. Older Bison used to start at 0 but changed to match the GNU Coding Standards. * src/ltltest/parseerr.test: Add a test case.
This commit is contained in:
parent
3cf2ddbcb0
commit
d71ceb3b04
3 changed files with 39 additions and 7 deletions
|
|
@ -1,3 +1,12 @@
|
|||
2010-03-10 Alexandre Duret-Lutz <adl@lrde.epita.fr>
|
||||
|
||||
Fix column in LTL error messages, it was off by one.
|
||||
|
||||
* src/ltlparse/fmterror.cc (format_parse_errors): Count columns
|
||||
starting at 1. Older Bison used to start at 0 but changed to
|
||||
match the GNU Coding Standards.
|
||||
* src/ltltest/parseerr.test: Add a test case.
|
||||
|
||||
2010-03-07 Alexandre Duret-Lutz <adl@lrde.epita.fr>
|
||||
|
||||
Do not rewrite F(a & GF(b)) = F(a) & GF(b), this can be harmful.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue