[Commits] [wesnoth/wesnoth] ca07ec: Extract spell check replacements

GitHub noreply at github.com
Sat Aug 1 08:20:01 UTC 2015


  Branch: refs/heads/master
  Home:   https://github.com/wesnoth/wesnoth
  Commit: ca07ec58ff91fb63851e7e62852c00254aea0a7c
      https://github.com/wesnoth/wesnoth/commit/ca07ec58ff91fb63851e7e62852c00254aea0a7c
  Author: Kevin Yap <me at kevinyap.ca>
  Date:   2015-07-27 (Mon, 27 Jul 2015)

  Changed paths:
    M data/tools/wmllint

  Log Message:
  -----------
  Extract spell check replacements


  Commit: 2e30e0e7fece9fc6de65291f4b3f38ec23c63338
      https://github.com/wesnoth/wesnoth/commit/2e30e0e7fece9fc6de65291f4b3f38ec23c63338
  Author: Kevin Yap <me at kevinyap.ca>
  Date:   2015-07-29 (Wed, 29 Jul 2015)

  Changed paths:
    M data/tools/wmllint

  Log Message:
  -----------
  Improve idiomaticity of wmllint

- Remove unused variables.
- Prefer `x in y` to `y.count(x)` and `y.find(x)`.
- Use dictionary comprehension in consistency_check().
- Change `not x in y` to `x not in y`.
- Various whitespace changes.


  Commit: a3fd3c71e160cf8275a407b8e05c6012992830df
      https://github.com/wesnoth/wesnoth/commit/a3fd3c71e160cf8275a407b8e05c6012992830df
  Author: Kevin Yap <me at kevinyap.ca>
  Date:   2015-07-29 (Wed, 29 Jul 2015)

  Changed paths:
    M data/tools/wmllint

  Log Message:
  -----------
  Loop over lines in wmllint using enumerate()


  Commit: 627e00a3e44736ab9977d59ccd55be4d184ecc77
      https://github.com/wesnoth/wesnoth/commit/627e00a3e44736ab9977d59ccd55be4d184ecc77
  Author: Elvish-Hunter <elvish.hunter2010 at gmail.com>
  Date:   2015-08-01 (Sat, 01 Aug 2015)

  Changed paths:
    M data/tools/wmllint

  Log Message:
  -----------
  Merge pull request #428 from iKevinY/wmllint

Improve idiomaticity of wmllint


Compare: https://github.com/wesnoth/wesnoth/compare/ae2abf65e960...627e00a3e447


More information about the Commits mailing list