pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
coccinelle: Add a simple way to reproduce the coccigrep regression
Module Name: pkgsrc-wip
Committed By: Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By: leot
Date: Wed Jul 8 02:34:17 2020 +0200
Changeset: 87627229ac47321ae6d8f2bce17fe24766397941
Modified Files:
coccinelle/TODO
Log Message:
coccinelle: Add a simple way to reproduce the coccigrep regression
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=87627229ac47321ae6d8f2bce17fe24766397941
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
coccinelle/TODO | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
diffs:
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:
Home |
Main Index |
Thread Index |
Old Index