From 87627229ac47321ae6d8f2bce17fe24766397941 Mon Sep 17 00:00:00 2001 From: Leonardo Taccari Date: Wed, 8 Jul 2020 02:34:17 +0200 Subject: [PATCH] coccinelle: Add a simple way to reproduce the coccigrep regression --- coccinelle/TODO | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/coccinelle/TODO b/coccinelle/TODO index 0d8175e009..9b5024319e 100644 --- a/coccinelle/TODO +++ b/coccinelle/TODO @@ -1,11 +1,14 @@ Still not ready for using it to update devel/coccinelle. The following issues should be investigated further and if possible fixed: - - Update to coccinelle-1.0.6 breaks textproc/coccigrep + - Update to coccinelle-1.0.8 breaks textproc/coccigrep, e.g.: - XXXleot: provide a simple command to test that. + % cd pkgsrc/pkgtools/pkg_install/files/admin + % coccigrep -t size_t *.c + + does not print anything (while there are several variables of size_t type). - -- leot (2017/10/10) + -- leot (2020/07/07) - When built with PYTHON_VERSION_DEFAULT=38, test fails with: