Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Paul-Ferrell opened this issue Jan 23, 2024 · 1 comment
Open

Comments

@Paul-Ferrell
Copy link
Collaborator

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
Copy link
Collaborator Author

As noted by @nicholas-sly

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant