summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorAkim Demaille <akim.demaille@gmail.com>2019-04-27 19:11:59 +0200
committerAkim Demaille <akim.demaille@gmail.com>2019-04-28 08:24:31 +0200
commit57290d63fdde7c79d88570a02daa9abce4830f55 (patch)
treef12e42d5d4a4216d1235db12a4020bdb098fc159 /TODO
parent33b246a624abc4c5fbfac485133c32a04130b74b (diff)
downloadbison-57290d63fdde7c79d88570a02daa9abce4830f55.tar.gz
package: various fixes for syntax-check
* cfg.mk: Disable checks where needed (e.g., we do want to check the behavior with tabs). (sc_at_parser_check): Remove. Unfortunately since a11c144609255bc6e42c2aff83548e91cbd05425 we no longer use the './' prefix to run programs in the current directory. That was so that we could run Java programs like the other, although they are no run with the `./` prefix (see 967a59d2c08a33f24708450561e2f8010b604523). As a consequence this sc check no longer makes sense. However, since now AT_PARSER_CHECK passes the `./` prefix itself, this sc-check was superfluous. * examples/c/reccalc/scan.l: Use memcpy, not strncpy. * src/ielr.c, src/reader.c: Obfuscate "lr(0)" so that the sc-check for "space before paren" does not fire. * tests/diagnostics.at: Avoid space-tab, use tab-tab.
Diffstat (limited to 'TODO')
-rw-r--r--TODO2
1 files changed, 1 insertions, 1 deletions
diff --git a/TODO b/TODO
index 1d2fa03e..9fb8c922 100644
--- a/TODO
+++ b/TODO
@@ -105,7 +105,7 @@ Rename states1 as path, length as pathlen.
Introduce inline functions for things such as nullable[*rp - ntokens]
where we need to map from symbol number to nterm number.
-There are probably a significant part of the the relations management that
+There are probably a significant part of the relations management that
should be migrated on top of a bitsetv.
*** closure