Eliseo Martínez

Results 11 comments of Eliseo Martínez

All tests should pass on every build, so... numbers can't go down...

@ZyX-I The standard may not guarantee that NULL representation is all zeros (though I don't know about any implementation that doesn't), but it is guaranteed that a null pointer (whatever...

@justinmk No, it's saying the opposite. That the integer 0 will be converted to null pointer (whatever its representation) in order to be compared to p.

Guys, I think this is degenerating into a kind of byzantine discussion. From all the above, I think we can consider that using `if (p)` is perfectly safe.

I don't think it's a shell limit problem. I don't have so many files. Look at this sample output: ``` eliseo@ubuntu:~/projects/os/neovim/neovim$ ls src/nvim/*.c src/nvim/arabic.c src/nvim/ex_cmds2.c src/nvim/garray.c src/nvim/main.c src/nvim/misc1.c src/nvim/popupmnu.c src/nvim/strings.c...

I cloned coccigrep git repo and installed from sources (sudo python setup.py install). Reported version is 1.14. I had previously installed coccinelle (packaged version for Ubuntu, through apt-get install). Reported...

So, I have to assume this is dead?

Exactly that is what just happened to me. I upgraded browsers list, and had a hard time to find the root cause of my problem was this. Please try to...

Ok, I'll wait to hear from you. Thx very much for your prompt response.

Nice findings. I think we should try to understand why vim is doing the way it does to save a file. I mean, if it's really necessary. If not, I...