Re: Add .swp/.swo to .gitignore #398

2018-06-27 Thread dormando
What kind of things do you find interesting? There're a number of open issues right now which could use some work or research; ones marked "help wanted" tend to be on the easier side. There're some odd platform test failures that're likely race conditions in extstore tests. I've fixed a few but

Re: Add .swp/.swo to .gitignore #398

2018-06-27 Thread Vadim Pushtaev
I just want to mess with some decent libevent project. However, now once I've learned how to build memcached, I have no idea what exactly to do. If you have any moderately difficult task to assign, I would be glad to be an assignee. -- Vadim PushtaevThanks for these! Are you just cleaning up a few

Re: Add .swp/.swo to .gitignore #398

2018-06-27 Thread dormando
Thanks for these! Are you just cleaning up a few things, or are you working on anything else? Just out of curiosity :) On Mon, 18 Jun 2018, Vadim Pushtaev wrote: > Hello. >   > It's me running the test suite again :). >   > `t/whitespace.t` fails for me because I have `.swo` and `.swp` files

Add .swp/.swo to .gitignore #398

2018-06-18 Thread Vadim Pushtaev
Hello. It's me running the test suite again :). `t/whitespace.t` fails for me because I have `.swo` and `.swp` files created by `vim` in the project root. I believe vim is pretty common and it can be a good idea to add them to `.gitignore`. Also, we probably don't need to explicitly exempt files