summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorAkim Demaille <akim.demaille@gmail.com>2021-08-09 08:25:37 +0200
committerAkim Demaille <akim.demaille@gmail.com>2021-08-11 18:00:38 +0200
commite4e3cbce774af6c407e5cb699a8227ef213d54a1 (patch)
tree9a8866c018b74934731b4d6604ba089c4b523370 /TODO
parentb2a00ed5dd5aafb878bbcd5d32579c2ce07ddc4b (diff)
downloadbison-e4e3cbce774af6c407e5cb699a8227ef213d54a1.tar.gz
tests: check symbol/token renumbering
In some extreme situations, with lots of useless tokens, Bison was numbering them incorrectly, which resulted in a broken grammar. <https://lists.gnu.org/r/bison-patches/2021-03/msg00001.html> commit a774839ca873d1082f79ba3c4eecc1e242a28ce1. * tests/regression.at (Useless Tokens): New.
Diffstat (limited to 'TODO')
-rw-r--r--TODO8
1 files changed, 0 insertions, 8 deletions
diff --git a/TODO b/TODO
index b4557991..d9277255 100644
--- a/TODO
+++ b/TODO
@@ -8,14 +8,6 @@ The default case is scanning char-per-char.
make it more eager?
** Missing tests
-commit c22902e360e0fbbe9fd5657dcf107e03166da309
-Author: Akim Demaille <akim.demaille@gmail.com>
-Date: Sat Jan 23 18:40:15 2021 +0100
-
- tables: fix handling for useless tokens
-
-See https://github.com/akimd/bison/issues/72#issuecomment-766153154
-
commit 2c294c132528ede23d8ae4959783a67e9ff05ac5
Author: Vincent Imbimbo <vmi6@cornell.edu>
Date: Sat Jan 23 13:25:18 2021 -0500