pavilion2 icon indicating copy to clipboard operation
pavilion2 copied to clipboard

Give a better error message when users use a ? or + on subvariables.

Open Paul-Ferrell opened this issue 1 year ago • 1 comments

Can I not do something like:

_base:
  variables:
    hpcc:
      compiler?: gcc/10.3.1
      mpi?: openmpi/4.1.2

The above isn't allowed. This is expected:

_base:
  variables:
    hpcc?:
      compiler: gcc/10.3.1
      mpi: openmpi/4.1.2

Paul-Ferrell avatar Jan 23 '24 20:01 Paul-Ferrell

As noted by @nicholas-sly

Paul-Ferrell avatar Jan 23 '24 20:01 Paul-Ferrell