Paul Ferrell

Results 89 issues of Paul Ferrell

### Steps to reproduce 1. Run `spack mirror --all` 2. Wait at least 3 days. 3. ... 4. Profit ### Error message @alalazo Patch to fix the issues with `spack...

bug
mirrors
performance
impact-medium

### Summary We are getting asked more and more to verify software 'supply chain', and a basic but powerful means to do this is package deprecation. Unfortunately, users won't necessarily...

feature

Currently, if `schedule.share_allocation` is on, all jobs of the same size and scheduler settings share an allocation. This is great if it's 10 full system tests that can't run side-by-side...

This should just be a change in the test_config/file_format.py regexes for those.

- `subprocess.check_output` will raise a `CalledProcessError` if it returns non-zero. These should be handled. - stderr isn't redirected properly on such calls. - decoding the output can raise an error...

Add a new 'module_wrappers' section to the config, to allow for defining module wrappers as simple config sections, particularly in the host configs. ```yaml module_wrappers: 'name[/version]': # If a version...

After talking to Francine, I'm changing the behavior of how sub-variables merge via inheritance. Given the following configuration: ```yaml lvl1: variables: var: a: A1 lvl2: inherits_from: lvl1 variables: var?: a:...

I don't know why you can't currently. Should be a simple change in resolve.py or resolver.py.