Tamara Dahlgren

Results 25 issues of Tamara Dahlgren

Fixes #28840 This PR adds support in environments for external configuration files obtained from a URL with a preference for grabbing raw text from `GitHub` and `gitlab` for efficient downloads...

fetching
tests
broken-develop
commands
environments
binary-packages
utilities
stage
core

The goal of this work is to run stand-alone tests from `spack ci` when the `--tests` option is used. When the option is used, the stand-alone tests are run **after**...

build-environment
tests
commands
environments
binary-packages
ecp
utilities
gitlab
core

Was looking at recently added version documentation for the `git ref` versions and `versions.py` (https://github.com/spack/spack/pull/31914) when I noticed the typo. Did a quick check of other doc strings in the...

versions
core

This PR adds a method to check if a version is deprecated *and* will print a warning if that is the case for `spack checksum`. The current output for a...

documentation
tests
commands
core

This PR adds the ability to tag methods with a string using the `@tag()` directive. Tags are additive so more than one tag can be provided to a method. (Note:...

python
documentation
tests
commands
update-package
build-systems
stand-alone-tests
core

TODO: - [ ] add support for environment schema changes - [ ] add unit tests

tests
commands
environments
don't-merge-yet
core

Working on hopefully improving the flow of the environments section of the docs. UPDATE: - Use the same terminology as the tutorial for different environment types; - Other tweaks and...

documentation
core

Some packaging tutorial simplifications and cleanup. Also adds `spack repo list` to illustrate the tutorial repository.