« Previous | Next » 

Revision f361a6ee

IDf361a6ee5524b774bcbfd7fc6371bc75023f2d33
Parent 6970c28b
Child f2cf4da2

Added by Jose A. Lopes over 10 years ago

Haskell to Python constants: more constants

  • move several groups of constants, from Python to Haskell, which are
    currently being used in Haskell, including SSH and daemon related
    constants, policy allocation, blockdev driver manual (this is a
    single constant), auto repair related constants, and data collector
    version (also a single constant)
  • constant 'AUTO_REPAIR_ALL_RESULTS' is moved to Python and its type
    changes from '[String]' to 'FrozenSet String' in order to be
    consistent with the Python type
  • fix tests related to the constant 'autoRepairAllResults' (i.e., the
    Haskell version of 'AUTO_REPAIR_ALL_RESULTS') to reflect the type
    change
  • update instances of 'FrozenSet'

Signed-off-by: Jose A. Lopes <>
Reviewed-by: Klaus Aehlig <>

Files

  • added
  • modified
  • copied
  • renamed
  • deleted

View differences