Skip to content
  • Jose A. Lopes's avatar
    Haskell to Python constants: more constants · f361a6ee
    Jose A. Lopes authored
    
    
    * 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: default avatarJose A. Lopes <jabolopes@google.com>
    Reviewed-by: default avatarKlaus Aehlig <aehlig@google.com>
    f361a6ee