-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Strange mismatch #8
Comments
Actually it seems to be a bug in coccinelle, because using coccinelle directly with:
I get a lot of matches, but not the one in question. |
Indeed a coccinelle bug: http://comments.gmane.org/gmane.comp.version-control.coccinelle/2214 |
Julia Lawall is great as usual! |
Indeed! Now what would be great, in coccigrep, would to trigger a warning like:
I can try to do a patch if you want, but I may need the help of Julia again, because I'm not sure that running:
and then parsing the output would be the most effecient way to do that... |
Hello, If the warning occurs, we could at least have the user understand that there could have been some miss in the search. And that's an interesting information. |
I was working with the file "mp4.c" of VLC gitweb link
The following:
returns nothing, although line 476, you have this :
And even without the "-o set", this line isn't detected.
I've got latest coccigrep and coccinelle -1.0.0-rc9
This is strange because there is nothing unusual in the mismatched line...
The text was updated successfully, but these errors were encountered: