Skip to content
Snippets Groups Projects
  1. Aug 18, 2021
    • Erik Schnetter's avatar
      cmake.py: Improve documentation (#25467) · c869f363
      Erik Schnetter authored
      Add missing `self.` prefixes when calling `define_from_variant`
      c869f363
    • psakievich's avatar
      Add link_type documentation (#25451) · d00fc55e
      psakievich authored
      d00fc55e
    • Massimiliano Culpo's avatar
      Use a patched argparse only in Python 2.X (#25376) · 09378f56
      Massimiliano Culpo authored
      Spack is internally using a patched version of `argparse` mainly to backport Python 3 functionality
      into Python 2. This PR makes it such that for the supported Python 3 versions we use `argparse`
      from the standard Python library. This PR has been extracted from #25371 where it was needed
      to be able to use recent versions of `pytest`.
      
      * Fixed formatting issues when using a pristine argparse.py
      * Fix error message for Python 3.X when missing positional arguments
      * Account for the change of API in Python 3.7
      * Layout multi-valued args into columns in error messages
      * Seamless transition in develop if argparse.pyc is in external
      * Be more defensive in case we can't remove the file.
      09378f56
    • Harmen Stoppels's avatar
      Add new pygments (#25455) · f444303c
      Harmen Stoppels authored
      f444303c
  2. Aug 17, 2021
  3. Aug 16, 2021
  4. Aug 15, 2021
Loading