On Tue, Jul 23, 2013 at 02:07:04PM +0200, Ondřej Bílka wrote:
> Hi,
>
> Hi, I am writing tool to simplify maintainance. It is hosted here:
> https://github.com/neleai/stylepp
>
>
> One part of it is checking typos in source code. I can get reasonably
> clean list of likely typos (stylepp_spellcheck script) and create
> replacement dictionary from them (stylepp_make_dictionary).
>
> A goal is to be able run it as hook and produce list of typos in patch.
> I am not there yet but I can quickly fix typos in codebase.
>
> Then I used styleppp_fix_spell script to fix occurences of typos above
> in comments.
>
> To simplify patch review I added a utility stylepp_strip_diff that
> shows changes in compact and sorted way.
> This helps with situations like when connection was lost 8 times.
>
> Comments?
>
ping?