spack/lib/spack
Harmen Stoppels 468f6c757e
schema/compilers.py: fix validation of 2+ entries (#40627)
Fix the following syntax which validates only the first array entry:

```python
"compilers": {
    "type": "array",
    "items": [
        {
            "type": ...
        }
    ]
}
```

to

```python
"compilers": {
    "type": "array",
    "items": {
        "type": ...
    }
}
```

which validates the entire array.

Oops...
2023-10-20 09:51:49 +02:00
..
docs build(deps): bump mypy from 1.6.0 to 1.6.1 in /lib/spack/docs (#40603) 2023-10-19 23:03:48 +02:00
env cc: Ensure that user-specified flags take precedence over others (#37376) 2023-06-18 14:07:08 -07:00
external Update archspec to latest commit (#39920) 2023-09-11 10:03:35 -07:00
llnl Allow / in GitVersion (#39398) 2023-10-17 20:33:59 +02:00
spack schema/compilers.py: fix validation of 2+ entries (#40627) 2023-10-20 09:51:49 +02:00
spack_installable license year bump (#34921) 2023-01-18 14:30:17 -08:00