Silme:Wishlist: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
(Created page with '==Adrian== * port (move) locale tests from compare-locales to Silme (e.g. finding duplicates, testing accesskeys, spell checking) * port (move) diff format parsers from compare-l…')
 
 
Line 1: Line 1:
==Adrian==
==Adrian==
* option to have get_package() methods not failing on every broken / not correct file (e.g. files causing UnicodeDecodeErrors)
* optional logging already in place (to avoid the need of forking like: http://hg.mozilla.org/users/akalla_aviary.pl/silme-patched/file/c1d94ec3363a/lib/mozilla/io/file.py or http://hg.mozilla.org/users/akalla_aviary.pl/silme-patched/file/c1d94ec3363a/lib/mozilla/playground/hacks.py )
* port (move) locale tests from compare-locales to Silme (e.g. finding duplicates, testing accesskeys, spell checking)
* port (move) locale tests from compare-locales to Silme (e.g. finding duplicates, testing accesskeys, spell checking)
* port (move) diff format parsers from compare-locales to Silme (full tree, short-path tree, full-relative-path list, JSON-tree)
* port (move) diff format parsers from compare-locales to Silme (full tree, short-path tree, full-relative-path list, JSON-tree)

Latest revision as of 19:27, 18 November 2009

Adrian

   try:
     foo()
   except KeyError, e:
     raise

instead of:

   try:
     foo()
   except KeyError:
     raise KeyError("foo")

Gandalf

  • Add support for msgctx for gettext
  • Clean silme.format/silme.io API