Re: Upcoming changes to our C++ Coding Style

2018-12-04 Thread Botond Ballo
Hi, I'd like to ask a couple of clarifications about process here: * Is clang-format invoked automatically as part of a pre-commit hook, or something like that? * If not, should we be invoking it manually before submitting a patch? * If we submit a patch without having invoked it, will

Re: HG problem: abort: decoding near '9: error: ‘sse2::l': 'ascii' codec can't decode byte 0xe2 in position 213: ordinal not in range(128)

2018-12-04 Thread ISHIKAWA,chiaki
On 2018/12/03 1:18, Dave Townsend wrote: I would report this to mercurial. Thank you very much. Looking forward to hearing the answer (maybe this could be HGENCODING=utf-8 after all. ) I have a suspicion that python's locale handler, especially the one that is involved in iconv-like code