Sebastian Waisbrot

Results 19 comments of Sebastian Waisbrot

I'm actually unable to reproduce so I feel this can be closed.

For my unit test purpose, I do not need all methods from the current `struct` to be present in the `trait`s... only identification ones (`Irc` can be empty, `Channel` have...

No listener method _returns_ anything... right? For mock, I don't need any method on `Irc` (it can be an empty trait), `Channel` only needs to have `name` and `ChannelUser` only...

re: race condition, could we do what Redis does for saving (a fork and copy-on-write)?

@thinkingfish you said you successfully compiled against a compiled but not installed libcheck locally... I'm trying to do that, but I'm failing... can you give me some tips on how...

Aaah, nice. Thanks.

Both astyle and clang-format are available in brew and aptitude. Either of them works for me.

Can you also please include in the readme how to install it and how to integrate with the editor of your choice (hopefully vim).