Eric Leblond

Results 68 comments of Eric Leblond

I'm using the latest git from coccigrep and I got result with `coccigrep -t 'RDisasmState' -a 'show_reloff' *c -p 1` Coccinelle version is 1.0.4.deb-3+b4

Just pushed a branch adding the `-g` option like `--grep`: https://github.com/regit/coccigrep/tree/grep It gives the following result: ![screenshot from 2018-03-21 17-36-20](https://user-images.githubusercontent.com/308616/37723356-7ef9407a-2d2e-11e8-94d0-b650215e2f8a.png) Can you give it a try ? (`sudo python setup.py...

Just pushed that to master: ![screenshot from 2018-03-21 22-24-52](https://user-images.githubusercontent.com/308616/37738259-b56b9a40-2d56-11e8-9c72-f1514f06fd2d.png) @do11 Could you test it ?

That's strange. It is not supposed to have. Maybe you reach the size limit on the shell prompt. I frequently running it on suricata who got 600 source files. You...

Hello @elmart, I've just run the same 'src/*c' coccigrep command in neovim source and it is working (got the two same matches) What version of cocigrep are you using ?

Julia Lawall is great as usual!

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. Next step...

Need to address documentation points.

Hello, did you do an `apt upgrade` or an `apt dist-upgrade` ?