Skip to content
Snippets Groups Projects
  1. Nov 06, 2016
  2. Nov 05, 2016
  3. Nov 04, 2016
  4. Nov 03, 2016
  5. Nov 02, 2016
  6. Nov 01, 2016
  7. Oct 31, 2016
    • Todd Gamblin's avatar
      Improved package.py error handling. (#2187) · edfe2297
      Todd Gamblin authored
      - Detailed debug information is now handed back to the parent process
        from builds, for *any* type of exception.
      
      - previously this only worked for Spack ProcessErrors, but now it works
        for any type of error raised in a child.
      
      - Spack will print an error message and source code context for build
        errors by default.
      
      - It will print a stack trace when using `spack -d`, even when the error
        occurred in the child process.
      edfe2297
    • Todd Gamblin's avatar
      Add `spack flake8` command. (#2186) · 1b7f9e24
      Todd Gamblin authored
      - Ported old run-flake8-tests qa script to `spack flake8` command.
      - New command does not modify files in the source tree
      - Copies files to a temp stage modifies them there, and runs tests.
      - Updated docs and `run-flake8-tests` script to call `spack flake8`.
      1b7f9e24
    • Todd Gamblin's avatar
    • Todd Gamblin's avatar
      Bugfix: '::' only worked on top-level key in config. · 8f21332f
      Todd Gamblin authored
      - generalized and fixed to work with any key in YAML file
      - simplified schema writing, as well
      - add more unit tests for the config system
      - Rename test/yaml.py to test/spack_yaml.py
        - Add test/yaml.pyc to ignored pyc files.
      8f21332f
Loading